Skip to content

Commit 304d90d

Browse files
committed
Update react and react-dom to 18.2.0 for compatibility with React Testing Library
1 parent 562a600 commit 304d90d

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

package-lock.json

Lines changed: 21 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"jsonwebtoken": "^9.0.2",
2020
"jwt-decode": "^4.0.0",
2121
"next": "15.0.3",
22-
"react": "^19.0.0",
23-
"react-dom": "^19.0.0",
22+
"react": "^18.3.1",
23+
"react-dom": "^18.3.1",
2424
"react-icons": "^5.3.0",
2525
"zod": "^3.23.8"
2626
},

0 commit comments

Comments
 (0)