Skip to content

Commit 0d756fa

Browse files
dependabot[bot]jeromelachaud
authored andcommitted
Bump react-dom from 18.2.0 to 18.3.1
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.2.0 to 18.3.1. - [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.3.1/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ccb83f commit 0d756fa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"node-sass": "9.0.0",
1818
"prop-types": "15.8.1",
1919
"react": "18.3.1",
20-
"react-dom": "18.2.0",
20+
"react-dom": "18.3.1",
2121
"react-helmet": "6.1.0"
2222
},
2323
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9419,13 +9419,13 @@ react-dev-utils@^12.0.1:
94199419
strip-ansi "^6.0.1"
94209420
text-table "^0.2.0"
94219421

9422-
react-dom@18.2.0:
9423-
version "18.2.0"
9424-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
9425-
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
9422+
react-dom@18.3.1:
9423+
version "18.3.1"
9424+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
9425+
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
94269426
dependencies:
94279427
loose-envify "^1.1.0"
9428-
scheduler "^0.23.0"
9428+
scheduler "^0.23.2"
94299429

94309430
react-error-overlay@^6.0.11:
94319431
version "6.0.11"
@@ -9937,10 +9937,10 @@ sax@>=0.6.0:
99379937
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
99389938
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
99399939

9940-
scheduler@^0.23.0:
9941-
version "0.23.0"
9942-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
9943-
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
9940+
scheduler@^0.23.2:
9941+
version "0.23.2"
9942+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
9943+
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
99449944
dependencies:
99459945
loose-envify "^1.1.0"
99469946

0 commit comments

Comments
 (0)