Skip to content

Commit

Permalink
Upgrade almost everything except prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Oct 15, 2023
1 parent ab9df08 commit d1f5bcb
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 534 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@fastify/static": "^6.11.2",
"@fastify/websocket": "^8.2.0",
"@prisma/client": "^4.13.0",
"@trpc/server": "^10.21.2",
"@trpc/server": "^10.40.0",
"@types/async": "^3.2.21",
"@types/cookie": "^0.5.2",
"@types/jsonwebtoken": "^9.0.3",
Expand Down
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@tailwindcss/forms": "^0.5.6",
"@tanstack/react-query": "^4.29.13",
"@tanstack/react-query-devtools": "^4.29.13",
"@tanstack/react-table": "^8.8.5",
"@tanstack/react-table": "^8.10.7",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@trpc/client": "^10.21.2",
"@trpc/server": "^10.21.2",
"@trpc/client": "^10.40.0",
"@trpc/server": "^10.40.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/spotify-web-playback-sdk": "^0.1.17",
Expand All @@ -23,20 +23,20 @@
"date-fns": "^2.30.0",
"immer": "^10.0.3",
"mitt": "^3.0.1",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.5",
"notistack": "3.0.1",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"react-router-dom": "^6.16.0",
"recoil": "^0.7.7",
"tailwind-lerp-colors": "^1.2.1",
"tailwind-merge": "^1.12.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"use-debounce": "^9.0.4",
"vite": "^4.3.9"
"vite": "^4.4.11"
},
"scripts": {
"dev": "vite",
Expand Down
Loading

0 comments on commit d1f5bcb

Please sign in to comment.