Skip to content

Commit d61cb64

Browse files
committed
chore: upgrade react and react-dom
1 parent e63ce44 commit d61cb64

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@testing-library/jest-dom": "^5.16.4",
5454
"@testing-library/react": "^13.3.0",
5555
"@types/jest": "^28.1.1",
56-
"@types/react": "^18.0.9",
57-
"@types/react-dom": "^18.0.4",
56+
"@types/react": "^18.0.15",
57+
"@types/react-dom": "^18.0.6",
5858
"@typescript-eslint/eslint-plugin": "^5.25.0",
5959
"@typescript-eslint/parser": "^5.25.0",
6060
"@vitejs/plugin-react": "^2.0.0",
@@ -68,8 +68,8 @@
6868
"grapheme-splitter": "^1.0.4",
6969
"jest": "^28.1.1",
7070
"jest-environment-jsdom": "^28.1.1",
71-
"react": "^18.1.0",
72-
"react-dom": "^18.1.0",
71+
"react": "^18.2.0",
72+
"react-dom": "^18.2.0",
7373
"rimraf": "^3.0.2",
7474
"ts-jest": "^28.0.4",
7575
"typescript": "^4.7.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3016,7 +3016,7 @@
30163016
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
30173017
integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==
30183018

3019-
"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.4":
3019+
"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.6":
30203020
version "18.0.6"
30213021
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1"
30223022
integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==
@@ -3030,7 +3030,7 @@
30303030
dependencies:
30313031
"@types/react" "*"
30323032

3033-
"@types/react@*", "@types/react@^18.0.9":
3033+
"@types/react@*", "@types/react@^18.0.15":
30343034
version "18.0.15"
30353035
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.15.tgz#d355644c26832dc27f3e6cbf0c4f4603fc4ab7fe"
30363036
integrity sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==
@@ -10213,7 +10213,7 @@ react-docgen@^6.0.0-alpha.0:
1021310213
resolve "^1.17.0"
1021410214
strip-indent "^3.0.0"
1021510215

10216-
react-dom@^18.1.0:
10216+
react-dom@^18.2.0:
1021710217
version "18.2.0"
1021810218
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
1021910219
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
@@ -10280,7 +10280,7 @@ react-syntax-highlighter@^15.4.5:
1028010280
prismjs "^1.27.0"
1028110281
refractor "^3.6.0"
1028210282

10283-
react@^18.1.0:
10283+
react@^18.2.0:
1028410284
version "18.2.0"
1028510285
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
1028610286
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==

0 commit comments

Comments
 (0)