Skip to content

Commit

Permalink
Update @babel/* deps (#12174)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 14, 2020
1 parent c9990d6 commit 2d43341
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 142 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -14,8 +14,8 @@
"test:esm": "node test/esm/index.mjs"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/cli": "^7.12.0",
"@babel/core": "^7.12.0",
"@babel/eslint-config-internal": "workspace:*",
"@babel/eslint-parser": "workspace:*",
"@babel/eslint-plugin-development": "workspace:*",
Expand All @@ -25,11 +25,11 @@
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/plugin-transform-for-of": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/plugin-transform-runtime": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.11.5",
"@babel/runtime": "^7.11.2",
"@babel/register": "^7.12.0",
"@babel/runtime": "^7.12.0",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down

0 comments on commit 2d43341

Please sign in to comment.