Skip to content

Commit

Permalink
Update tanstack dependencies in examples setup
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Aug 11, 2024
1 parent 886e0e5 commit 02b41cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/tanstack-router-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-router": "1.45.10",
"@tanstack/react-router": "1.47.1",
"oidc-spa": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "3.22.4"
},
"devDependencies": {
"@tanstack/router-vite-plugin": "1.45.8",
"@tanstack/router-vite-plugin": "1.47.0",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@typescript-eslint/eslint-plugin": "6.20.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tanstack-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-router": "1.26.18",
"@tanstack/react-router": "1.47.1",
"oidc-spa": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit 02b41cb

Please sign in to comment.