Skip to content

Commit a793529

Browse files
authored
chore: bump to react 19 (#6296)
1 parent 2cbc214 commit a793529

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"@trpc/server": "npm:@trpc/server@next",
4949
"clsx": "^2.0.0",
5050
"next": "^15.0.4",
51-
"next-auth": "npm:next-auth@^4.24.10",
52-
"react": "^18.3.1",
53-
"react-dom": "^18.3.1",
51+
"next-auth": "npm:next-auth@^4.24.11",
52+
"react": "^19.0.0",
53+
"react-dom": "^19.0.0",
5454
"superjson": "^1.12.4",
5555
"tsx": "^4.0.0",
5656
"ws": "^8.0.0",
@@ -60,14 +60,14 @@
6060
"@playwright/test": "^1.26.1",
6161
"@tanstack/react-query-devtools": "^5.59.15",
6262
"@types/node": "^22.9.0",
63-
"@types/react": "^18.3.1",
63+
"@types/react": "^19.0.0",
6464
"@types/ws": "^8.2.0",
6565
"autoprefixer": "^10.4.7",
6666
"cross-env": "^7.0.3",
6767
"eslint": "^9.13.0",
6868
"eslint-config-next": "^15.0.2",
6969
"eslint-plugin-react": "^7.37.2",
70-
"eslint-plugin-react-hooks": "^5.0.0",
70+
"eslint-plugin-react-hooks": "^5.1.0",
7171
"npm-run-all": "^4.1.5",
7272
"postcss": "^8.4.39",
7373
"prettier": "^3.3.3",

0 commit comments

Comments
 (0)