Skip to content

Commit

Permalink
upgrade: upgrade all dependencies but next and date-fns
Browse files Browse the repository at this point in the history
Let's upgrade only Next.js in a future commit as it's a critical and large dependency.
date-fns-tz need to support date-fns v3 before upgrading date-fns to v3.
  • Loading branch information
flsilva committed Jan 20, 2024
1 parent b71b7b6 commit 69a8d73
Show file tree
Hide file tree
Showing 4 changed files with 906 additions and 633 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npx prisma@5.6.0 migrate deploy
- run: npx prisma@5.8.1 migrate deploy
2 changes: 1 addition & 1 deletion .github/workflows/production-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npx prisma@5.6.0 migrate deploy
- run: npx prisma@5.8.1 migrate deploy
Loading

0 comments on commit 69a8d73

Please sign in to comment.