Skip to content

Commit

Permalink
Bump regenerator (#11191)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 2, 2020
1 parent 9015fda commit 8f281f5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/babel-node/package.json
Expand Up @@ -24,7 +24,7 @@
"core-js": "^3.2.1",
"lodash": "^4.17.13",
"node-environment-flags": "^1.0.5",
"regenerator-runtime": "^0.13.3",
"regenerator-runtime": "^0.13.4",
"resolve": "^1.13.1",
"v8flags": "^3.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-regenerator/package.json
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"regenerator-transform": "^0.14.0"
"regenerator-transform": "^0.14.2"
},
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-polyfill/package.json
Expand Up @@ -16,6 +16,6 @@
"main": "lib/index.js",
"dependencies": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.2"
"regenerator-runtime": "^0.13.4"
}
}
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
Expand Up @@ -10,7 +10,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.2"
"regenerator-runtime": "^0.13.4"
},
"devDependencies": {
"@babel/helpers": "^7.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs3/package.json
Expand Up @@ -10,6 +10,6 @@
"author": "Denis Pushkarev <zloirock@zloirock.ru>",
"dependencies": {
"core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.2"
"regenerator-runtime": "^0.13.4"
}
}
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
Expand Up @@ -14,7 +14,7 @@
"homepage": "https://babeljs.io/docs/en/next/babel-runtime",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": {
"regenerator-runtime": "^0.13.2"
"regenerator-runtime": "^0.13.4"
},
"devDependencies": {
"@babel/helpers": "^7.8.4"
Expand Down

0 comments on commit 8f281f5

Please sign in to comment.