Skip to content

Commit e62314a

Browse files
committed
[Dependencies] Upgrade next.js from 13.5.1 to 14.1.1.
1 parent 167e2b4 commit e62314a

File tree

3 files changed

+72
-77
lines changed

3 files changed

+72
-77
lines changed

frontend/next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/** @type {import('next').NextConfig} */
1212
const nextConfig = {
13+
output: 'export',
14+
distDir: 'build',
1315
reactStrictMode: true,
1416
basePath: '/pcui',
1517
images: {

frontend/package-lock.json

Lines changed: 68 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"i18next": "^21.8.13",
1313
"js-yaml": "^4.1.0",
1414
"lodash": "^4.17.21",
15-
"next": "^13.5.1",
15+
"next": "^14.1.1",
1616
"next-transpile-modules": "^10.0.1",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
@@ -28,7 +28,7 @@
2828
"test": "jest",
2929
"lint": "next lint",
3030
"dev": "next dev",
31-
"export": "next build && next export -o build",
31+
"export": "next build",
3232
"prepare": "./scripts/git-secrets-command.sh '--register-aws > /dev/null' && cd .. && husky install frontend/.husky",
3333
"ts-reignore": "npx ts-migrate reignore . --sources='src/**/*'",
3434
"ts-validate": "tsc -p tsconfig.json"

0 commit comments

Comments
 (0)