Skip to content

Commit

Permalink
Merge pull request #272 from midday-ai/feature/dependencies-v33
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
pontusab authored Oct 7, 2024
2 parents 56baf2f + a77ba03 commit 24d3c21
Show file tree
Hide file tree
Showing 17 changed files with 564 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
packageManager: bun
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: "apps/engine"
wranglerVersion: "3.79.0"
wranglerVersion: "3.80.0"
command: deploy --minify src/index.ts --env staging
2 changes: 1 addition & 1 deletion .github/workflows/production-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
packageManager: bun
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: "apps/engine"
wranglerVersion: "3.79.0"
wranglerVersion: "3.80.0"
command: deploy --minify src/index.ts --env production
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"db:reset": ""
},
"dependencies": {
"supabase": "^1.192.5"
"supabase": "^1.200.3"
}
}
Loading

0 comments on commit 24d3c21

Please sign in to comment.