Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Sep 14, 2024
1 parent 0759501 commit 98ea6cf
Show file tree
Hide file tree
Showing 5 changed files with 867 additions and 600 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic-virtual-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"gpt-generate": "node gpt/generate.js"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@eslint-react/eslint-plugin": "^1.12.3",
"@playwright/test": "^1.46.1",
"@arethetypeswrong/cli": "^0.16.2",
"@eslint-react/eslint-plugin": "^1.14.1",
"@playwright/test": "^1.47.1",
"@tanstack/config": "^0.13.1",
"@types/node": "^22.5.4",
"@types/react": "^18.3.3",
Expand All @@ -54,8 +54,8 @@
"typescript53": "npm:typescript@5.3",
"typescript54": "npm:typescript@5.4",
"typescript55": "npm:typescript@5.5",
"vite": "^5.3.5",
"vitest": "^1.6.0"
"vite": "^5.4.5",
"vitest": "^2.1.1"
},
"resolutions": {
"use-sync-external-store": "1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-with-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react": ">=18",
"react-dom": ">=18",
"@tanstack/react-router": "workspace:*",
"@tanstack/react-query": ">=5.51.21"
"@tanstack/react-query": ">=5.56.2"
},
"peerDependencies": {
"react": ">=18",
Expand Down
Loading

0 comments on commit 98ea6cf

Please sign in to comment.