Skip to content

Commit be1c31e

Browse files
chore: align package versions, resolve some warnings (#6552)
* align package versions, resolve some warnings * fix breakign changes from tanstack start * chore: apply lint and formatting fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 85a9c53 commit be1c31e

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
@@ -52,19 +52,19 @@
5252
"react": "^19.0.0",
5353
"react-dom": "^19.0.0",
5454
"superjson": "^1.12.4",
55-
"tsx": "^4.0.0",
55+
"tsx": "^4.19.3",
5656
"ws": "^8.0.0",
57-
"zod": "^3.0.0"
57+
"zod": "^3.24.2"
5858
},
5959
"devDependencies": {
6060
"@playwright/test": "^1.26.1",
6161
"@tanstack/react-query-devtools": "^5.64.2",
62-
"@types/node": "^22.9.0",
62+
"@types/node": "^22.13.5",
6363
"@types/react": "^19.0.0",
6464
"@types/ws": "^8.2.0",
6565
"autoprefixer": "^10.4.7",
6666
"cross-env": "^7.0.3",
67-
"eslint": "^9.13.0",
67+
"eslint": "^9.21.0",
6868
"eslint-config-next": "^15.0.2",
6969
"eslint-plugin-react": "^7.37.2",
7070
"eslint-plugin-react-hooks": "^5.1.0",
@@ -75,7 +75,7 @@
7575
"start-server-and-test": "^1.12.0",
7676
"tailwindcss": "^3.4.6",
7777
"typescript": "^5.7.2",
78-
"typescript-eslint": "^8.12.2"
78+
"typescript-eslint": "^8.24.1"
7979
},
8080
"publishConfig": {
8181
"access": "restricted"

0 commit comments

Comments
 (0)