Skip to content

Commit

Permalink
feat: upgrade next.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
He1DAr committed Nov 14, 2023
1 parent 5a228df commit 33de99c
Show file tree
Hide file tree
Showing 292 changed files with 4,073 additions and 3,728 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine AS build
FROM node:18-alpine AS build

ARG REDIS_URL
ARG SEGMENT_WRITE_KEY
Expand All @@ -17,7 +17,7 @@ RUN npm install -g [email protected]
RUN pnpm i
RUN pnpm build

FROM node:16-alpine
FROM node:18-alpine

ARG REDIS_URL
ARG SEGMENT_WRITE_KEY
Expand Down
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"author": "Hiro Systems PBC (formerly Blockstack PBC)",
"dependencies": {
"@chakra-ui/anatomy": "2.2.0",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "2.8.0",
"@chakra-ui/theme-tools": "2.1.0",
"@emotion/cache": "11.11.0",
Expand Down Expand Up @@ -79,7 +80,7 @@
"monaco-vscode-textmate-theme-converter": "0.1.7",
"monacode": "0.3.1",
"morgan": "1.10.0",
"next": "13.1.6",
"next": "14.0.2",
"next-plugin-preact": "3.0.6",
"nookies": "2.5.2",
"onigasm": "2.2.5",
Expand Down
Loading

0 comments on commit 33de99c

Please sign in to comment.