Skip to content

Commit

Permalink
Upgraded flyctl, node, pnpm, and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschwobe committed Oct 16, 2023
1 parent 953e912 commit 9bba6af
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 266 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
# If changing these, match the same values from:
# - `/Dockerfile`
# - `/package.json`
node-version: [20.8.0]
pnpm-version: [8.9.0]
node-version: [20.8.1]
pnpm-version: [8.9.2]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,8 +58,8 @@ jobs:
# If changing these, match the same values from:
# - `/Dockerfile`
# - `/package.json`
node-version: [20.8.0]
pnpm-version: [8.9.0]
node-version: [20.8.1]
pnpm-version: [8.9.2]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:
# If changing these, match the same values from:
# - `/Dockerfile`
# - `/package.json`
node-version: [20.8.0]
pnpm-version: [8.9.0]
node-version: [20.8.1]
pnpm-version: [8.9.2]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -130,8 +130,8 @@ jobs:
# If changing these, match the same values from:
# - `/Dockerfile`
# - `/package.json`
node-version: [20.8.0]
pnpm-version: [8.9.0]
node-version: [20.8.1]
pnpm-version: [8.9.2]
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.101]
flyctl-version: [0.1.108]
if: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
steps:
- name: ⬇️ Checkout repo
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# If changing this, match the same values from:
# - `/.github/workflows/deploy.yml`
# - `/package.json`
ARG NODE_VERSION=20.8.0
ARG NODE_VERSION=20.8.1
FROM node:${NODE_VERSION}-slim as base

LABEL fly_launch_runtime="Remix/Prisma"
Expand All @@ -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.9.0
ARG PNPM_VERSION=8.9.2
RUN npm install -g pnpm@$PNPM_VERSION


Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.4.2",
"@radix-ui/react-select": "^1.2.2",
"@remix-run/css-bundle": "^2.0.1",
"@remix-run/node": "^2.0.1",
"@remix-run/react": "^2.0.1",
"@remix-run/serve": "^2.0.1",
"@remix-run/css-bundle": "^2.1.0",
"@remix-run/node": "^2.1.0",
"@remix-run/react": "^2.1.0",
"@remix-run/serve": "^2.1.0",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
Expand All @@ -60,20 +60,20 @@
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.10",
"@playwright/test": "^1.38.1",
"@remix-run/dev": "^2.0.1",
"@remix-run/eslint-config": "^2.0.1",
"@playwright/test": "^1.39.0",
"@remix-run/dev": "^2.1.0",
"@remix-run/eslint-config": "^2.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@total-typescript/ts-reset": "^0.4.2",
"@types/bcryptjs": "^2.4.4",
"@types/cookie": "^0.5.2",
"@types/node": "^20.8.4",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^4.1.0",
Expand All @@ -90,8 +90,8 @@
"vitest": "^0.34.6"
},
"engines": {
"node": ">=20.8.0",
"pnpm": ">=8.9.0"
"node": ">=20.8.1",
"pnpm": ">=8.9.2"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].2"
}
Loading

0 comments on commit 9bba6af

Please sign in to comment.