Skip to content

Commit f897b82

Browse files
committed
fix(deps): update react monorepo to v18
1 parent 6ea3a69 commit f897b82

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"gatsby-remark-images": "^6.14.0",
3131
"gatsby-source-filesystem": "^4.14.0",
3232
"prismjs": "^1.28.0",
33-
"react": "^17.0.2",
34-
"react-dom": "^17.0.2",
33+
"react": "^18.2.0",
34+
"react-dom": "^18.2.0",
3535
"react-helmet-async": "^1.3.0",
3636
"slugify": "^1.6.5"
3737
},

yarn.lock

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11124,14 +11124,13 @@ react-dev-utils@^12.0.1:
1112411124
strip-ansi "^6.0.1"
1112511125
text-table "^0.2.0"
1112611126

11127-
react-dom@^17.0.2:
11128-
version "17.0.2"
11129-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
11130-
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
11127+
react-dom@^18.2.0:
11128+
version "18.2.0"
11129+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
11130+
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
1113111131
dependencies:
1113211132
loose-envify "^1.1.0"
11133-
object-assign "^4.1.1"
11134-
scheduler "^0.20.2"
11133+
scheduler "^0.23.0"
1113511134

1113611135
react-error-overlay@^6.0.11:
1113711136
version "6.0.11"
@@ -11169,13 +11168,12 @@ react-refresh@^0.9.0:
1116911168
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.9.0.tgz#71863337adc3e5c2f8a6bfddd12ae3bfe32aafbf"
1117011169
integrity sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ==
1117111170

11172-
react@^17.0.2:
11173-
version "17.0.2"
11174-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
11175-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
11171+
react@^18.2.0:
11172+
version "18.2.0"
11173+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
11174+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
1117611175
dependencies:
1117711176
loose-envify "^1.1.0"
11178-
object-assign "^4.1.1"
1117911177

1118011178
read@^1.0.7:
1118111179
version "1.0.7"
@@ -11656,13 +11654,12 @@ sax@>=0.6.0, sax@^1.2.4, sax@~1.2.4:
1165611654
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
1165711655
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
1165811656

11659-
scheduler@^0.20.2:
11660-
version "0.20.2"
11661-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
11662-
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
11657+
scheduler@^0.23.0:
11658+
version "0.23.0"
11659+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
11660+
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
1166311661
dependencies:
1166411662
loose-envify "^1.1.0"
11665-
object-assign "^4.1.1"
1166611663

1166711664
schema-utils@2.7.0:
1166811665
version "2.7.0"

0 commit comments

Comments
 (0)