Skip to content

Commit 62caeb7

Browse files
committed
chore: upgrade dependencies
1 parent 5ac0705 commit 62caeb7

File tree

4 files changed

+315
-282
lines changed

4 files changed

+315
-282
lines changed

apps/frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"@nanostores/persistent": "^0.10.2",
2525
"@nanostores/react": "^0.8.4",
2626
"@quassel/ui": "workspace:*",
27-
"@tanstack/react-query": "^5.62.8",
28-
"@tanstack/react-router": "^1.92.3",
27+
"@tanstack/react-query": "^5.62.11",
28+
"@tanstack/react-router": "^1.92.11",
2929
"nanostores": "^0.11.3",
3030
"openapi-fetch": "0.13.3",
3131
"openapi-react-query": "0.2.8",
3232
"react": "^18.3.1",
3333
"react-dom": "^18.3.1"
3434
},
3535
"devDependencies": {
36-
"@tanstack/router-devtools": "^1.92.3",
37-
"@tanstack/router-plugin": "^1.91.1",
36+
"@tanstack/router-devtools": "^1.92.11",
37+
"@tanstack/router-plugin": "^1.92.11",
3838
"@testing-library/jest-dom": "^6.6.3",
3939
"@testing-library/react": "^16.1.0",
4040
"@types/react": "^18.3.18",
@@ -45,7 +45,7 @@
4545
"openapi-typescript": "^7.4.4",
4646
"openapi-typescript-helpers": "^0.0.15",
4747
"typescript": "^5.7.2",
48-
"vite": "^6.0.5",
48+
"vite": "^6.0.6",
4949
"vitest": "^2.1.8"
5050
}
5151
}

libs/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react-dom": "^18.3.5",
4444
"@vitejs/plugin-react": "^4.3.4",
4545
"typescript": "^5.7.2",
46-
"vite": "^6.0.5",
46+
"vite": "^6.0.6",
4747
"vite-plugin-dts": "^4.4.0",
4848
"vite-plugin-svgr": "^4.3.0"
4949
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"eslint": "^9.17.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-plugin-prettier": "^5.2.1",
29-
"eslint-plugin-react": "^7.37.2",
29+
"eslint-plugin-react": "^7.37.3",
3030
"eslint-plugin-react-hooks": "5.1.0",
3131
"eslint-plugin-react-refresh": "^0.4.16",
3232
"globals": "^15.14.0",
3333
"nx": "^20.3.0",
34-
"typescript-eslint": "^8.18.1"
34+
"typescript-eslint": "^8.18.2"
3535
},
3636
"engines": {
3737
"node": ">=20.0.0"

0 commit comments

Comments
 (0)