Skip to content

Commit 5d03b21

Browse files
author
Evan Jacobs
committed
update babel deps
1 parent fa65030 commit 5d03b21

File tree

2 files changed

+555
-552
lines changed

2 files changed

+555
-552
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"license": "MIT",
1818
"devDependencies": {
19-
"@babel/cli": "^7.15.7",
20-
"@babel/core": "^7.15.8",
21-
"@babel/plugin-proposal-class-properties": "^7.4.4",
22-
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
23-
"@babel/preset-env": "^7.15.8",
19+
"@babel/cli": "^7.16.0",
20+
"@babel/core": "^7.16.0",
21+
"@babel/plugin-proposal-class-properties": "^7.16.0",
22+
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
23+
"@babel/preset-env": "^7.16.4",
2424
"babel-core": "7.0.0-bridge.0",
2525
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
2626
"babel-test": "^0.2.1",
@@ -31,8 +31,8 @@
3131
"styled-components": "^5.3.1"
3232
},
3333
"dependencies": {
34-
"@babel/helper-annotate-as-pure": "^7.15.4",
35-
"@babel/helper-module-imports": "^7.15.4",
34+
"@babel/helper-annotate-as-pure": "^7.16.0",
35+
"@babel/helper-module-imports": "^7.16.0",
3636
"babel-plugin-syntax-jsx": "^6.18.0",
3737
"lodash": "^4.17.11"
3838
},

0 commit comments

Comments
 (0)