Skip to content

Commit eb417be

Browse files
committed
chore: upgrade dependencies
1 parent 8765654 commit eb417be

File tree

5 files changed

+900
-817
lines changed

5 files changed

+900
-817
lines changed

biome.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
},
5555
"nursery": {
5656
"useExplicitType": "off",
57-
"useForComponent": "off",
58-
"noMagicNumbers": "off",
59-
"useExportsLast": "off",
6057
"noUnresolvedImports": "off",
6158
"noSecrets": {
6259
"level": "error",
@@ -66,13 +63,17 @@
6663
}
6764
},
6865
"suspicious": {
69-
"noReactSpecificProps": "off"
66+
"noReactSpecificProps": "off",
67+
"noUnknownAtRules": "off"
7068
},
7169
"performance": {
7270
"noImgElement": "off",
73-
"noNamespaceImport": "off"
71+
"noNamespaceImport": "off",
72+
"useSolidForComponent": "off"
7473
},
7574
"style": {
75+
"noMagicNumbers": "off",
76+
"useExportsLast": "off",
7677
"useBlockStatements": "off",
7778
"useNamingConvention": {
7879
"level": "error",

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@
1919
"preview": "vite preview"
2020
},
2121
"dependencies": {
22-
"@tanstack/react-query": "5.84.1",
23-
"@tanstack/react-query-devtools": "5.84.1",
22+
"@tanstack/react-query": "5.85.6",
23+
"@tanstack/react-query-devtools": "5.85.6",
2424
"react": "19.1.1",
2525
"react-dom": "19.1.1",
2626
"react-error-boundary": "6.0.0",
27-
"react-router": "7.8.0",
27+
"react-router": "7.8.2",
2828
"valibot": "1.1.0"
2929
},
3030
"devDependencies": {
31-
"@biomejs/biome": "2.1.4",
32-
"@playwright/test": "1.54.2",
33-
"@tailwindcss/vite": "4.1.11",
31+
"@biomejs/biome": "2.2.2",
32+
"@playwright/test": "1.55.0",
33+
"@tailwindcss/vite": "4.1.12",
3434
"@testing-library/dom": "10.4.1",
35-
"@testing-library/jest-dom": "6.6.4",
35+
"@testing-library/jest-dom": "6.8.0",
3636
"@testing-library/react": "16.3.0",
3737
"@testing-library/user-event": "14.6.1",
38-
"@types/node": "22.15.30",
39-
"@types/react": "19.1.9",
40-
"@types/react-dom": "19.1.7",
41-
"@vitejs/plugin-react": "5.0.0",
38+
"@types/node": "24.3.0",
39+
"@types/react": "19.1.12",
40+
"@types/react-dom": "19.1.9",
41+
"@vitejs/plugin-react": "5.0.2",
4242
"@vitest/coverage-v8": "3.2.4",
4343
"happy-dom": "18.0.1",
44-
"msw": "2.10.4",
45-
"tailwindcss": "4.1.11",
44+
"msw": "2.11.1",
45+
"tailwindcss": "4.1.12",
4646
"typescript": "5.9.2",
47-
"vite": "7.1.1",
47+
"vite": "7.1.4",
4848
"vitest": "3.2.4"
4949
},
5050
"pnpm": {

0 commit comments

Comments
 (0)