Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Nov 7, 2024
1 parent dc045c2 commit f7a1b18
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 277 deletions.
6 changes: 6 additions & 0 deletions .changeset/hot-numbers-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@quassel/frontend": patch
"@quassel/backend": patch
---

Upgrade dependencies
12 changes: 6 additions & 6 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@mikro-orm/postgresql": "^6.3.13",
"@mikro-orm/reflection": "^6.3.13",
"@mikro-orm/seeder": "^6.3.13",
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/core": "^10.4.7",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.4.6",
"@nestjs/swagger": "^8.0.1",
"@nestjs/platform-fastify": "^10.4.7",
"@nestjs/swagger": "^8.0.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"fastify": "^4.28.1",
Expand All @@ -47,9 +47,9 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/cli": "^10.4.7",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@nestjs/testing": "^10.4.7",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.6",
"@types/supertest": "^6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"@nanostores/persistent": "^0.10.2",
"@nanostores/react": "^0.8.0",
"@quassel/ui": "workspace:*",
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-router": "^1.79.0",
"nanostores": "^0.11.3",
"openapi-fetch": "^0.13.0",
"openapi-react-query": "^0.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.12",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@eslint/js": "^9.14.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/cli": "^10.4.7",
"@nx-tools/container-metadata": "^6.1.0",
"@nx-tools/nx-container": "^6.1.0",
"eslint": "^9.14.0",
Expand All @@ -29,9 +29,9 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"nx": "20.0.8",
"typescript-eslint": "^8.12.2"
"globals": "^15.12.0",
"nx": "20.0.10",
"typescript-eslint": "^8.13.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
Loading

0 comments on commit f7a1b18

Please sign in to comment.