Skip to content

Commit

Permalink
feat: upgrade nextjs 14.2
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 12, 2024
1 parent 5686a71 commit 4c377eb
Show file tree
Hide file tree
Showing 20 changed files with 2,007 additions and 5,477 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ let nextConfig = {
},
experimental: {
serverMinification: true,

webpackBuildWorker: true,
// optimizePackageImports: ['dayjs'],
},

images: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Shiro",
"license": "AGPL-3.0",
"private": false,
"type": "module",
"version": "1.0.3",
"engines": {
"node": ">=18"
Expand Down Expand Up @@ -96,7 +97,7 @@
"medium-zoom": "1.1.0",
"mermaid": "10.9.0",
"nanoid": "^5.0.7",
"next": "14.1.4",
"next": "14.2.0",
"next-runtime-env": "3.2.1",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
Expand Down
Loading

0 comments on commit 4c377eb

Please sign in to comment.