|
24 | 24 | } |
25 | 25 | ], |
26 | 26 | "devDependencies": { |
27 | | - "@babel/cli": "^7.1.2", |
28 | | - "@babel/core": "^7.1.2", |
29 | | - "@babel/plugin-external-helpers": "^7.0.0", |
30 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
31 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
32 | | - "@babel/plugin-transform-modules-commonjs": "^7.0.0", |
33 | | - "@babel/preset-env": "^7.0.0", |
| 27 | + "@babel/cli": "^7.2.3", |
| 28 | + "@babel/core": "^7.2.2", |
| 29 | + "@babel/plugin-external-helpers": "^7.2.0", |
| 30 | + "@babel/plugin-proposal-class-properties": "^7.2.3", |
| 31 | + "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 32 | + "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
| 33 | + "@babel/preset-env": "^7.2.3", |
34 | 34 | "@babel/preset-react": "^7.0.0", |
35 | 35 | "babel-core": "^7.0.0-0", |
36 | 36 | "babel-eslint": "^10.0.1", |
37 | 37 | "babel-jest": "^23.6.0", |
38 | | - "babel-loader": "^8.0.4", |
| 38 | + "babel-loader": "^8.0.5", |
39 | 39 | "babel-plugin-annotate-pure-calls": "^0.4.0", |
40 | 40 | "babel-plugin-emotion": "^9.2.11", |
41 | | - "babel-plugin-styled-components": "^1.8.0", |
| 41 | + "babel-plugin-styled-components": "^1.10.0", |
42 | 42 | "babel-plugin-transform-rename-import": "^2.3.0", |
43 | 43 | "bundlesize": "^0.17.0", |
44 | 44 | "conventional-github-releaser": "^3.1.2", |
45 | | - "conventional-recommended-bump": "^4.0.1", |
| 45 | + "conventional-recommended-bump": "^4.0.4", |
46 | 46 | "cross-env": "^5.2.0", |
47 | 47 | "docz": "^0.12.5", |
48 | 48 | "emotion": "^9.0.0", |
49 | 49 | "emotion-theming": "^9.0.0", |
50 | | - "enzyme": "^3.7.0", |
51 | | - "enzyme-adapter-react-16": "^1.6.0", |
52 | | - "eslint": "^5.7.0", |
| 50 | + "enzyme": "^3.8.0", |
| 51 | + "enzyme-adapter-react-16": "^1.7.1", |
| 52 | + "eslint": "^5.12.0", |
53 | 53 | "eslint-config-airbnb": "^17.1.0", |
54 | | - "eslint-config-prettier": "^3.0.1", |
| 54 | + "eslint-config-prettier": "^3.3.0", |
55 | 55 | "eslint-plugin-import": "^2.14.0", |
56 | 56 | "eslint-plugin-jsx-a11y": "^6.1.2", |
57 | | - "eslint-plugin-react": "^7.11.1", |
| 57 | + "eslint-plugin-react": "^7.12.3", |
58 | 58 | "favicons-webpack-plugin": "^0.0.9", |
59 | 59 | "jest": "^23.6.0", |
60 | | - "jest-styled-components": "^6.2.2", |
61 | | - "lerna": "^3.4.3", |
62 | | - "react": "^16.5.1", |
63 | | - "react-dom": "^16.5.1", |
| 60 | + "jest-styled-components": "^6.3.1", |
| 61 | + "lerna": "^3.10.5", |
| 62 | + "react": "^16.7.0", |
| 63 | + "react-dom": "^16.7.0", |
64 | 64 | "react-emotion": "^9.0.0", |
65 | | - "react-test-renderer": "^16.5.1", |
| 65 | + "react-test-renderer": "^16.7.0", |
66 | 66 | "remark-external-links": "^3.0.0", |
67 | | - "rollup": "^0.66.6", |
68 | | - "rollup-plugin-babel": "^4.0.3", |
69 | | - "rollup-plugin-cpy": "^1.1.0", |
| 67 | + "rollup": "^1.1.0", |
| 68 | + "rollup-plugin-babel": "^4.3.0", |
70 | 69 | "rollup-plugin-commonjs": "^9.2.0", |
71 | | - "rollup-plugin-node-resolve": "^3.4.0", |
| 70 | + "rollup-plugin-cpy": "^1.1.0", |
| 71 | + "rollup-plugin-node-resolve": "^4.0.0", |
72 | 72 | "rollup-plugin-replace": "^2.1.0", |
73 | | - "rollup-plugin-uglify": "^6.0.0", |
| 73 | + "rollup-plugin-uglify": "^6.0.1", |
74 | 74 | "shx": "^0.3.2", |
75 | 75 | "standard-version": "^4.4.0", |
76 | | - "styled-components": "^4.0.2", |
77 | | - "uglifyjs-webpack-plugin": "^2.0.0", |
78 | | - "webpack": "^4.22.0" |
| 76 | + "styled-components": "^4.1.3", |
| 77 | + "uglifyjs-webpack-plugin": "^2.1.1", |
| 78 | + "webpack": "^4.28.4" |
79 | 79 | }, |
80 | 80 | "dependencies": { |
81 | 81 | "classnames": "^2.2.6", |
82 | | - "polished": "^2.3.0", |
| 82 | + "polished": "^2.3.3", |
83 | 83 | "prop-types": "^15.6.2", |
84 | | - "react-transition-group": "^2.5.0" |
| 84 | + "react-transition-group": "^2.5.2" |
85 | 85 | } |
86 | 86 | } |
0 commit comments