Skip to content

Commit 614340a

Browse files
chore(deps): update dependency core-js to v3.45.0 (#11370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c6d11c commit 614340a

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

packages/rspack-test-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"babel-loader": "^10.0.0",
9090
"babel-plugin-import": "^1.13.8",
9191
"chalk": "^4.1.2",
92-
"core-js": "3.44.0",
92+
"core-js": "3.45.0",
9393
"css-loader": "^7.1.2",
9494
"file-loader": "^6.2.0",
9595
"graceful-fs": "^4.2.11",

pnpm-lock.yaml

Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/core": "^7.28.0",
1111
"@babel/preset-react": "^7.27.1",
1212
"@playwright/test": "1.54.2",
13-
"core-js": "3.44.0",
13+
"core-js": "3.45.0",
1414
"@rspack/core": "workspace:*",
1515
"@rspack/dev-server": "~1.1.3",
1616
"@rspack/plugin-react-refresh": "^1.4.3",

tests/webpack-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webpack-examples",
33
"private": true,
44
"devDependencies": {
5-
"core-js": "3.44.0",
5+
"core-js": "3.45.0",
66
"acorn": "^8.15.0",
77
"date-fns": "^4.1.0",
88
"react": "^19.1.0",

0 commit comments

Comments
 (0)