Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 6, 2023
1 parent 59108af commit f1e4530
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@floating-ui/react": "0.24.5",
"core-js": "3.31.0",
"core-js": "3.31.1",
"prop-types": "15.8.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.0"
"core-js": "3.31.1"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6840,10 +6840,10 @@ core-js-pure@^3.23.3, core-js-pure@^3.30.2:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.30.2.tgz#005a82551f4af3250dcfb46ed360fad32ced114e"
integrity sha512-p/npFUJXXBkCCTIlEGBdghofn00jWG6ZOtdoIXSJmAu2QBvN0IqpZXWweOytcwE6cfx8ZvVUy1vw8zxhe4Y2vg==

core-js@3.31.0:
version "3.31.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.31.0.tgz#4471dd33e366c79d8c0977ed2d940821719db344"
integrity sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==
core-js@3.31.1:
version "3.31.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.31.1.tgz#f2b0eea9be9da0def2c5fece71064a7e5d687653"
integrity sha512-2sKLtfq1eFST7l7v62zaqXacPc7uG8ZAya8ogijLhTtaKNcpzpB4TMoTw2Si+8GYKRwFPMMtUT0263QFWFfqyQ==

core-util-is@~1.0.0:
version "1.0.3"
Expand Down

0 comments on commit f1e4530

Please sign in to comment.