Skip to content

Commit afd1a32

Browse files
chore(deps): upgrade typescript and @types/react to support server components 🎉 (#4470)
1 parent d137da2 commit afd1a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@playwright/test": "^1.26.1",
6161
"@tanstack/react-query-devtools": "^4.18.0",
6262
"@types/node": "^18.16.16",
63-
"@types/react": "^18.2.6",
63+
"@types/react": "^18.2.8",
6464
"@types/ws": "^8.2.0",
6565
"@typescript-eslint/eslint-plugin": "^5.59.2",
6666
"@typescript-eslint/parser": "^5.59.2",
@@ -78,7 +78,7 @@
7878
"prisma": "^4.14.1",
7979
"start-server-and-test": "^1.12.0",
8080
"tailwindcss": "^3.3.0",
81-
"typescript": "^5.0.4"
81+
"typescript": "^5.1.3"
8282
},
8383
"publishConfig": {
8484
"access": "restricted"

0 commit comments

Comments
 (0)