Skip to content

Commit

Permalink
fix: use same babel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Apr 29, 2024
1 parent c51ad25 commit c9f8b5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"browserslist": "> 2.5%, not ie 11, not dead, not op_mini all",
"dependencies": {
"@babel/plugin-proposal-explicit-resource-management": "^7.24.1",
"@babel/standalone": "7.18.4",
"@babel/plugin-proposal-explicit-resource-management": "7.24.1",
"@babel/standalone": "7.24.1",
"@msgpack/msgpack": "^2.8.0",
"@swc/helpers": "^0.3.8",
"@types/babel__standalone": "7.1.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"@babel/helper-plugin-utils" "^7.18.6"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"

"@babel/plugin-proposal-explicit-resource-management@^7.24.1":
"@babel/plugin-proposal-explicit-resource-management@7.24.1":
version "7.24.1"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-explicit-resource-management/-/plugin-proposal-explicit-resource-management-7.24.1.tgz#89f0b1c3b50a413a455cf9d8a51572796830de60"
integrity sha512-EKo54CzU3YvAhL4al3BCjBFHauc7dVpwNliedc/MIxoTfm/XREkEST5b8yw/my+2I+Oy7gBowkfLbIrDS/qvOg==
Expand Down Expand Up @@ -932,10 +932,10 @@
dependencies:
regenerator-runtime "^0.14.0"

"@babel/standalone@7.18.4":
version "7.18.4"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.18.4.tgz#2a30c7e9a97227399929011dfe19f9f155c59e80"
integrity sha512-3dDouWyjdS8sJTm6hf8KkJq7fr9ORWMlWGNcMV/Uz2rNnoI6uu8wJGhZ7E65J+x6v8ta9yPbzkUT2YBFcWUbWg==
"@babel/standalone@7.24.1":
version "7.24.1"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.24.1.tgz#1ab88b65c8080049f239fdd4b0fd17b3f9a1bf16"
integrity sha512-B7Xi9J/nknWGsBUwaC2Xd+tT/BgSL+ZQJ4Y6ksN77w36IKZteVkWBs2jq1EiPReiBD4K0mEGqTKXNT/ndUqxnQ==

"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
version "7.22.15"
Expand Down

0 comments on commit c9f8b5e

Please sign in to comment.