Skip to content

Commit

Permalink
Upgrade backend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Oct 15, 2023
1 parent fff0f1e commit a4bfa7b
Show file tree
Hide file tree
Showing 2 changed files with 1,524 additions and 1,187 deletions.
30 changes: 15 additions & 15 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,38 @@
"start": "node dist/server.js"
},
"dependencies": {
"@fastify/cookie": "^8.3.0",
"@fastify/cors": "^8.3.0",
"@fastify/static": "^6.10.1",
"@fastify/cookie": "^9.1.0",
"@fastify/cors": "^8.4.0",
"@fastify/static": "^6.11.2",
"@fastify/websocket": "^8.2.0",
"@prisma/client": "^4.13.0",
"@trpc/server": "^10.21.2",
"@types/async": "^3.2.20",
"@types/async": "^3.2.21",
"@types/cookie": "^0.5.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.198",
"@types/node": "^18.16.2",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.6",
"@types/pg": "^8.10.5",
"@types/spotify-api": "^0.0.22",
"@types/spotify-web-api-node": "^5.0.7",
"@types/spotify-web-playback-sdk": "^0.1.16",
"@types/spotify-api": "^0.0.23",
"@types/spotify-web-api-node": "^5.0.8",
"@types/spotify-web-playback-sdk": "^0.1.17",
"async": "^3.2.4",
"cookie": "^0.5.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"esbuild": "^0.17.18",
"esbuild": "^0.19.4",
"fast-fuzzy": "^1.12.0",
"fastify": "^4.18.0",
"fastify": "^4.24.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mixpanel": "^0.18.0",
"pg": "^8.11.3",
"prisma": "^4.13.0",
"spotify-web-api-node": "^5.0.2",
"typescript": "^5.0.4",
"zod": "^3.22.2"
"typescript": "^5.2.2",
"zod": "^3.22.4"
},
"devDependencies": {
"tsx": "^3.12.9"
"tsx": "^3.13.0"
}
}
Loading

1 comment on commit a4bfa7b

@vercel
Copy link

@vercel vercel bot commented on a4bfa7b Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.