Skip to content

Commit 52d09b7

Browse files
committed
build: update to TypeScript 5.5
1 parent 22fa774 commit 52d09b7

File tree

5 files changed

+233
-233
lines changed

5 files changed

+233
-233
lines changed

apps/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"zod-form-data": "^2.0.2"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^20.12.10",
24+
"@types/node": "^20.14.11",
2525
"@types/react": "^18.3.1",
2626
"@types/react-dom": "18.3.0",
2727
"autoprefixer": "10.4.19",
2828
"eslint": "^8.57.0",
2929
"eslint-config-next": "15.0.0-canary.25",
3030
"postcss": "8.4.38",
3131
"tailwindcss": "3.4.3",
32-
"typescript": "^5.4.5"
32+
"typescript": "^5.5.3"
3333
}
3434
}

packages/next-safe-action/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@eslint/js": "^9.2.0",
70-
"@types/node": "^20.12.10",
70+
"@types/node": "^20.14.11",
7171
"@types/react": "^18.3.1",
7272
"@types/react-dom": "18.3.0",
7373
"eslint": "^8.57.0",
@@ -81,7 +81,7 @@
8181
"semantic-release": "^23.0.8",
8282
"tsup": "^8.0.2",
8383
"tsx": "^4.11.2",
84-
"typescript": "^5.4.5",
84+
"typescript": "^5.5.3",
8585
"typescript-eslint": "^7.8.0",
8686
"valibot": "^0.36.0",
8787
"zod": "^3.23.6"
@@ -90,8 +90,8 @@
9090
"next": ">= 14.0.0",
9191
"react": ">= 18.2.0",
9292
"react-dom": ">= 18.2.0",
93-
"zod": ">= 3.0.0",
94-
"valibot": ">= 0.36.0"
93+
"valibot": ">= 0.36.0",
94+
"zod": ">= 3.0.0"
9595
},
9696
"peerDependenciesMeta": {
9797
"zod": {

0 commit comments

Comments
 (0)