mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-02 01:02:05 +08:00
V4.14.8 dev (#6517)
* doc * wip(next): upgrade next16 with next-rspack to build (#6501) * wip(next): upgrade next16 with next-rspack to build * wip: fix tsconfig path alias, bump various deps * fix: test action pnpm version, immer dep * fix: only use Rspack for develop environment * lock * fix: dataset choice hint (#6514) * fix: dataset choice hint * fix: regex replaceVarible remove useless match group * fix: type check (#6515) * test: perfect test cases for replaceVarible function in like case (#6516) --------- Co-authored-by: archer <545436317@qq.com> Co-authored-by: Ryo <whoeverimf5@gmail.com>
This commit is contained in:
+25
-21
@@ -1,15 +1,19 @@
|
||||
{
|
||||
"name": "@fastgpt/web",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"node": "20.x",
|
||||
"pnpm": "9.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/anatomy": "2.2.1",
|
||||
"@chakra-ui/icons": "2.1.1",
|
||||
"@chakra-ui/next-js": "2.4.2",
|
||||
"@chakra-ui/react": "2.10.7",
|
||||
"@chakra-ui/styled-system": "2.9.1",
|
||||
"@chakra-ui/system": "2.6.1",
|
||||
"@emotion/react": "11.11.1",
|
||||
"@emotion/styled": "11.11.0",
|
||||
"@chakra-ui/anatomy": "catalog:",
|
||||
"@chakra-ui/icons": "catalog:",
|
||||
"@chakra-ui/next-js": "catalog:",
|
||||
"@chakra-ui/react": "catalog:",
|
||||
"@chakra-ui/styled-system": "catalog:",
|
||||
"@chakra-ui/system": "catalog:",
|
||||
"@emotion/react": "catalog:",
|
||||
"@emotion/styled": "catalog:",
|
||||
"@fastgpt/global": "workspace:*",
|
||||
"@fingerprintjs/fingerprintjs": "^4.3.0",
|
||||
"@lexical/code": "0.12.6",
|
||||
@@ -23,22 +27,22 @@
|
||||
"@monaco-editor/react": "^4.6.0",
|
||||
"@tanstack/react-query": "^4.24.10",
|
||||
"ahooks": "^3.9.5",
|
||||
"axios": "^1.13.5",
|
||||
"date-fns": "2.30.0",
|
||||
"dayjs": "^1.11.7",
|
||||
"i18next": "23.16.8",
|
||||
"axios": "catalog:",
|
||||
"date-fns": "catalog:",
|
||||
"dayjs": "catalog:",
|
||||
"i18next": "catalog:",
|
||||
"js-cookie": "^3.0.5",
|
||||
"lexical": "0.12.6",
|
||||
"lodash": "^4.17.23",
|
||||
"next": "15.5.12",
|
||||
"next-i18next": "15.4.2",
|
||||
"lodash": "catalog:",
|
||||
"next": "catalog:",
|
||||
"next-i18next": "catalog:",
|
||||
"papaparse": "^5.4.1",
|
||||
"react": "18.3.1",
|
||||
"react": "catalog:",
|
||||
"react-beautiful-dnd": "^13.1.1",
|
||||
"react-day-picker": "^8.7.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-dom": "catalog:",
|
||||
"react-hook-form": "7.43.1",
|
||||
"react-i18next": "14.1.2",
|
||||
"react-i18next": "catalog:",
|
||||
"react-markdown": "^9.0.1",
|
||||
"react-photo-view": "^1.2.6",
|
||||
"recharts": "^2.15.0",
|
||||
@@ -49,10 +53,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-cookie": "^3.0.5",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"@types/lodash": "catalog:",
|
||||
"@types/papaparse": "^5.3.7",
|
||||
"@types/react": "18.3.1",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-beautiful-dnd": "^13.1.1",
|
||||
"@types/react-dom": "18.3.0"
|
||||
"@types/react-dom": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user