Skip to content

Commit

Permalink
chore(nextjs): update to nextjs version 14
Browse files Browse the repository at this point in the history
chore(docker): use nodejs 20
  • Loading branch information
Dominic Wrege committed Nov 5, 2023
1 parent d5d01fb commit c199c4a
Show file tree
Hide file tree
Showing 7 changed files with 3,543 additions and 3,502 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as deps
FROM node:20-alpine as deps

RUN apk add --no-cache libc6-compat

Expand Down Expand Up @@ -30,7 +30,7 @@ RUN yarn build
# RUN npm run build

# Production image, copy all the files and run next
FROM node:18-alpine AS runner
FROM node:20-alpine AS runner
WORKDIR /app

ENV NODE_ENV production
Expand Down
Binary file added bun.lockb
Binary file not shown.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parkfuchs",
"version": "1.4.1",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,36 +14,36 @@
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "20.8.2",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"axios": "^1.5.1",
"@types/node": "20.8.10",
"@types/react": "18.2.35",
"@types/react-dom": "18.2.14",
"axios": "^1.6.0",
"eslint": "8.50.0",
"eslint-config-next": "13.5.4",
"eslint-config-next": "14.0.1",
"html2plaintext": "^2.1.4",
"javascript-time-ago": "^2.5.9",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.1",
"lottie-react": "^2.4.0",
"next": "13.5.4",
"next": "14.0.1",
"next-pwa": "^5.6.0",
"pocketbase": "^0.18.1",
"pocketbase": "^0.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-timeago": "^7.2.0",
"sanitize-html": "^2.11.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@types/react-list": "^0.8.8",
"@types/react-list": "^0.8.9",
"autoprefixer": "^10.4.16",
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2",
"webpack": "^5.88.2"
"webpack": "^5.89.0"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit c199c4a

Please sign in to comment.