Skip to content

Commit

Permalink
Upgraded flyctl version and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschwobe committed Nov 7, 2023
1 parent 830afd9 commit 183e6ae
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 316 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
matrix:
# If changing this, match the same value from:
# - Running `flyctl version` on your local machine
flyctl-version: [0.1.115]
flyctl-version: [0.1.118]
if: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
steps:
- name: ⬇️ Checkout repo
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prisma": "^5.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.1.0",
"sonner": "^1.2.0",
"tailwind-merge": "^1.14.0",
"zod": "^3.22.4"
},
Expand All @@ -73,15 +73,15 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@total-typescript/ts-reset": "^0.4.2",
"@types/bcryptjs": "^2.4.5",
"@types/cookie": "^0.5.3",
"@types/bcryptjs": "^2.4.6",
"@types/cookie": "^0.5.4",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.1",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1",
Expand Down
Loading

0 comments on commit 183e6ae

Please sign in to comment.