Skip to content

Commit c66fcf8

Browse files
chore(deps): use actual latest available versions for @TanStack devtools
@tanstack/router-cli, router-devtools, and router-plugin lag behind the router core release cadence and do not have a 1.168.3 release. Update specifiers to the actual latest available: - @tanstack/router-cli 1.162.9 -> 1.166.18 - @tanstack/router-devtools 1.162.9 -> 1.166.11 - @tanstack/router-plugin 1.162.9 -> 1.167.4 - @tanstack/react-query-devtools 5.91.3 -> 5.95.2 (lockfile)
1 parent b7a9370 commit c66fcf8

2 files changed

Lines changed: 60 additions & 105 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"@graphql-typed-document-node/core": "^3.2.0",
6464
"@parcel/watcher": "^2.5.1",
6565
"@tanstack/react-query-devtools": "^5.95.2",
66-
"@tanstack/router-cli": "^1.168.3",
67-
"@tanstack/router-devtools": "^1.168.3",
68-
"@tanstack/router-plugin": "^1.168.3",
66+
"@tanstack/router-cli": "^1.166.18",
67+
"@tanstack/router-devtools": "^1.166.11",
68+
"@tanstack/router-plugin": "^1.167.4",
6969
"@testing-library/jest-dom": "^6.6.3",
7070
"@testing-library/react": "^16.3.0",
7171
"@testing-library/user-event": "^14.6.1",

pnpm-lock.yaml

Lines changed: 57 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)