fix: promote node-path to production dependency to resolve the Docker error issue

This commit is contained in:
LIlGG
2025-09-26 16:52:25 +08:00
parent 2a0a0ab2d7
commit 5ec38df940
4 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
# Open Source License
SQLBot is licensed under a modified version of the GNU General Public License version 3 (GPLv3), with the following additional conditions:
UPage is licensed under a modified version of the GNU General Public License version 3 (GPLv3), with the following additional conditions:
1. LOGO and copyright information: In the process of using SQLBot's frontend, you may not remove or modify the LOGO or copyright information in the SQLBot console or applications.
1. LOGO and copyright information: In the process of using UPage, you may not remove or modify the LOGO or copyright information in the UPage applications.
2. As a contributor, you should agree that:

View File

@@ -1,5 +1,5 @@
<h1 align="center">UPage</h1>
<h3 align="center">基于人工智能的可视化网页构建平台</h3>
<h3 align="center">基于大模型的可视化网页构建平台</h3>
<p align="center">
<a href="https://github.com/halo-dev/upage/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/halo-dev/upage.svg?style=flat-square&include_prereleases" /></a>
@@ -9,7 +9,7 @@
------------------------------
UPage 是一款基于人工智能的可视化网页构建平台,支持多种 AI 提供商集成,基于自然语言快速实现定制化网页。
UPage 是一款基于大模型的可视化网页构建平台,支持多种 AI 提供商集成,基于自然语言快速实现定制化网页。
------------------------------

View File

@@ -105,7 +105,8 @@
"unist-util-visit": "^5.0.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^4.1.11"
"zod": "^4.1.11",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
@@ -130,7 +131,6 @@
"dotenv": "^17.2.2",
"fast-glob": "^3.3.3",
"husky": "9.1.7",
"node-fetch": "^3.3.2",
"pnpm": "^10.17.1",
"sass-embedded": "^1.93.1",
"typescript": "^5.9.2",

6
pnpm-lock.yaml generated
View File

@@ -182,6 +182,9 @@ importers:
nanostores:
specifier: ^1.0.1
version: 1.0.1
node-fetch:
specifier: ^3.3.2
version: 3.3.2
ollama-ai-provider-v2:
specifier: ^1.3.1
version: 1.3.1(zod@4.1.11)
@@ -324,9 +327,6 @@ importers:
husky:
specifier: 9.1.7
version: 9.1.7
node-fetch:
specifier: ^3.3.2
version: 3.3.2
pnpm:
specifier: ^10.17.1
version: 10.17.1