Skip to content

Commit

Permalink
build: update to TypeScript 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Jul 19, 2024
1 parent 22fa774 commit 52d09b7
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 233 deletions.
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@types/node": "^20.12.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-canary.25",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}
8 changes: 4 additions & 4 deletions packages/next-safe-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/node": "^20.12.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "^8.57.0",
Expand All @@ -81,7 +81,7 @@
"semantic-release": "^23.0.8",
"tsup": "^8.0.2",
"tsx": "^4.11.2",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"typescript-eslint": "^7.8.0",
"valibot": "^0.36.0",
"zod": "^3.23.6"
Expand All @@ -90,8 +90,8 @@
"next": ">= 14.0.0",
"react": ">= 18.2.0",
"react-dom": ">= 18.2.0",
"zod": ">= 3.0.0",
"valibot": ">= 0.36.0"
"valibot": ">= 0.36.0",
"zod": ">= 3.0.0"
},
"peerDependenciesMeta": {
"zod": {
Expand Down
Loading

0 comments on commit 52d09b7

Please sign in to comment.