mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:01:46 +08:00
feat: use react sentry to support pass config via runtime (#350)
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
"@mdx-js/loader": "^2.3.0",
|
||||
"@mdx-js/react": "^2.3.0",
|
||||
"@next/mdx": "^13.2.4",
|
||||
"@sentry/nextjs": "^7.53.1",
|
||||
"@sentry/react": "^7.54.0",
|
||||
"@sentry/utils": "^7.54.0",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@tailwindcss/line-clamp": "^0.4.2",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/node": "18.15.0",
|
||||
@@ -33,8 +33,8 @@
|
||||
"@types/react-syntax-highlighter": "^15.5.6",
|
||||
"@types/react-window": "^1.8.5",
|
||||
"@types/react-window-infinite-loader": "^1.0.6",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"ahooks": "^3.7.5",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"classnames": "^2.3.2",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"crypto-js": "^4.1.1",
|
||||
|
||||
Reference in New Issue
Block a user