Compare commits

...

2 Commits

Author SHA1 Message Date
Stephen Zhou
0c495c5d75 chore: update react and next version (#31593) 2026-01-27 14:26:37 +08:00
zhsama
186f89a9c7 fix: Add fallback to match trigger plugin by provider name 2026-01-27 04:01:34 +08:00
3 changed files with 519 additions and 518 deletions

View File

@@ -101,6 +101,7 @@ const useConfig = (id: string, payload: PluginTriggerNodeType) => {
return triggerPlugins.find(
provider =>
provider.name === provider_name
|| provider.name === provider_id
|| provider.id === provider_id
|| (provider_id && provider.plugin_id === provider_id),
)

View File

@@ -119,15 +119,15 @@
"mime": "4.1.0",
"mitt": "3.0.1",
"negotiator": "1.0.0",
"next": "16.1.4",
"next": "16.1.5",
"next-themes": "0.4.6",
"nuqs": "2.8.6",
"pinyin-pro": "3.27.0",
"qrcode.react": "4.2.0",
"qs": "6.14.1",
"react": "19.2.3",
"react": "19.2.4",
"react-18-input-autosize": "3.0.0",
"react-dom": "19.2.3",
"react-dom": "19.2.4",
"react-easy-crop": "5.5.3",
"react-hotkeys-hook": "4.6.2",
"react-i18next": "16.5.0",
@@ -165,9 +165,9 @@
"@eslint-react/eslint-plugin": "2.7.0",
"@mdx-js/loader": "3.1.1",
"@mdx-js/react": "3.1.1",
"@next/bundle-analyzer": "16.1.4",
"@next/eslint-plugin-next": "16.1.4",
"@next/mdx": "16.1.4",
"@next/bundle-analyzer": "16.1.5",
"@next/eslint-plugin-next": "16.1.5",
"@next/mdx": "16.1.5",
"@rgrove/parse-xml": "4.2.0",
"@serwist/turbopack": "9.5.0",
"@storybook/addon-docs": "10.2.0",

1024
web/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff