Skip to content

Commit cff24bb

Browse files
committed
fix: update dependency core-js to v3
1 parent 96c5bf3 commit cff24bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@ngrx/store-devtools": "7.4.0",
5959
"@nrwl/nx": "7.8.6",
6060
"@webcomponents/custom-elements": "^1.2.4",
61-
"core-js": "^2.5.4",
61+
"core-js": "^3.0.0",
6262
"document-register-element": "^1.7.2",
6363
"hammerjs": "^2.0.8",
6464
"ngrx-store-freeze": "^0.2.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3974,7 +3974,7 @@ [email protected]:
39743974
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.1.3.tgz#4c90752d5b9471f641514f3728f51c1e0783d0b5"
39753975
integrity sha512-k3JWTrcQBKqjkjI0bkfXS0lbpWPxYuHWfMMjC1VDmzU4Q58IwSbuXSo99YO/hUHlw/EB4AlfA2PVxOGkrIq6dA==
39763976

3977-
core-js@^2.2.0, core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.4:
3977+
core-js@^2.2.0, core-js@^2.4.0, core-js@^2.5.0:
39783978
version "2.6.9"
39793979
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
39803980
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==

0 commit comments

Comments
 (0)