Skip to content

Commit 320e3e3

Browse files
committed
Update babel monorepo to ^7.16.0
1 parent 1890a44 commit 320e3e3

File tree

2 files changed

+570
-753
lines changed

2 files changed

+570
-753
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
],
4040
"homepage": "https://github.com/amilajack/babel-plugin-fail-explicit#readme",
4141
"dependencies": {
42-
"@babel/helper-module-imports": "^7.15.4",
42+
"@babel/helper-module-imports": "^7.16.0",
4343
"safe-access-check": "^0.0.15"
4444
},
4545
"devDependencies": {
46-
"@babel/cli": "^7.15.7",
47-
"@babel/core": "^7.15.5",
48-
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
49-
"@babel/plugin-transform-modules-umd": "^7.14.5",
50-
"@babel/plugin-transform-runtime": "^7.15.0",
51-
"@babel/preset-env": "^7.15.6",
52-
"@babel/preset-flow": "^7.14.5",
53-
"@babel/traverse": "^7.15.4",
54-
"@babel/types": "^7.15.6",
46+
"@babel/cli": "^7.16.0",
47+
"@babel/core": "^7.16.0",
48+
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
49+
"@babel/plugin-transform-modules-umd": "^7.16.0",
50+
"@babel/plugin-transform-runtime": "^7.16.0",
51+
"@babel/preset-env": "^7.16.0",
52+
"@babel/preset-flow": "^7.16.0",
53+
"@babel/traverse": "^7.16.0",
54+
"@babel/types": "^7.16.0",
5555
"babel-eslint": "^10.1.0",
5656
"babel-plugin-add-module-exports": "^1.0.4",
5757
"babel-plugin-transform-async-to-bluebird": "^1.1.1",

0 commit comments

Comments
 (0)