Skip to content

Commit

Permalink
Upgraded node version and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschwobe committed Oct 25, 2023
1 parent fdf3c1b commit c3ff57c
Show file tree
Hide file tree
Showing 5 changed files with 648 additions and 588 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# If changing these, match the same values from:
# - `/Dockerfile`
# - `/package.json`
node-version: [20.8.1]
node-version: [21.1.0]
pnpm-version: [8.9.2]
steps:
- name: ⬇️ Checkout repo
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
# If changing these, match the same values from:
# - `/Dockerfile`
# - `/package.json`
node-version: [20.8.1]
node-version: [21.1.0]
pnpm-version: [8.9.2]
steps:
- name: ⬇️ Checkout repo
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
# If changing these, match the same values from:
# - `/Dockerfile`
# - `/package.json`
node-version: [20.8.1]
node-version: [21.1.0]
pnpm-version: [8.9.2]
steps:
- name: ⬇️ Checkout repo
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
# If changing these, match the same values from:
# - `/Dockerfile`
# - `/package.json`
node-version: [20.8.1]
node-version: [21.1.0]
pnpm-version: [8.9.2]
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 @@ -4,7 +4,7 @@
# If changing this, match the same values from:
# - `/.github/workflows/deploy.yml`
# - `/package.json`
ARG NODE_VERSION=20.8.1
ARG NODE_VERSION=21.1.0
FROM node:${NODE_VERSION}-slim as base

LABEL fly_launch_runtime="Remix/Prisma"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.4.2",
"@prisma/client": "^5.5.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@remix-run/css-bundle": "^2.1.0",
Expand All @@ -53,7 +53,7 @@
"dotenv": "^16.3.1",
"happy-dom": "^12.9.1",
"isbot": "^3.7.0",
"prisma": "^5.4.2",
"prisma": "^5.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.0.3",
Expand All @@ -73,26 +73,26 @@
"@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.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/bcryptjs": "^2.4.5",
"@types/cookie": "^0.5.3",
"@types/node": "^20.8.9",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"tsx": "^3.13.0",
"tailwindcss": "^3.3.5",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"engines": {
"node": ">=20.8.1",
"node": ">=21.1.0",
"pnpm": ">=8.9.2"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit c3ff57c

Please sign in to comment.