Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Dec 30, 2024
1 parent 5ac0705 commit 62caeb7
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 282 deletions.
10 changes: 5 additions & 5 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"@nanostores/persistent": "^0.10.2",
"@nanostores/react": "^0.8.4",
"@quassel/ui": "workspace:*",
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-router": "^1.92.3",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-router": "^1.92.11",
"nanostores": "^0.11.3",
"openapi-fetch": "0.13.3",
"openapi-react-query": "0.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.92.3",
"@tanstack/router-plugin": "^1.91.1",
"@tanstack/router-devtools": "^1.92.11",
"@tanstack/router-plugin": "^1.92.11",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/react": "^18.3.18",
Expand All @@ -45,7 +45,7 @@
"openapi-typescript": "^7.4.4",
"openapi-typescript-helpers": "^0.0.15",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite": "^6.0.6",
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite": "^6.0.6",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-svgr": "^4.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"nx": "^20.3.0",
"typescript-eslint": "^8.18.1"
"typescript-eslint": "^8.18.2"
},
"engines": {
"node": ">=20.0.0"
Expand Down
Loading

0 comments on commit 62caeb7

Please sign in to comment.