Skip to content

Commit

Permalink
Update core-js dep
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Sep 20, 2024
1 parent 11cc865 commit 513e751
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion wasm/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-transform-typescript": "^7.22.10",
"@babel/polyfill": "^7.12.1",
"core-js": "^3.38.1",
"@babel/preset-env": "^7.22.10",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
Expand Down
21 changes: 4 additions & 17 deletions wasm/tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -905,14 +905,6 @@
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
"@babel/helper-plugin-utils" "^7.22.5"

"@babel/polyfill@^7.12.1":
version "7.12.1"
resolved "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz"
integrity sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==
dependencies:
core-js "^2.6.5"
regenerator-runtime "^0.13.4"

"@babel/preset-env@^7.22.10":
version "7.22.10"
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.10.tgz"
Expand Down Expand Up @@ -2713,10 +2705,10 @@ core-js-compat@^3.31.0:
dependencies:
browserslist "^4.21.9"

core-js@^2.6.5:
version "2.6.12"
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz"
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
core-js@^3.38.1:
version "3.38.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.38.1.tgz#aa375b79a286a670388a1a363363d53677c0383e"
integrity sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==

core-util-is@~1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -5279,11 +5271,6 @@ regenerate@^1.4.2:
resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz"
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==

regenerator-runtime@^0.13.4:
version "0.13.11"
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

regenerator-runtime@^0.14.0:
version "0.14.0"
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz"
Expand Down

0 comments on commit 513e751

Please sign in to comment.