Skip to content

Commit d0e33fa

Browse files
chore: bump deps (#5813)
1 parent 494bceb commit d0e33fa

File tree

4 files changed

+2120
-2105
lines changed

4 files changed

+2120
-2105
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"verify-links": "node scripts/verify-links.ts"
3636
},
3737
"devDependencies": {
38-
"@arethetypeswrong/cli": "^0.17.3",
38+
"@arethetypeswrong/cli": "^0.18.2",
3939
"@eslint-react/eslint-plugin": "^1.26.2",
40-
"@playwright/test": "^1.52.0",
40+
"@playwright/test": "^1.56.1",
4141
"@tanstack/config": "0.22.0",
42-
"@tanstack/react-query": "^5.90.0",
43-
"@tanstack/query-core": "^5.90.0",
42+
"@tanstack/react-query": "^5.90.7",
43+
"@tanstack/query-core": "^5.90.7",
4444
"@types/node": "22.10.2",
45-
"@types/react": "^19.0.8",
46-
"@types/react-dom": "^19.0.3",
45+
"@types/react": "^19.2.2",
46+
"@types/react-dom": "^19.2.2",
4747
"@vitest/browser": "^3.0.6",
4848
"@vitest/ui": "^3.0.6",
4949
"eslint": "^9.22.0",
@@ -54,9 +54,9 @@
5454
"markdown-link-extractor": "^4.0.2",
5555
"nx": "21.3.7",
5656
"prettier": "^3.6.2",
57-
"publint": "^0.3.12",
58-
"react": "^19.0.0",
59-
"react-dom": "^19.0.0",
57+
"publint": "^0.3.15",
58+
"react": "^19.2.0",
59+
"react-dom": "^19.2.0",
6060
"redaxios": "^0.5.1",
6161
"rimraf": "^6.0.1",
6262
"tinyglobby": "^0.2.12",

packages/react-router/src/fileRoute.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react-hooks/rules-of-hooks */
12
import warning from 'tiny-warning'
23
import { createRoute } from './route'
34

packages/react-router/src/route.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react-hooks/rules-of-hooks */
12
import {
23
BaseRootRoute,
34
BaseRoute,

0 commit comments

Comments
 (0)