Skip to content

Commit

Permalink
Bump corejs-upgrade-webpack-plugin from 2.2.0 to 3.0.1 (#9427)
Browse files Browse the repository at this point in the history
Bump corejs-upgrade-webpack-plugin from 2.2.0 to 3.0.1
  • Loading branch information
ndelangen committed Jan 21, 2020
2 parents fed325e + 48f4192 commit 8209f5b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"cli-table3": "0.5.1",
"commander": "^4.0.1",
"core-js": "^3.0.1",
"corejs-upgrade-webpack-plugin": "^2.2.0",
"corejs-upgrade-webpack-plugin": "^3.0.1",
"css-loader": "^3.0.0",
"detect-port": "^1.3.0",
"dotenv-webpack": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@storybook/addon-actions": "5.3.7",
"@storybook/addon-knobs": "5.3.7",
"corejs-upgrade-webpack-plugin": "^2.2.0",
"corejs-upgrade-webpack-plugin": "^3.0.1",
"flush-promises": "^1.0.2",
"terser-webpack-plugin": "^2.1.2",
"webpack": "^4.33.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"commander": "^4.0.1",
"concurrently": "^5.0.0",
"core-js": "^3.0.1",
"corejs-upgrade-webpack-plugin": "^2.2.0",
"corejs-upgrade-webpack-plugin": "^3.0.1",
"cross-env": "^6.0.3",
"danger": "^9.2.1",
"del": "^5.1.0",
Expand Down
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10375,10 +10375,10 @@ core-js@^1.0.0:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=

core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.6.5:
version "2.6.10"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f"
integrity sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA==
core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.6.10, core-js@^2.6.5:
version "2.6.11"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==

core-js@^3.0.1, core-js@^3.0.4:
version "3.4.2"
Expand All @@ -10397,11 +10397,13 @@ [email protected], core-util-is@~1.0.0:
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=

corejs-upgrade-webpack-plugin@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/corejs-upgrade-webpack-plugin/-/corejs-upgrade-webpack-plugin-2.2.0.tgz#503293bf1fdcb104918eb40d0294e4776ad6923a"
integrity sha512-J0QMp9GNoiw91Kj/dkIQFZeiCXgXoja/Wlht1SPybxerBWh4NCmb0pOgCv61lrlQZETwvVVfAFAA3IqoEO9aqQ==
corejs-upgrade-webpack-plugin@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/corejs-upgrade-webpack-plugin/-/corejs-upgrade-webpack-plugin-3.0.1.tgz#40b2ec86ebc7fc92cde78bb64080d2c08e7ef340"
integrity sha512-JOP0BEwopmYo9GIambvZoWKnioiFttoZ5euHceU1RRvj+Z94xOSSH/wcq17eSwIZzHRtMvoBdBvWvZ/vHq48Rw==
dependencies:
babel-runtime "^6.26.0"
core-js "^2.6.10"
resolve-from "^5.0.0"
webpack "^4.38.0"

Expand Down

0 comments on commit 8209f5b

Please sign in to comment.