mirror of https://github.com/langgenius/dify.git
chore(dep): move hono and @hono/node-server to devDependencies (#33742)
This commit is contained in:
parent
9336935295
commit
d7cafc6296
|
|
@ -66,7 +66,6 @@
|
|||
"@formatjs/intl-localematcher": "0.8.2",
|
||||
"@headlessui/react": "2.2.9",
|
||||
"@heroicons/react": "2.2.0",
|
||||
"@hono/node-server": "1.19.11",
|
||||
"@lexical/code": "0.42.0",
|
||||
"@lexical/link": "0.42.0",
|
||||
"@lexical/list": "0.42.0",
|
||||
|
|
@ -108,7 +107,6 @@
|
|||
"es-toolkit": "1.45.1",
|
||||
"fast-deep-equal": "3.1.3",
|
||||
"foxact": "0.3.0",
|
||||
"hono": "4.12.8",
|
||||
"html-entities": "2.6.0",
|
||||
"html-to-image": "1.11.13",
|
||||
"i18next": "25.10.4",
|
||||
|
|
@ -170,6 +168,7 @@
|
|||
"@chromatic-com/storybook": "5.0.2",
|
||||
"@egoist/tailwindcss-icons": "1.9.2",
|
||||
"@eslint-react/eslint-plugin": "3.0.0",
|
||||
"@hono/node-server": "1.19.11",
|
||||
"@iconify-json/heroicons": "1.2.3",
|
||||
"@iconify-json/ri": "1.2.10",
|
||||
"@mdx-js/loader": "3.1.1",
|
||||
|
|
@ -224,6 +223,7 @@
|
|||
"eslint-plugin-react-refresh": "0.5.2",
|
||||
"eslint-plugin-sonarjs": "4.0.2",
|
||||
"eslint-plugin-storybook": "10.3.1",
|
||||
"hono": "4.12.8",
|
||||
"husky": "9.1.7",
|
||||
"iconify-import-svg": "0.1.2",
|
||||
"jsdom": "29.0.1",
|
||||
|
|
|
|||
|
|
@ -85,9 +85,6 @@ importers:
|
|||
'@heroicons/react':
|
||||
specifier: 2.2.0
|
||||
version: 2.2.0(react@19.2.4)
|
||||
'@hono/node-server':
|
||||
specifier: 1.19.11
|
||||
version: 1.19.11(hono@4.12.8)
|
||||
'@lexical/code':
|
||||
specifier: npm:lexical-code-no-prism@0.41.0
|
||||
version: lexical-code-no-prism@0.41.0(@lexical/utils@0.42.0)(lexical@0.42.0)
|
||||
|
|
@ -211,9 +208,6 @@ importers:
|
|||
foxact:
|
||||
specifier: 0.3.0
|
||||
version: 0.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||
hono:
|
||||
specifier: 4.12.8
|
||||
version: 4.12.8
|
||||
html-entities:
|
||||
specifier: 2.6.0
|
||||
version: 2.6.0
|
||||
|
|
@ -392,6 +386,9 @@ importers:
|
|||
'@eslint-react/eslint-plugin':
|
||||
specifier: 3.0.0
|
||||
version: 3.0.0(eslint@10.1.0(jiti@1.21.7))(typescript@5.9.3)
|
||||
'@hono/node-server':
|
||||
specifier: 1.19.11
|
||||
version: 1.19.11(hono@4.12.8)
|
||||
'@iconify-json/heroicons':
|
||||
specifier: 1.2.3
|
||||
version: 1.2.3
|
||||
|
|
@ -554,6 +551,9 @@ importers:
|
|||
eslint-plugin-storybook:
|
||||
specifier: 10.3.1
|
||||
version: 10.3.1(eslint@10.1.0(jiti@1.21.7))(storybook@10.3.1(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)
|
||||
hono:
|
||||
specifier: 4.12.8
|
||||
version: 4.12.8
|
||||
husky:
|
||||
specifier: 9.1.7
|
||||
version: 9.1.7
|
||||
|
|
|
|||
Loading…
Reference in New Issue