|
41 | 41 | "@types/react": "^16.0.38", |
42 | 42 | "babel-cli": "^6.24.1", |
43 | 43 | "babel-core": "^6.25.0", |
44 | | - "babel-eslint": "^7.2.3", |
45 | | - "babel-jest": "^22.0.4", |
| 44 | + "babel-eslint": "^8.2.3", |
| 45 | + "babel-jest": "^23.0.0", |
46 | 46 | "babel-plugin-transform-class-properties": "6.24.1", |
47 | 47 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
48 | 48 | "babel-polyfill": "^6.26.0", |
49 | | - "babel-preset-env": "1.6.0", |
| 49 | + "babel-preset-env": "1.7.0", |
50 | 50 | "babel-preset-react": "^6.24.1", |
51 | 51 | "chai": "^4.1.2", |
52 | 52 | "codecov": "^3.0.2", |
53 | 53 | "create-react-context": "^0.2.1", |
54 | 54 | "enzyme": "^3.3.0", |
55 | 55 | "enzyme-adapter-react-16": "^1.1.1", |
56 | 56 | "eslint": "^4.2.0", |
57 | | - "eslint-config-airbnb": "15.1.0", |
| 57 | + "eslint-config-airbnb": "16.1.0", |
58 | 58 | "eslint-plugin-import": "^2.7.0", |
59 | | - "eslint-plugin-jsx-a11y": "6.0.2", |
60 | | - "eslint-plugin-mocha": "^4.11.0", |
| 59 | + "eslint-plugin-jsx-a11y": "6.0.3", |
| 60 | + "eslint-plugin-mocha": "^5.0.0", |
61 | 61 | "eslint-plugin-react": "^7.3.0", |
62 | | - "jest": "^22.3.0", |
| 62 | + "jest": "^23.0.0", |
63 | 63 | "package-self": "^1.1.1", |
64 | | - "react": "16.2.0", |
| 64 | + "react": "16.4.0", |
65 | 65 | "react-dom": "^16.2.0", |
66 | | - "react-test-renderer": "^15.6.1", |
67 | | - "size-limit": "^0.14.1" |
| 66 | + "react-test-renderer": "^16.4.0", |
| 67 | + "size-limit": "^0.18.1" |
68 | 68 | }, |
69 | 69 | "homepage": "https://github.com/theKashey/react-memoize#readme", |
70 | 70 | "dependencies": { |
71 | 71 | "memoize-one": "^3.0.1", |
72 | 72 | "memoize-state": "^1.4.2", |
73 | | - "prop-types": "15.5.10", |
74 | | - "react-lifecycles-compat": "^1.1.0" |
| 73 | + "prop-types": "15.6.1", |
| 74 | + "react-lifecycles-compat": "^3.0.4" |
75 | 75 | } |
76 | 76 | } |
0 commit comments