Skip to content

Commit 62adb3f

Browse files
build(deps): bump react-dom from 17.0.2 to 18.1.0 (#6178)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 17.0.2 to 18.1.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.1.0/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 247e3ac commit 62adb3f

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"path-browserify": "^1.0.1",
150150
"prop-types": "^15.8.1",
151151
"react": "^17.0.2",
152-
"react-dom": "^17.0.2",
152+
"react-dom": "^18.1.0",
153153
"react-helmet-async": "^1.3.0",
154154
"react-router-dom": "^6.3.0",
155155
"react-spring": "^9.4.5",

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9926,14 +9926,13 @@ [email protected]:
99269926
iconv-lite "0.4.24"
99279927
unpipe "1.0.0"
99289928

9929-
react-dom@^17.0.2:
9930-
version "17.0.2"
9931-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
9932-
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
9929+
react-dom@^18.1.0:
9930+
version "18.1.0"
9931+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.1.0.tgz#7f6dd84b706408adde05e1df575b3a024d7e8a2f"
9932+
integrity sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==
99339933
dependencies:
99349934
loose-envify "^1.1.0"
9935-
object-assign "^4.1.1"
9936-
scheduler "^0.20.2"
9935+
scheduler "^0.22.0"
99379936

99389937
react-fast-compare@^3.2.0:
99399938
version "3.2.0"
@@ -10674,13 +10673,12 @@ saxes@^5.0.1:
1067410673
dependencies:
1067510674
xmlchars "^2.2.0"
1067610675

10677-
scheduler@^0.20.2:
10678-
version "0.20.2"
10679-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
10680-
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
10676+
scheduler@^0.22.0:
10677+
version "0.22.0"
10678+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.22.0.tgz#83a5d63594edf074add9a7198b1bae76c3db01b8"
10679+
integrity sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==
1068110680
dependencies:
1068210681
loose-envify "^1.1.0"
10683-
object-assign "^4.1.1"
1068410682

1068510683
schema-utils@^2.6.5:
1068610684
version "2.7.1"

0 commit comments

Comments
 (0)