Skip to content

Commit

Permalink
chore(plugin-legacy): upgrade @babel/standalone to 7.13.12 (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodim authored Mar 23, 2021
1 parent 74b360b commit 4b89f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.13.6",
"@babel/standalone": "^7.13.12",
"core-js": "^3.8.2",
"magic-string": "^0.25.7",
"regenerator-runtime": "^0.13.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,10 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/standalone@^7.13.6":
version "7.13.7"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.13.7.tgz#4c1a9b889d59c332cbc965014aad0d13fb0b9fec"
integrity sha512-K1vgq2R7bJe2HOKcoQ2cYjR+9tmzvEDIOH/G5AhlJ9+3hOxL/R/7600LHkO1us3m2tNY5Gm9erj37Fik07jj7w==
"@babel/standalone@^7.13.12":
version "7.13.12"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.13.12.tgz#a7065c30bd8511cd48c99193bd69e7c596bbbc44"
integrity sha512-2Xb4B3EdCmgwo7Q3WVHoLfZh0Jg1AvgjWF3e2kLGZ3Yg6EosD0g6qzMZJHZ2sCoEI/g7/bjphSMTqjQDZc6SkA==

"@babel/template@^7.0.0", "@babel/template@^7.12.13", "@babel/template@^7.3.3":
version "7.12.13"
Expand Down

0 comments on commit 4b89f5b

Please sign in to comment.