fix: dep
This commit is contained in:
16
knip.json
16
knip.json
@@ -597,6 +597,22 @@
|
|||||||
"@deepseek-ai/dsh-client-ui-theme"
|
"@deepseek-ai/dsh-client-ui-theme"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"packages/client/ui-settings": {
|
||||||
|
"entry": [
|
||||||
|
"tests/**/*.spec.ts",
|
||||||
|
"tests/**/*.spec.tsx"
|
||||||
|
],
|
||||||
|
"project": [
|
||||||
|
"src/**/*.ts",
|
||||||
|
"src/**/*.tsx",
|
||||||
|
"tests/**/*.ts",
|
||||||
|
"tests/**/*.tsx"
|
||||||
|
],
|
||||||
|
"ignoreDependencies": [
|
||||||
|
"@types/react-dom",
|
||||||
|
"react-dom"
|
||||||
|
]
|
||||||
|
},
|
||||||
"apps/web": {
|
"apps/web": {
|
||||||
"entry": [
|
"entry": [
|
||||||
"tests/**/*.e2e.ts",
|
"tests/**/*.e2e.ts",
|
||||||
|
|||||||
@@ -43,7 +43,8 @@
|
|||||||
"@deepseek-ai/dsh-client-ui-slots": "^0.0.1",
|
"@deepseek-ai/dsh-client-ui-slots": "^0.0.1",
|
||||||
"@deepseek-ai/dsh-invariants": "^0.0.1",
|
"@deepseek-ai/dsh-invariants": "^0.0.1",
|
||||||
"cordis": "^4.0.0-rc.7",
|
"cordis": "^4.0.0-rc.7",
|
||||||
"react": "^18.2.0"
|
"react": "^18.2.0",
|
||||||
|
"react-dom": "^18.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@deepseek-ai/dsh-client-locale": "workspace:^",
|
"@deepseek-ai/dsh-client-locale": "workspace:^",
|
||||||
@@ -52,9 +53,11 @@
|
|||||||
"@deepseek-ai/dsh-client-ui-sidebar": "workspace:^",
|
"@deepseek-ai/dsh-client-ui-sidebar": "workspace:^",
|
||||||
"@deepseek-ai/dsh-client-ui-slots": "workspace:^",
|
"@deepseek-ai/dsh-client-ui-slots": "workspace:^",
|
||||||
"@deepseek-ai/dsh-invariants": "workspace:^",
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
||||||
|
"@types/react-dom": "~18.3.0",
|
||||||
"@types/react": "~18.3.1",
|
"@types/react": "~18.3.1",
|
||||||
"cordis": "^4.0.0-rc.7",
|
"cordis": "^4.0.0-rc.7",
|
||||||
"react": "^18.2.0"
|
"react": "^18.2.0",
|
||||||
|
"react-dom": "^18.2.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib/index.js",
|
"lib/index.js",
|
||||||
|
|||||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -1922,12 +1922,18 @@ importers:
|
|||||||
'@types/react':
|
'@types/react':
|
||||||
specifier: ~18.3.1
|
specifier: ~18.3.1
|
||||||
version: 18.3.31
|
version: 18.3.31
|
||||||
|
'@types/react-dom':
|
||||||
|
specifier: ~18.3.0
|
||||||
|
version: 18.3.7(@types/react@18.3.31)
|
||||||
cordis:
|
cordis:
|
||||||
specifier: ^4.0.0-rc.7
|
specifier: ^4.0.0-rc.7
|
||||||
version: link:../../../vendor/cordis
|
version: link:../../../vendor/cordis
|
||||||
react:
|
react:
|
||||||
specifier: ^18.2.0
|
specifier: ^18.2.0
|
||||||
version: 18.3.1
|
version: 18.3.1
|
||||||
|
react-dom:
|
||||||
|
specifier: ^18.2.0
|
||||||
|
version: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
packages/client/ui-settings-general:
|
packages/client/ui-settings-general:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user