|
23 | 23 | "devDependencies": { |
24 | 24 | "babel-cli": "^6.26.0", |
25 | 25 | "babel-core": "^6.26.0", |
26 | | - "babel-eslint": "^8.2.1", |
27 | | - "babel-loader": "^7.1.2", |
| 26 | + "babel-eslint": "^8.2.2", |
| 27 | + "babel-loader": "^7.1.4", |
28 | 28 | "babel-plugin-external-helpers": "^6.22.0", |
29 | 29 | "babel-plugin-transform-class-properties": "^6.24.1", |
30 | 30 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
31 | 31 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
32 | 32 | "babel-preset-env": "^1.6.1", |
33 | 33 | "babel-preset-react": "^6.24.1", |
34 | | - "conventional-github-releaser": "^2.0.0", |
35 | | - "cross-env": "^5.1.3", |
36 | | - "eslint": "^4.17.0", |
| 34 | + "conventional-github-releaser": "^2.0.2", |
| 35 | + "cross-env": "^5.1.4", |
| 36 | + "eslint": "^4.19.1", |
37 | 37 | "eslint-config-airbnb": "^16.1.0", |
38 | 38 | "eslint-config-prettier": "^2.9.0", |
39 | | - "eslint-plugin-import": "^2.8.0", |
| 39 | + "eslint-plugin-import": "^2.10.0", |
40 | 40 | "eslint-plugin-jsx-a11y": "^6.0.3", |
41 | | - "eslint-plugin-react": "^7.6.1", |
42 | | - "jest": "^22.1.4", |
43 | | - "react": "^16.2.0", |
44 | | - "react-dom": "^16.2.0", |
45 | | - "react-styleguidist": "^6.2.2", |
46 | | - "rollup": "^0.55.3", |
| 41 | + "eslint-plugin-react": "^7.7.0", |
| 42 | + "jest": "^22.4.3", |
| 43 | + "react": "^16.3.0", |
| 44 | + "react-dom": "^16.3.0", |
| 45 | + "react-styleguidist": "^7.0.1", |
| 46 | + "rollup": "^0.57.1", |
47 | 47 | "rollup-plugin-babel": "^3.0.3", |
48 | | - "rollup-plugin-commonjs": "^8.3.0", |
49 | | - "rollup-plugin-node-resolve": "^3.0.2", |
| 48 | + "rollup-plugin-commonjs": "^9.1.0", |
| 49 | + "rollup-plugin-node-resolve": "^3.3.0", |
50 | 50 | "rollup-plugin-replace": "^2.0.0", |
51 | 51 | "rollup-plugin-uglify": "^3.0.0", |
52 | 52 | "shx": "^0.2.2", |
53 | 53 | "standard-version": "^4.3.0", |
54 | | - "styled-components": "^3.1.6", |
55 | | - "uglifyjs-webpack-plugin": "^1.1.8", |
56 | | - "webpack": "^3.10.0" |
| 54 | + "styled-components": "^3.2.5", |
| 55 | + "uglifyjs-webpack-plugin": "^1.2.4", |
| 56 | + "webpack": "^4.4.1" |
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | 59 | "classnames": "^2.2.5", |
60 | 60 | "polished": "^1.9.2", |
61 | | - "prop-types": "^15.6.0", |
62 | | - "recompact": "^3.2.1" |
| 61 | + "prop-types": "^15.6.1", |
| 62 | + "recompact": "^3.3.0" |
63 | 63 | }, |
64 | 64 | "peerDependencies": { |
65 | 65 | "react": "^16.2.0", |
|
0 commit comments