Skip to content

Commit 0fbf32f

Browse files
committed
upgrade deps
1 parent e507822 commit 0fbf32f

File tree

2 files changed

+2544
-2341
lines changed

2 files changed

+2544
-2341
lines changed

package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,21 @@
2222
],
2323
"license": "MIT",
2424
"dependencies": {
25-
"@babel/runtime": "^7.5.5",
26-
"@emotion/core": "^10.0.14"
25+
"@babel/runtime": "^7.11.2",
26+
"@emotion/core": "^10.0.28"
2727
},
2828
"devDependencies": {
29-
"@rollup/plugin-babel": "^5.0.0",
30-
"@rollup/plugin-commonjs": "^11.1.0",
31-
"@rollup/plugin-node-resolve": "^7.1.3",
32-
"babel-jest": "^24.8.0",
33-
"babel-preset-swiftcarrot": "^1.0.0",
34-
"jest": "^24.8.0",
35-
"react": "^16.8.6",
36-
"react-dom": "^16.8.6",
37-
"react-test-renderer": "^16.8.6",
38-
"rollup": "^1.17.0"
29+
"@babel/core": "^7.11.1",
30+
"@rollup/plugin-babel": "^5.1.0",
31+
"@rollup/plugin-commonjs": "^14.0.0",
32+
"@rollup/plugin-node-resolve": "^8.4.0",
33+
"babel-jest": "^26.2.2",
34+
"babel-preset-swiftcarrot": "^1.1.0",
35+
"jest": "^26.2.2",
36+
"react": "^16.13.1",
37+
"react-dom": "^16.13.1",
38+
"react-test-renderer": "^16.13.1",
39+
"rollup": "^2.23.1"
3940
},
4041
"jest": {
4142
"collectCoverage": true,

0 commit comments

Comments
 (0)