Skip to content

Commit 459278c

Browse files
committed
fix(): update core-js to the latest
1 parent 3f19367 commit 459278c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = [
3333
},
3434
{
3535
path: "packages/brick-container/dist/polyfill.*.js",
36-
limit: "41 KB",
36+
limit: "45 KB",
3737
},
3838
{
3939
path: "packages/brick-http/dist/index.esm.js",

packages/babel-preset-next/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = () => {
6565
modules: false,
6666
useBuiltIns: "entry",
6767
corejs: {
68-
version: "3.26",
68+
version: "3.38",
6969
},
7070
},
7171
],

packages/brick-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"babel-loader": "^8.3.0",
5757
"clean-webpack-plugin": "^4.0.0",
5858
"copy-webpack-plugin": "^6.4.1",
59-
"core-js": "^3.26.1",
59+
"core-js": "^3.38.1",
6060
"css-loader": "^5.2.7",
6161
"fs-extra": "^10.1.0",
6262
"html-webpack-plugin": "^4.5.2",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5386,9 +5386,9 @@ caniuse-api@^3.0.0:
53865386
lodash.uniq "^4.5.0"
53875387

53885388
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
5389-
version "1.0.30001431"
5390-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz#e7c59bd1bc518fae03a4656be442ce6c4887a795"
5391-
integrity sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==
5389+
version "1.0.30001669"
5390+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz#fda8f1d29a8bfdc42de0c170d7f34a9cf19ed7a3"
5391+
integrity sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==
53925392

53935393
capital-case@^1.0.4:
53945394
version "1.0.4"
@@ -6143,10 +6143,10 @@ core-js@^2.4.0:
61436143
version "2.6.5"
61446144
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895"
61456145

6146-
core-js@^3.26.1:
6147-
version "3.26.1"
6148-
resolved "https://registry.npmjs.org/core-js/-/core-js-3.26.1.tgz#7a9816dabd9ee846c1c0fe0e8fcad68f3709134e"
6149-
integrity sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==
6146+
core-js@^3.38.1:
6147+
version "3.38.1"
6148+
resolved "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz#aa375b79a286a670388a1a363363d53677c0383e"
6149+
integrity sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==
61506150

61516151
[email protected], core-util-is@~1.0.0:
61526152
version "1.0.2"

0 commit comments

Comments
 (0)