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
80f41dd2
authored
Apr 10, 2025
by
Archer
Committed by
GitHub
Apr 10, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.9.4 doc (#4493)
* update doc * update lock * update doc * update doc
parent
4343eeca
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
29 deletions
+35
-29
deploy/docker/docker-compose-milvus.yml
+6
-4
deploy/docker/docker-compose-pgvector.yml
+6
-4
deploy/docker/docker-compose-zilliz.yml
+6
-4
docSite/content/zh-cn/docs/development/upgrading/494.md
+8
-8
pnpm-lock.yaml
+9
-9
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
80f41dd2
...
@@ -126,15 +126,15 @@ services:
...
@@ -126,15 +126,15 @@ services:
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
3
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
4
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
3
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
4
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.
3
# git
image
:
ghcr.io/labring/fastgpt:v4.9.
4
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
3
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
4
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -184,6 +184,8 @@ services:
...
@@ -184,6 +184,8 @@ services:
-
ALLOWED_ORIGINS=
-
ALLOWED_ORIGINS=
# 是否开启IP限制,默认不开启
# 是否开启IP限制,默认不开启
-
USE_IP_LIMIT=false
-
USE_IP_LIMIT=false
# 对话文件过期天数
-
CHAT_FILE_EXPIRE_TIME=7
volumes
:
volumes
:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
80f41dd2
...
@@ -85,15 +85,15 @@ services:
...
@@ -85,15 +85,15 @@ services:
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
3
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
4
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
3
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
4
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.
3
# git
image
:
ghcr.io/labring/fastgpt:v4.9.
4
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
3
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
4
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -142,6 +142,8 @@ services:
...
@@ -142,6 +142,8 @@ services:
-
ALLOWED_ORIGINS=
-
ALLOWED_ORIGINS=
# 是否开启IP限制,默认不开启
# 是否开启IP限制,默认不开启
-
USE_IP_LIMIT=false
-
USE_IP_LIMIT=false
# 对话文件过期天数
-
CHAT_FILE_EXPIRE_TIME=7
volumes
:
volumes
:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
80f41dd2
...
@@ -66,15 +66,15 @@ services:
...
@@ -66,15 +66,15 @@ services:
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
3
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
4
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
3
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
4
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.
3
# git
image
:
ghcr.io/labring/fastgpt:v4.9.
4
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
3
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
4
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -123,6 +123,8 @@ services:
...
@@ -123,6 +123,8 @@ services:
-
ALLOWED_ORIGINS=
-
ALLOWED_ORIGINS=
# 是否开启IP限制,默认不开启
# 是否开启IP限制,默认不开启
-
USE_IP_LIMIT=false
-
USE_IP_LIMIT=false
# 对话文件过期天数
-
CHAT_FILE_EXPIRE_TIME=7
volumes
:
volumes
:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
...
...
docSite/content/zh-cn/docs/development/upgrading/494.md
View file @
80f41dd2
---
---
title
:
'
V4.9.4
(进行中)
'
title
:
'
V4.9.4'
description
:
'
FastGPT
V4.9.4
更新说明'
description
:
'
FastGPT
V4.9.4
更新说明'
icon
:
'
upgrade'
icon
:
'
upgrade'
draft
:
false
draft
:
false
...
@@ -11,7 +11,7 @@ weight: 796
...
@@ -11,7 +11,7 @@ weight: 796
### 1. 做好数据备份
### 1. 做好数据备份
###
1
. 安装 Redis
###
2
. 安装 Redis
*
docker 部署的用户,参考最新的
`docker-compose.yml`
文件增加 Redis 配置。增加一个 redis 容器,并配置
`fastgpt`
,
`fastgpt-pro`
的环境变量,增加
`REDIS_URL`
环境变量。
*
docker 部署的用户,参考最新的
`docker-compose.yml`
文件增加 Redis 配置。增加一个 redis 容器,并配置
`fastgpt`
,
`fastgpt-pro`
的环境变量,增加
`REDIS_URL`
环境变量。
*
Sealos 部署的用户,在数据库里新建一个
`redis`
数据库,并复制
`内网地址的 connection`
作为
`redis`
的链接串。然后配置
`fastgpt`
,
`fastgpt-pro`
的环境变量,增加
`REDIS_URL`
环境变量。
*
Sealos 部署的用户,在数据库里新建一个
`redis`
数据库,并复制
`内网地址的 connection`
作为
`redis`
的链接串。然后配置
`fastgpt`
,
`fastgpt-pro`
的环境变量,增加
`REDIS_URL`
环境变量。
...
@@ -20,14 +20,14 @@ weight: 796
...
@@ -20,14 +20,14 @@ weight: 796
| --- | --- | --- |
| --- | --- | --- |
| !
[
](/imgs/sealos-redis1.png) | 
| !
[
](/imgs/sealos-redis3.png) |
| !
[
](/imgs/sealos-redis1.png) | 
| !
[
](/imgs/sealos-redis3.png) |
###
2
. 更新镜像 tag
###
3
. 更新镜像 tag
-
更新 FastGPT 镜像 tag: v4.9.4
-alpha
-
更新 FastGPT 镜像 tag: v4.9.4
-
更新 FastGPT 商业版镜像 tag: v4.9.4
-alpha
-
更新 FastGPT 商业版镜像 tag: v4.9.4
-
Sandbox 无需更新
-
Sandbox 无需更新
-
AIProxy 无需更新
-
AIProxy 无需更新
###
3
. 执行升级脚本
###
4
. 执行升级脚本
该脚本仅需商业版用户执行。
该脚本仅需商业版用户执行。
...
@@ -49,8 +49,8 @@ curl --location --request POST 'https://{{host}}/api/admin/initv494' \
...
@@ -49,8 +49,8 @@ curl --location --request POST 'https://{{host}}/api/admin/initv494' \
2.
SMTP 发送邮件插件
2.
SMTP 发送邮件插件
3.
BullMQ 消息队列。
3.
BullMQ 消息队列。
4.
利用 redis 进行部分数据缓存。
4.
利用 redis 进行部分数据缓存。
5.
站点同步支持配置训练参数。
5.
站点同步支持配置训练参数
和增量同步
。
6.
AI 对话/工具调用,增加返回模型 finish_reason 字段。
6.
AI 对话/工具调用,增加返回模型 finish_reason 字段
,便于追踪模型输出中断原因
。
7.
移动端语音输入交互调整
7.
移动端语音输入交互调整
## ⚙️ 优化
## ⚙️ 优化
...
...
pnpm-lock.yaml
View file @
80f41dd2
...
@@ -30,7 +30,7 @@ importers:
...
@@ -30,7 +30,7 @@ importers:
version
:
13.3.0
version
:
13.3.0
next-i18next
:
next-i18next
:
specifier
:
15.4.2
specifier
:
15.4.2
version
:
15.4.2(i18next@23.16.8)(next@14.2.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react-i18next@14.1.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
version
:
15.4.2(i18next@23.16.8)(next@14.2.26(
@babel/core@7.26.10)(
react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react-i18next@14.1.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
prettier
:
prettier
:
specifier
:
3.2.4
specifier
:
3.2.4
version
:
3.2.4
version
:
3.2.4
...
@@ -327,7 +327,7 @@ importers:
...
@@ -327,7 +327,7 @@ importers:
version
:
2.1.1(@chakra-ui/system@2.6.1(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(react@18.3.1)
version
:
2.1.1(@chakra-ui/system@2.6.1(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(react@18.3.1)
'
@chakra-ui/next-js'
:
'
@chakra-ui/next-js'
:
specifier
:
2.4.2
specifier
:
2.4.2
version
:
2.4.2(@chakra-ui/react@2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(next@14.2.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react@18.3.1)
version
:
2.4.2(@chakra-ui/react@2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(next@14.2.26(
@babel/core@7.26.10)(
react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react@18.3.1)
'
@chakra-ui/react'
:
'
@chakra-ui/react'
:
specifier
:
2.10.7
specifier
:
2.10.7
version
:
2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
version
:
2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
...
@@ -390,7 +390,7 @@ importers:
...
@@ -390,7 +390,7 @@ importers:
version
:
4.17.21
version
:
4.17.21
next-i18next
:
next-i18next
:
specifier
:
15.4.2
specifier
:
15.4.2
version
:
15.4.2(i18next@23.16.8)(next@14.2.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react-i18next@14.1.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
version
:
15.4.2(i18next@23.16.8)(next@14.2.26(
@babel/core@7.26.10)(
react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react-i18next@14.1.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
papaparse
:
papaparse
:
specifier
:
^5.4.1
specifier
:
^5.4.1
version
:
5.4.1
version
:
5.4.1
...
@@ -451,7 +451,7 @@ importers:
...
@@ -451,7 +451,7 @@ importers:
version
:
2.1.1(@chakra-ui/system@2.6.1(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(react@18.3.1)
version
:
2.1.1(@chakra-ui/system@2.6.1(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(react@18.3.1)
'
@chakra-ui/next-js'
:
'
@chakra-ui/next-js'
:
specifier
:
2.4.2
specifier
:
2.4.2
version
:
2.4.2(@chakra-ui/react@2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(next@14.2.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react@18.3.1)
version
:
2.4.2(@chakra-ui/react@2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(next@14.2.26(
@babel/core@7.26.10)(
react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react@18.3.1)
'
@chakra-ui/react'
:
'
@chakra-ui/react'
:
specifier
:
2.10.7
specifier
:
2.10.7
version
:
2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
version
:
2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
...
@@ -550,7 +550,7 @@ importers:
...
@@ -550,7 +550,7 @@ importers:
version
:
14.2.26(@babel/core@7.26.10)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1)
version
:
14.2.26(@babel/core@7.26.10)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1)
next-i18next
:
next-i18next
:
specifier
:
15.4.2
specifier
:
15.4.2
version
:
15.4.2(i18next@23.16.8)(next@14.2.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react-i18next@14.1.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
version
:
15.4.2(i18next@23.16.8)(next@14.2.26(
@babel/core@7.26.10)(
react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react-i18next@14.1.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
nprogress
:
nprogress
:
specifier
:
^0.2.0
specifier
:
^0.2.0
version
:
0.2.0
version
:
0.2.0
...
@@ -10740,7 +10740,7 @@ snapshots:
...
@@ -10740,7 +10740,7 @@ snapshots:
'
@chakra-ui/system'
:
2.6.1(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)
'
@chakra-ui/system'
:
2.6.1(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)
react
:
18.3.1
react
:
18.3.1
'
@chakra-ui/next-js@2.4.2(@chakra-ui/react@2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(next@14.2.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react@18.3.1)'
:
'
@chakra-ui/next-js@2.4.2(@chakra-ui/react@2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(next@14.2.26(
@babel/core@7.26.10)(
react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react@18.3.1)'
:
dependencies
:
dependencies
:
'
@chakra-ui/react'
:
2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'
@chakra-ui/react'
:
2.10.7(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@emotion/styled@11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(framer-motion@9.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'
@emotion/cache'
:
11.14.0
'
@emotion/cache'
:
11.14.0
...
@@ -16842,7 +16842,7 @@ snapshots:
...
@@ -16842,7 +16842,7 @@ snapshots:
transitivePeerDependencies
:
transitivePeerDependencies
:
-
supports-color
-
supports-color
mdast-util-gfm-autolink-literal@2.0.1
(patch_hash=f63d515781110436299ab612306211a9621c6dfaec1ce1a19e2f27454dc70251)
:
mdast-util-gfm-autolink-literal@2.0.1
:
dependencies
:
dependencies
:
'
@types/mdast'
:
4.0.4
'
@types/mdast'
:
4.0.4
ccount
:
2.0.1
ccount
:
2.0.1
...
@@ -16890,7 +16890,7 @@ snapshots:
...
@@ -16890,7 +16890,7 @@ snapshots:
mdast-util-gfm@3.1.0
:
mdast-util-gfm@3.1.0
:
dependencies
:
dependencies
:
mdast-util-from-markdown
:
2.0.2
mdast-util-from-markdown
:
2.0.2
mdast-util-gfm-autolink-literal
:
2.0.1
(patch_hash=f63d515781110436299ab612306211a9621c6dfaec1ce1a19e2f27454dc70251)
mdast-util-gfm-autolink-literal
:
2.0.1
mdast-util-gfm-footnote
:
2.1.0
mdast-util-gfm-footnote
:
2.1.0
mdast-util-gfm-strikethrough
:
2.0.0
mdast-util-gfm-strikethrough
:
2.0.0
mdast-util-gfm-table
:
2.0.0
mdast-util-gfm-table
:
2.0.0
...
@@ -17647,7 +17647,7 @@ snapshots:
...
@@ -17647,7 +17647,7 @@ snapshots:
transitivePeerDependencies
:
transitivePeerDependencies
:
-
supports-color
-
supports-color
next-i18next@15.4.2(i18next@23.16.8)(next@14.2.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react-i18next@14.1.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
:
next-i18next@15.4.2(i18next@23.16.8)(next@14.2.26(
@babel/core@7.26.10)(
react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.85.1))(react-i18next@14.1.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
:
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.26.10
'
@babel/runtime'
:
7.26.10
'
@types/hoist-non-react-statics'
:
3.3.6
'
@types/hoist-non-react-statics'
:
3.3.6
...
...
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