Update @babel/* dev dependencies (#13472)
This commit is contained in:
parent
f808a3eb14
commit
6beccb34cb
24
package.json
24
package.json
@ -17,22 +17,22 @@
|
|||||||
"test:runtime:node": "node test/runtime-integration/node.cjs"
|
"test:runtime:node": "node test/runtime-integration/node.cjs"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.13.16",
|
"@babel/cli": "^7.14.5",
|
||||||
"@babel/core": "^7.14.0",
|
"@babel/core": "^7.14.6",
|
||||||
"@babel/eslint-config-internal": "workspace:*",
|
"@babel/eslint-config-internal": "workspace:*",
|
||||||
"@babel/eslint-parser": "workspace:*",
|
"@babel/eslint-parser": "workspace:*",
|
||||||
"@babel/eslint-plugin-development": "workspace:*",
|
"@babel/eslint-plugin-development": "workspace:*",
|
||||||
"@babel/eslint-plugin-development-internal": "workspace:*",
|
"@babel/eslint-plugin-development-internal": "workspace:*",
|
||||||
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
|
"@babel/plugin-proposal-dynamic-import": "^7.14.5",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
|
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
|
||||||
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
|
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
|
||||||
"@babel/plugin-transform-runtime": "^7.13.15",
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
||||||
"@babel/preset-env": "^7.14.0",
|
"@babel/preset-env": "^7.14.5",
|
||||||
"@babel/preset-flow": "^7.13.13",
|
"@babel/preset-flow": "^7.14.5",
|
||||||
"@babel/preset-typescript": "^7.13.0",
|
"@babel/preset-typescript": "^7.14.5",
|
||||||
"@babel/register": "^7.13.16",
|
"@babel/register": "^7.14.5",
|
||||||
"@babel/runtime": "^7.14.0",
|
"@babel/runtime": "^7.14.6",
|
||||||
"@rollup/plugin-babel": "^5.3.0",
|
"@rollup/plugin-babel": "^5.3.0",
|
||||||
"@rollup/plugin-commonjs": "patch:@rollup/plugin-commonjs@^18.1.0#./.yarn/patches/@rollup__plugin-commonjs.patch",
|
"@rollup/plugin-commonjs": "patch:@rollup/plugin-commonjs@^18.1.0#./.yarn/patches/@rollup__plugin-commonjs.patch",
|
||||||
"@rollup/plugin-json": "^4.1.0",
|
"@rollup/plugin-json": "^4.1.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user