Update @babel/* packages (#13231)
This commit is contained in:
18
package.json
18
package.json
@@ -18,22 +18,22 @@
|
||||
"test:runtime:node": "node test/runtime-integration/node.cjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.13.0",
|
||||
"@babel/core": "^7.13.1",
|
||||
"@babel/cli": "^7.13.16",
|
||||
"@babel/core": "^7.14.0",
|
||||
"@babel/eslint-config-internal": "workspace:*",
|
||||
"@babel/eslint-parser": "workspace:*",
|
||||
"@babel/eslint-plugin-development": "workspace:*",
|
||||
"@babel/eslint-plugin-development-internal": "workspace:*",
|
||||
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
|
||||
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.13.0",
|
||||
"@babel/plugin-transform-runtime": "^7.13.7",
|
||||
"@babel/preset-env": "^7.13.5",
|
||||
"@babel/preset-flow": "^7.12.13",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
|
||||
"@babel/plugin-transform-runtime": "^7.13.15",
|
||||
"@babel/preset-env": "^7.14.0",
|
||||
"@babel/preset-flow": "^7.13.13",
|
||||
"@babel/preset-typescript": "^7.13.0",
|
||||
"@babel/register": "^7.13.0",
|
||||
"@babel/runtime": "^7.13.7",
|
||||
"@babel/register": "^7.13.16",
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"@rollup/plugin-babel": "^5.2.0",
|
||||
"@rollup/plugin-commonjs": "patch:@rollup/plugin-commonjs@^17.1.0#./.yarn/patches/@rollup__plugin-commonjs.patch",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
|
||||
Reference in New Issue
Block a user