Skip to content

Commit

Permalink
bump tanstack deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbarker committed Dec 24, 2024
1 parent e643d92 commit 537fdfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"type": "module",
"license": "MIT",
"maintainers": ["Tyler Barker <[email protected]>"],
"maintainers": [
"Tyler Barker <[email protected]>"
],
"scripts": {
"typecheck": "tsc --noEmit",
"setup": "bun i && bun run wasm:build && bun run wasm:test && bun test",
Expand All @@ -17,14 +19,14 @@
},
"devDependencies": {
"@happy-dom/global-registrator": "^15.11.7",
"@tanstack/router-devtools": "^1.92.1",
"@tanstack/router-devtools": "^1.92.3",
"@tanstack/router-plugin": "^1.91.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"bun-types": "^1.1.40",
"chokidar": "^4.0.3",
Expand All @@ -37,9 +39,9 @@
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-router": "^1.92.1",
"@tanstack/start": "^1.92.1",
"@tanstack/react-query": "^5.62.9",
"@tanstack/react-router": "^1.92.3",
"@tanstack/start": "^1.92.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vinxi": "^0.5.1"
Expand Down

0 comments on commit 537fdfb

Please sign in to comment.