Skip to content

Commit facd017

Browse files
Update react monorepo to v18
1 parent 80cb041 commit facd017

2 files changed

Lines changed: 32 additions & 27 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@dailybruin/gatsby-source-kerckhoff": "1.1.1",
2020
"@dailybruin/lux": "1.9.3",
21-
"@types/react": "16.7.18",
21+
"@types/react": "18.2.58",
2222
"emotion": "9.2.12",
2323
"emotion-server": "9.2.12",
2424
"gatsby": "2.0.89",
@@ -30,8 +30,8 @@
3030
"gatsby-plugin-typography": "2.2.5",
3131
"gatsby-source-published-google-sheets": "1.0.2",
3232
"normalize.css": "8.0.1",
33-
"react": "16.7.0",
34-
"react-dom": "16.7.0",
33+
"react": "18.2.0",
34+
"react-dom": "18.2.0",
3535
"react-emotion": "9.2.12",
3636
"react-helmet": "5.2.0",
3737
"react-typography": "0.16.18",

yarn.lock

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -939,13 +939,19 @@
939939
"@types/prop-types" "*"
940940
csstype "^2.2.0"
941941

942-
"@types/react@16.7.18":
943-
version "16.7.18"
944-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.18.tgz#f4ce0d539a893dd61e36cd11ae3a5e54f5a48337"
945-
integrity sha512-Tx4uu3ppK53/iHk6VpamMP3f3ahfDLEVt3ZQc8TFm30a1H3v9lMsCntBREswZIW/SKrvJjkb3Hq8UwO6GREBng==
942+
"@types/react@18.2.58":
943+
version "18.2.58"
944+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.58.tgz#22082d12898d11806f4a1aefb5583116a047493d"
945+
integrity sha512-TaGvMNhxvG2Q0K0aYxiKfNDS5m5ZsoIBBbtfUorxdH4NGSXIlYvZxLJI+9Dd3KjeB3780bciLyAb7ylO8pLhPw==
946946
dependencies:
947947
"@types/prop-types" "*"
948-
csstype "^2.2.0"
948+
"@types/scheduler" "*"
949+
csstype "^3.0.2"
950+
951+
"@types/scheduler@*":
952+
version "0.16.8"
953+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
954+
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
949955

950956
"@types/tmp@^0.0.32":
951957
version "0.0.32"
@@ -3242,6 +3248,11 @@ csstype@^2.2.0, csstype@^2.5.2:
32423248
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.7.tgz#bf9235d5872141eccfb2d16d82993c6b149179ff"
32433249
integrity sha512-Nt5VDyOTIIV4/nRFswoCKps1R5CD1hkiyjBE9/thNaNZILLEviVw9yWQw15+O+CpNjQKB/uvdcxFFOrSflY3Yw==
32443250

3251+
csstype@^3.0.2:
3252+
version "3.1.3"
3253+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
3254+
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
3255+
32453256
currently-unhandled@^0.4.1:
32463257
version "0.4.1"
32473258
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -8202,15 +8213,13 @@ [email protected]:
82028213
prop-types "^15.6.2"
82038214
scheduler "^0.11.2"
82048215

8205-
react-dom@16.7.0:
8206-
version "16.7.0"
8207-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.7.0.tgz#a17b2a7ca89ee7390bc1ed5eb81783c7461748b8"
8208-
integrity sha512-D0Ufv1ExCAmF38P2Uh1lwpminZFRXEINJe53zRAbm4KPwSyd6DY/uDoS0Blj9jvPpn1+wivKpZYc8aAAN/nAkg==
8216+
react-dom@18.2.0:
8217+
version "18.2.0"
8218+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
8219+
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
82098220
dependencies:
82108221
loose-envify "^1.1.0"
8211-
object-assign "^4.1.1"
8212-
prop-types "^15.6.2"
8213-
scheduler "^0.12.0"
8222+
scheduler "^0.23.0"
82148223

82158224
[email protected], react-emotion@^9.2.12:
82168225
version "9.2.12"
@@ -8286,15 +8295,12 @@ [email protected]:
82868295
prop-types "^15.6.2"
82878296
scheduler "^0.11.2"
82888297

8289-
react@16.7.0:
8290-
version "16.7.0"
8291-
resolved "https://registry.yarnpkg.com/react/-/react-16.7.0.tgz#b674ec396b0a5715873b350446f7ea0802ab6381"
8292-
integrity sha512-StCz3QY8lxTb5cl2HJxjwLFOXPIFQp+p+hxQfc8WE0QiLfCtIlKj8/+5tjjKm8uSTlAW+fCPaavGFS06V9Ar3A==
8298+
react@18.2.0:
8299+
version "18.2.0"
8300+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
8301+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
82938302
dependencies:
82948303
loose-envify "^1.1.0"
8295-
object-assign "^4.1.1"
8296-
prop-types "^15.6.2"
8297-
scheduler "^0.12.0"
82988304

82998305
read-pkg-up@^2.0.0:
83008306
version "2.0.0"
@@ -8737,13 +8743,12 @@ scheduler@^0.11.2:
87378743
loose-envify "^1.1.0"
87388744
object-assign "^4.1.1"
87398745

8740-
scheduler@^0.12.0:
8741-
version "0.12.0"
8742-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.12.0.tgz#8ab17699939c0aedc5a196a657743c496538647b"
8743-
integrity sha512-t7MBR28Akcp4Jm+QoR63XgAi9YgCUmgvDHqf5otgAj4QvdoBE4ImCX0ffehefePPG+aitiYHp0g/mW6s4Tp+dw==
8746+
scheduler@^0.23.0:
8747+
version "0.23.0"
8748+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
8749+
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
87448750
dependencies:
87458751
loose-envify "^1.1.0"
8746-
object-assign "^4.1.1"
87478752

87488753
schema-utils@^0.4.0, schema-utils@^0.4.4, schema-utils@^0.4.5:
87498754
version "0.4.7"

0 commit comments

Comments
 (0)