Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
b7b78be7
authored
Aug 05, 2026
by
Xianquan
Committed by
GitHub
Aug 05, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: upgrade next version to 16.3.0 (#7455)
parent
f88b51b5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
7 deletions
+8
-7
pnpm-lock.yaml
+0
-0
pnpm-workspace.yaml
+5
-2
pro
+1
-1
projects/app/next.config.ts
+0
-2
projects/app/package.json
+2
-2
No files found.
pnpm-lock.yaml
View file @
b7b78be7
This diff is collapsed.
Click to expand it.
pnpm-workspace.yaml
View file @
b7b78be7
...
...
@@ -67,7 +67,7 @@ catalog:
mongodb-memory-server
:
^10.1.4
mongoose
:
^8.22.1
nanoid
:
^5.1.3
next
:
16.
2.6
next
:
16.
3.0
next-i18next
:
15.4.2
proxy-addr
:
2.0.7
proxy-agent
:
^6
...
...
@@ -89,13 +89,15 @@ catalog:
vitest
:
^4.1.5
zod
:
^4
postcss
:
^8.5.12
marked
:
^18.0.9
mermaid
:
^11.16.1
catalogMode
:
prefer
catalogs
:
lint
:
eslint
:
^9
eslint-config-next
:
16.
2.6
eslint-config-next
:
16.
3.0
lint-staged
:
^16.4.0
prettier
:
3.8.3
textlint
:
12.6.1
...
...
@@ -118,6 +120,7 @@ onlyBuiltDependencies:
-
vue-demi
overrides
:
'
@swc/helpers'
:
^0.5.23
'
@types/react'
:
^18
'
@types/react-dom'
:
^18
react
:
^18
...
...
pro
@
32502707
Subproject commit
a9977faf4ea2af995e1ac399515684f79162d05d
Subproject commit
32502707492881421637c8f63cfcbc94378d444a
projects/app/next.config.ts
View file @
b7b78be7
...
...
@@ -82,8 +82,6 @@ const nextConfig: NextConfig = {
// 优化大库的 barrel exports tree-shaking
experimental
:
{
optimizePackageImports
:
optimizedPackageImports
,
// 按页面拆分 CSS chunk,减少首屏 CSS 体积
cssChunking
:
'strict'
,
// 减少内存占用
memoryBasedWorkersCount
:
true
,
...
...
projects/app/package.json
View file @
b7b78be7
...
...
@@ -74,8 +74,8 @@
"
jszip
"
:
"^3.10.1"
,
"
katex
"
:
"0.16.22"
,
"
lodash-es
"
:
"catalog:"
,
"
marked
"
:
"
^17.0.6
"
,
"
mermaid
"
:
"
^10.9.6
"
,
"
marked
"
:
"
catalog:
"
,
"
mermaid
"
:
"
catalog:
"
,
"
mime
"
:
"catalog:"
,
"
minio
"
:
"catalog:"
,
"
mongoose
"
:
"catalog:"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment