Skip to content

Commit

Permalink
Update dependencies (#486)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update actions

* Rebuild lockfile
  • Loading branch information
damianstasik authored Oct 22, 2023
1 parent 8463af2 commit 825dd0b
Show file tree
Hide file tree
Showing 7 changed files with 553 additions and 1,103 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
jobs:
deploy:
name: Deploy api
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config ./backend/fly.toml
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
jobs:
generate:
name: Generate screenshot
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm i --global turbo
- run: turbo prune --scope=scripts
- run: |
Expand All @@ -21,7 +21,7 @@ jobs:
npm run generate-screenshot
mv screenshot.png ../../landing/public
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
add-paths: landing/public/screenshot.png
branch: screenshot-update
Expand Down
18 changes: 9 additions & 9 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"@fastify/static": "^6.11.2",
"@fastify/websocket": "^8.2.0",
"@prisma/client": "^5.4.2",
"@trpc/server": "^10.40.0",
"@trpc/server": "^10.41.0",
"@types/async": "^3.2.22",
"@types/cookie": "^0.5.2",
"@types/cookie": "^0.5.3",
"@types/jsonwebtoken": "^9.0.4",
"@types/lodash": "^4.14.199",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.7",
"@types/pg": "^8.10.5",
"@types/spotify-api": "^0.0.23",
"@types/spotify-web-api-node": "^5.0.8",
"@types/spotify-web-playback-sdk": "^0.1.17",
"@types/pg": "^8.10.7",
"@types/spotify-api": "^0.0.24",
"@types/spotify-web-api-node": "^5.0.9",
"@types/spotify-web-playback-sdk": "^0.1.18",
"async": "^3.2.4",
"cookie": "^0.5.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"esbuild": "^0.19.4",
"esbuild": "^0.19.5",
"fast-fuzzy": "^1.12.0",
"fastify": "^4.24.2",
"fastify": "^4.24.3",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mixpanel": "^0.18.0",
Expand Down
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@tanstack/react-query-devtools": "^4.29.13",
"@tanstack/react-table": "^8.10.7",
"@tanstack/react-virtual": "^3.0.0-beta.65",
"@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",
"@trpc/client": "^10.41.0",
"@trpc/server": "^10.41.0",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/spotify-web-playback-sdk": "^0.1.18",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"backend": "*",
Expand Down
6 changes: 3 additions & 3 deletions landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@types/node": "20.8.7",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"next": "13.5.4",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
Expand Down
Loading

0 comments on commit 825dd0b

Please sign in to comment.