Skip to content

Commit a713807

Browse files
authored
deps(ui): Upgrade to corejs v3.45 (#97620)
Could start using `Error.isError` and some others https://github.com/zloirock/core-js/releases
1 parent f0e995c commit a713807

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"classnames": "2.3.1",
110110
"color": "^4.2.3",
111111
"compression-webpack-plugin": "11.1.0",
112-
"core-js": "^3.41.0",
112+
"core-js": "3.45.0",
113113
"cronstrue": "^2.50.0",
114114
"css-loader": "^7.1.2",
115115
"diff": "5.2.0",

pnpm-lock.yaml

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

rspack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const swcReactLoaderConfig: SwcLoaderOptions = {
188188
env: {
189189
mode: 'usage',
190190
// https://rspack.rs/guide/features/builtin-swc-loader#polyfill-injection
191-
coreJs: '3.41.0',
191+
coreJs: '3.45.0',
192192
targets: packageJson.browserslist.production,
193193
shippedProposals: true,
194194
},

0 commit comments

Comments
 (0)