Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 1e56a7e

Browse files
committed
chore: upgrade deps
1 parent 2dfe3b6 commit 1e56a7e

File tree

4 files changed

+1723
-647
lines changed

4 files changed

+1723
-647
lines changed

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,63 +24,63 @@
2424
}
2525
],
2626
"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",
3434
"@babel/preset-react": "^7.0.0",
3535
"babel-core": "^7.0.0-0",
3636
"babel-eslint": "^10.0.1",
3737
"babel-jest": "^23.6.0",
38-
"babel-loader": "^8.0.4",
38+
"babel-loader": "^8.0.5",
3939
"babel-plugin-annotate-pure-calls": "^0.4.0",
4040
"babel-plugin-emotion": "^9.2.11",
41-
"babel-plugin-styled-components": "^1.8.0",
41+
"babel-plugin-styled-components": "^1.10.0",
4242
"babel-plugin-transform-rename-import": "^2.3.0",
4343
"bundlesize": "^0.17.0",
4444
"conventional-github-releaser": "^3.1.2",
45-
"conventional-recommended-bump": "^4.0.1",
45+
"conventional-recommended-bump": "^4.0.4",
4646
"cross-env": "^5.2.0",
4747
"docz": "^0.12.5",
4848
"emotion": "^9.0.0",
4949
"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",
5353
"eslint-config-airbnb": "^17.1.0",
54-
"eslint-config-prettier": "^3.0.1",
54+
"eslint-config-prettier": "^3.3.0",
5555
"eslint-plugin-import": "^2.14.0",
5656
"eslint-plugin-jsx-a11y": "^6.1.2",
57-
"eslint-plugin-react": "^7.11.1",
57+
"eslint-plugin-react": "^7.12.3",
5858
"favicons-webpack-plugin": "^0.0.9",
5959
"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",
6464
"react-emotion": "^9.0.0",
65-
"react-test-renderer": "^16.5.1",
65+
"react-test-renderer": "^16.7.0",
6666
"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",
7069
"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",
7272
"rollup-plugin-replace": "^2.1.0",
73-
"rollup-plugin-uglify": "^6.0.0",
73+
"rollup-plugin-uglify": "^6.0.1",
7474
"shx": "^0.3.2",
7575
"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"
7979
},
8080
"dependencies": {
8181
"classnames": "^2.2.6",
82-
"polished": "^2.3.0",
82+
"polished": "^2.3.3",
8383
"prop-types": "^15.6.2",
84-
"react-transition-group": "^2.5.0"
84+
"react-transition-group": "^2.5.2"
8585
}
8686
}

packages/core-em/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"polished": "^2.3.0",
30+
"polished": "^2.3.3",
3131
"prop-types": "^15.6.2",
32-
"react-focus-lock": "^1.16.0",
33-
"react-transition-group": "^2.5.0"
32+
"react-focus-lock": "^1.17.6",
33+
"react-transition-group": "^2.5.2"
3434
},
3535
"peerDependencies": {
3636
"emotion": "^9.0.0",

packages/core-sc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"polished": "^2.3.0",
29+
"polished": "^2.3.3",
3030
"prop-types": "^15.6.2",
31-
"react-focus-lock": "^1.16.0",
32-
"react-transition-group": "^2.5.0"
31+
"react-focus-lock": "^1.17.6",
32+
"react-transition-group": "^2.5.2"
3333
},
3434
"peerDependencies": {
3535
"react": ">=16.3.0",

0 commit comments

Comments
 (0)