Skip to content

Commit

Permalink
Update @babel deps (#10407)
Browse files Browse the repository at this point in the history
* Update @babel deps

* Add core-js to transform-named-capturing-groups-regex devDeps

* Don't use fixed deps (they were added by yarn)

* Lockfile
  • Loading branch information
nicolo-ribaudo committed Sep 8, 2019
1 parent a79fbe6 commit 2096d0c
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 331 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -9,18 +9,18 @@
"test": "make test"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/eslint-plugin-development": "^1.0.1",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.4.5",
"@babel/register": "^7.6.0",
"@babel/runtime": "^7.6.0",
"babel-eslint": "^11.0.0-beta.0",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
Expand Down
Expand Up @@ -22,6 +22,7 @@
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"core-js-pure": "^3.0.0"
"core-js-pure": "^3.2.1",
"core-js": "^3.2.1"
}
}

0 comments on commit 2096d0c

Please sign in to comment.