Skip to content

Commit

Permalink
Update @babel/* dependencies (#14565)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 20, 2022
1 parent 2b00df3 commit ee4576f
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 394 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -19,21 +19,21 @@
},
"packageManager": "yarn@3.1.1",
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.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.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.0",
"@babel/plugin-proposal-export-namespace-from": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-transform-modules-commonjs": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-flow": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down

0 comments on commit ee4576f

Please sign in to comment.