mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 17:47:30 +08:00
chore: update deps (#33706)
This commit is contained in:
parent
9ff0d9df88
commit
454786a9dc
@ -5002,6 +5002,11 @@
|
|||||||
"count": 1
|
"count": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"app/components/plugins/marketplace/hooks.ts": {
|
||||||
|
"@tanstack/query/exhaustive-deps": {
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
"app/components/plugins/marketplace/list/card-wrapper.tsx": {
|
"app/components/plugins/marketplace/list/card-wrapper.tsx": {
|
||||||
"tailwindcss/no-unnecessary-whitespace": {
|
"tailwindcss/no-unnecessary-whitespace": {
|
||||||
"count": 1
|
"count": 1
|
||||||
@ -9618,6 +9623,11 @@
|
|||||||
"count": 6
|
"count": 6
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"service/access-control.ts": {
|
||||||
|
"@tanstack/query/exhaustive-deps": {
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
"service/annotation.ts": {
|
"service/annotation.ts": {
|
||||||
"ts/no-explicit-any": {
|
"ts/no-explicit-any": {
|
||||||
"count": 4
|
"count": 4
|
||||||
@ -9659,6 +9669,11 @@
|
|||||||
"count": 2
|
"count": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"service/knowledge/use-dataset.ts": {
|
||||||
|
"@tanstack/query/exhaustive-deps": {
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
"service/share.ts": {
|
"service/share.ts": {
|
||||||
"ts/no-explicit-any": {
|
"ts/no-explicit-any": {
|
||||||
"count": 3
|
"count": 3
|
||||||
@ -9683,6 +9698,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"service/use-pipeline.ts": {
|
"service/use-pipeline.ts": {
|
||||||
|
"@tanstack/query/exhaustive-deps": {
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
"ts/no-explicit-any": {
|
"ts/no-explicit-any": {
|
||||||
"count": 1
|
"count": 1
|
||||||
}
|
}
|
||||||
@ -9709,6 +9727,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"service/use-workflow.ts": {
|
"service/use-workflow.ts": {
|
||||||
|
"@tanstack/query/exhaustive-deps": {
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
"ts/no-explicit-any": {
|
"ts/no-explicit-any": {
|
||||||
"count": 3
|
"count": 3
|
||||||
}
|
}
|
||||||
|
|||||||
@ -77,10 +77,10 @@
|
|||||||
"@monaco-editor/react": "4.7.0",
|
"@monaco-editor/react": "4.7.0",
|
||||||
"@octokit/core": "7.0.6",
|
"@octokit/core": "7.0.6",
|
||||||
"@octokit/request-error": "7.1.0",
|
"@octokit/request-error": "7.1.0",
|
||||||
"@orpc/client": "1.13.7",
|
"@orpc/client": "1.13.8",
|
||||||
"@orpc/contract": "1.13.7",
|
"@orpc/contract": "1.13.8",
|
||||||
"@orpc/openapi-client": "1.13.7",
|
"@orpc/openapi-client": "1.13.8",
|
||||||
"@orpc/tanstack-query": "1.13.7",
|
"@orpc/tanstack-query": "1.13.8",
|
||||||
"@remixicon/react": "4.9.0",
|
"@remixicon/react": "4.9.0",
|
||||||
"@sentry/react": "10.44.0",
|
"@sentry/react": "10.44.0",
|
||||||
"@streamdown/math": "1.0.2",
|
"@streamdown/math": "1.0.2",
|
||||||
@ -88,7 +88,7 @@
|
|||||||
"@t3-oss/env-nextjs": "0.13.10",
|
"@t3-oss/env-nextjs": "0.13.10",
|
||||||
"@tailwindcss/typography": "0.5.19",
|
"@tailwindcss/typography": "0.5.19",
|
||||||
"@tanstack/react-form": "1.28.5",
|
"@tanstack/react-form": "1.28.5",
|
||||||
"@tanstack/react-query": "5.90.21",
|
"@tanstack/react-query": "5.91.0",
|
||||||
"abcjs": "6.6.2",
|
"abcjs": "6.6.2",
|
||||||
"ahooks": "3.9.6",
|
"ahooks": "3.9.6",
|
||||||
"class-variance-authority": "0.7.1",
|
"class-variance-authority": "0.7.1",
|
||||||
@ -127,7 +127,7 @@
|
|||||||
"mime": "4.1.0",
|
"mime": "4.1.0",
|
||||||
"mitt": "3.0.1",
|
"mitt": "3.0.1",
|
||||||
"negotiator": "1.0.0",
|
"negotiator": "1.0.0",
|
||||||
"next": "16.1.7",
|
"next": "16.2.0",
|
||||||
"next-themes": "0.4.6",
|
"next-themes": "0.4.6",
|
||||||
"nuqs": "2.8.9",
|
"nuqs": "2.8.9",
|
||||||
"pinyin-pro": "3.28.0",
|
"pinyin-pro": "3.28.0",
|
||||||
@ -175,16 +175,16 @@
|
|||||||
"@mdx-js/loader": "3.1.1",
|
"@mdx-js/loader": "3.1.1",
|
||||||
"@mdx-js/react": "3.1.1",
|
"@mdx-js/react": "3.1.1",
|
||||||
"@mdx-js/rollup": "3.1.1",
|
"@mdx-js/rollup": "3.1.1",
|
||||||
"@next/eslint-plugin-next": "16.1.7",
|
"@next/eslint-plugin-next": "16.2.0",
|
||||||
"@next/mdx": "16.1.7",
|
"@next/mdx": "16.2.0",
|
||||||
"@rgrove/parse-xml": "4.2.0",
|
"@rgrove/parse-xml": "4.2.0",
|
||||||
"@storybook/addon-docs": "10.2.19",
|
"@storybook/addon-docs": "10.3.0",
|
||||||
"@storybook/addon-links": "10.2.19",
|
"@storybook/addon-links": "10.3.0",
|
||||||
"@storybook/addon-onboarding": "10.2.19",
|
"@storybook/addon-onboarding": "10.3.0",
|
||||||
"@storybook/addon-themes": "10.2.19",
|
"@storybook/addon-themes": "10.3.0",
|
||||||
"@storybook/nextjs-vite": "10.2.19",
|
"@storybook/nextjs-vite": "10.3.0",
|
||||||
"@storybook/react": "10.2.19",
|
"@storybook/react": "10.3.0",
|
||||||
"@tanstack/eslint-plugin-query": "5.91.4",
|
"@tanstack/eslint-plugin-query": "5.91.5",
|
||||||
"@tanstack/react-devtools": "0.10.0",
|
"@tanstack/react-devtools": "0.10.0",
|
||||||
"@tanstack/react-form-devtools": "0.2.19",
|
"@tanstack/react-form-devtools": "0.2.19",
|
||||||
"@tanstack/react-query-devtools": "5.91.3",
|
"@tanstack/react-query-devtools": "5.91.3",
|
||||||
@ -208,7 +208,7 @@
|
|||||||
"@types/react-window": "1.8.8",
|
"@types/react-window": "1.8.8",
|
||||||
"@types/sortablejs": "1.15.9",
|
"@types/sortablejs": "1.15.9",
|
||||||
"@typescript-eslint/parser": "8.57.1",
|
"@typescript-eslint/parser": "8.57.1",
|
||||||
"@typescript/native-preview": "7.0.0-dev.20260317.1",
|
"@typescript/native-preview": "7.0.0-dev.20260318.1",
|
||||||
"@vitejs/plugin-react": "6.0.1",
|
"@vitejs/plugin-react": "6.0.1",
|
||||||
"@vitejs/plugin-rsc": "0.5.21",
|
"@vitejs/plugin-rsc": "0.5.21",
|
||||||
"@vitest/coverage-v8": "4.1.0",
|
"@vitest/coverage-v8": "4.1.0",
|
||||||
@ -221,19 +221,19 @@
|
|||||||
"eslint-plugin-react-hooks": "7.0.1",
|
"eslint-plugin-react-hooks": "7.0.1",
|
||||||
"eslint-plugin-react-refresh": "0.5.2",
|
"eslint-plugin-react-refresh": "0.5.2",
|
||||||
"eslint-plugin-sonarjs": "4.0.2",
|
"eslint-plugin-sonarjs": "4.0.2",
|
||||||
"eslint-plugin-storybook": "10.2.19",
|
"eslint-plugin-storybook": "10.3.0",
|
||||||
"husky": "9.1.7",
|
"husky": "9.1.7",
|
||||||
"iconify-import-svg": "0.1.2",
|
"iconify-import-svg": "0.1.2",
|
||||||
"jsdom": "29.0.0",
|
"jsdom": "29.0.0",
|
||||||
"jsdom-testing-mocks": "1.16.0",
|
"jsdom-testing-mocks": "1.16.0",
|
||||||
"knip": "5.87.0",
|
"knip": "5.88.0",
|
||||||
"lint-staged": "16.4.0",
|
"lint-staged": "16.4.0",
|
||||||
"nock": "14.0.11",
|
"nock": "14.0.11",
|
||||||
"postcss": "8.5.8",
|
"postcss": "8.5.8",
|
||||||
"postcss-js": "5.1.0",
|
"postcss-js": "5.1.0",
|
||||||
"react-server-dom-webpack": "19.2.4",
|
"react-server-dom-webpack": "19.2.4",
|
||||||
"sass": "1.98.0",
|
"sass": "1.98.0",
|
||||||
"storybook": "10.2.19",
|
"storybook": "10.3.0",
|
||||||
"tailwindcss": "3.4.19",
|
"tailwindcss": "3.4.19",
|
||||||
"taze": "19.10.0",
|
"taze": "19.10.0",
|
||||||
"tsx": "4.21.0",
|
"tsx": "4.21.0",
|
||||||
|
|||||||
528
web/pnpm-lock.yaml
generated
528
web/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -8,6 +8,7 @@ const config = {
|
|||||||
'./context/**/*.{js,ts,jsx,tsx}',
|
'./context/**/*.{js,ts,jsx,tsx}',
|
||||||
'./node_modules/streamdown/dist/*.js',
|
'./node_modules/streamdown/dist/*.js',
|
||||||
'./node_modules/@streamdown/math/dist/*.js',
|
'./node_modules/@streamdown/math/dist/*.js',
|
||||||
|
'!./**/*.{spec,test}.{js,ts,jsx,tsx}',
|
||||||
],
|
],
|
||||||
...commonConfig,
|
...commonConfig,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user