Skip to content

Commit

Permalink
Adding "@babel/preset-env" to Webpack plugin dependencies (#1525)
Browse files Browse the repository at this point in the history
* Adding "@babel/preset-env" to Webpack plugin dependencies

* updating yarn.lock
  • Loading branch information
Melissa McEwen authored Nov 6, 2020
1 parent 03c004d commit 14c10ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/plugin-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"core-js": "^3.5.0",
"css-loader": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
levenary "^1.1.1"
semver "^5.5.0"

"@babel/preset-env@^7.10.4":
"@babel/preset-env@^7.10.4", "@babel/preset-env@^7.12.1":
version "7.12.1"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2"
integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
Expand Down

1 comment on commit 14c10ec

@vercel
Copy link

@vercel vercel bot commented on 14c10ec Nov 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.