Skip to content

Commit b1fec94

Browse files
chore: bump a bunch of packages (#5910)
* bump a bunch of packages * fix type errors from vitest upgrade * revert www * skiplibcheck
1 parent a7d7e29 commit b1fec94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"dependencies": {
1111
"@hookform/error-message": "^2.0.1",
1212
"@hookform/resolvers": "^2.9.11",
13-
"@tanstack/react-query": "^5.49.2",
13+
"@tanstack/react-query": "^5.51.11",
1414
"@trpc/client": "npm:@trpc/client@next",
1515
"@trpc/next": "npm:@trpc/next@next",
1616
"@trpc/react-query": "npm:@trpc/react-query@next",
1717
"@trpc/server": "npm:@trpc/server@next",
18-
"next": "^14.1.4",
18+
"next": "^14.2.5",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
2121
"react-hook-form": "^7.43.3",
@@ -26,7 +26,7 @@
2626
"@types/node": "^20.10.0",
2727
"@types/react": "^18.3.1",
2828
"@types/react-dom": "^18.3.0",
29-
"eslint": "^8.56.0",
30-
"typescript": "^5.5.0"
29+
"eslint": "^8.57.0",
30+
"typescript": "^5.5.3"
3131
}
3232
}

0 commit comments

Comments
 (0)