Skip to content

Commit ea66d53

Browse files
authored
fix(server): bump minimal typescript to >=5.7.2 (#6326)
1 parent 343ba39 commit ea66d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"prisma": "^5.12.1",
7575
"start-server-and-test": "^1.12.0",
7676
"tailwindcss": "^3.4.6",
77-
"typescript": "^5.7.0",
77+
"typescript": "^5.7.2",
7878
"typescript-eslint": "^8.12.2"
7979
},
8080
"publishConfig": {

0 commit comments

Comments
 (0)