Skip to content

Commit

Permalink
chore: Upgrade biome
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe committed Oct 14, 2024
1 parent 9174971 commit eb861b6
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 2,204 deletions.
5 changes: 2 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"organizeImports": {
"enabled": true
},
Expand All @@ -12,8 +12,7 @@
"examples/nextjs-app/openapi",
"examples/nextjs-app/.next",
"examples/tanstack-router-app/openapi",
"examples/tanstack-router-app/src/routeTree.gen.ts",
".vscode"
"examples/tanstack-router-app/src/routeTree.gen.ts"
]
},
"linter": {
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:generated": "tsc -p ./tsconfig.json --noEmit"
},
"dependencies": {
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query-devtools": "^5.32.1",
"next": "^14.2.3",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@hey-api/client-axios": "^0.2.7",
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query-devtools": "^5.32.1",
"axios": "^1.7.7",
"form-data": "~4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-app/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ input {
input:focus {
border-color: #646cff;
outline: none;
}
}
3 changes: 1 addition & 2 deletions examples/tanstack-router-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@
"vite": "^5.4.4"
},
"dependencies": {
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query-devtools": "^5.32.1",
"@tanstack/react-router": "^1.58.7",
"@tanstack/react-router-with-query": "^1.58.7",
"@tanstack/router-devtools": "^1.58.7",
"@tanstack/start": "^1.58.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"cross-spawn": "^7.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@biomejs/biome": "^1.9.3",
"@types/cross-spawn": "^6.0.6",
"@types/node": "^22.7.4",
"@vitest/coverage-v8": "^1.5.0",
Expand Down
Loading

0 comments on commit eb861b6

Please sign in to comment.