Skip to content

Commit

Permalink
Upgraded flyctl/pnpm versions and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschwobe committed Nov 29, 2023
1 parent ef1204b commit 1fb7181
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 359 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# - `/Dockerfile`
# - `/package.json`
node-version: [21.2.0]
pnpm-version: [8.10.5]
pnpm-version: [8.11.0]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
# - `/Dockerfile`
# - `/package.json`
node-version: [21.2.0]
pnpm-version: [8.10.5]
pnpm-version: [8.11.0]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
# - `/Dockerfile`
# - `/package.json`
node-version: [21.2.0]
pnpm-version: [8.10.5]
pnpm-version: [8.11.0]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
# - `/Dockerfile`
# - `/package.json`
node-version: [21.2.0]
pnpm-version: [8.10.5]
pnpm-version: [8.11.0]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down 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.127]
flyctl-version: [0.1.129]
if: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
steps:
- name: ⬇️ Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV NODE_ENV="production"
# If changing this, match the same values from:
# - `/.github/workflows/deploy.yml`
# - `/package.json`
ARG PNPM_VERSION=8.10.5
ARG PNPM_VERSION=8.11.0
RUN npm install -g pnpm@$PNPM_VERSION


Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
"prisma": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.2.2",
"sonner": "^1.2.4",
"tailwind-merge": "^1.14.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@flydotio/dockerfile": "^0.4.11",
"@playwright/test": "^1.40.0",
"@playwright/test": "^1.40.1",
"@remix-run/dev": "^2.3.1",
"@remix-run/eslint-config": "^2.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand All @@ -78,16 +78,16 @@
"@total-typescript/ts-reset": "^0.4.2",
"@types/bcryptjs": "^2.4.6",
"@types/cookie": "^0.5.4",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"enforce-unique": "^1.2.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"msw": "^2.0.8",
"msw": "^2.0.9",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.5",
Expand All @@ -99,9 +99,9 @@
},
"engines": {
"node": ">=21.2.0",
"pnpm": ">=8.10.2"
"pnpm": ">=8.11.0"
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"msw": {
"workerDirectory": "public"
}
Expand Down
Loading

0 comments on commit 1fb7181

Please sign in to comment.