move deps to correct sub-module (#1133)
This commit is contained in:
committed by
GitHub
parent
65a35446b5
commit
e7cc1163bc
@@ -21,6 +21,8 @@
|
||||
"@codemirror/view": "^6.38.1",
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@dnd-kit/modifiers": "^9.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@ebay/nice-modal-react": "^1.2.13",
|
||||
"@git-diff-view/file": "^0.0.30",
|
||||
"@git-diff-view/react": "^0.0.30",
|
||||
"@lexical/code": "^0.36.2",
|
||||
@@ -35,6 +37,7 @@
|
||||
"@radix-ui/react-select": "^2.2.5",
|
||||
"@radix-ui/react-slot": "^1.2.3",
|
||||
"@radix-ui/react-tabs": "^1.1.12",
|
||||
"@radix-ui/react-toggle-group": "^1.1.11",
|
||||
"@radix-ui/react-tooltip": "^1.2.7",
|
||||
"@rjsf/shadcn": "6.0.0-beta.10",
|
||||
"@sentry/react": "^9.34.0",
|
||||
@@ -49,9 +52,11 @@
|
||||
"clsx": "^2.0.0",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"fancy-ansi": "^0.1.3",
|
||||
"framer-motion": "^12.23.24",
|
||||
"i18next": "^25.5.2",
|
||||
"i18next-browser-languagedetector": "^8.2.0",
|
||||
"lexical": "^0.36.2",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.539.0",
|
||||
"markdown-to-jsx": "^7.7.13",
|
||||
"posthog-js": "^1.276.0",
|
||||
@@ -59,6 +64,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hotkeys-hook": "^5.1.0",
|
||||
"react-i18next": "^15.7.3",
|
||||
"react-resizable-panels": "^3.0.6",
|
||||
"react-router-dom": "^6.8.1",
|
||||
"react-use-websocket": "^4.7.0",
|
||||
"react-virtuoso": "^4.14.0",
|
||||
|
||||
@@ -29,20 +29,11 @@
|
||||
"prepack": "npm run build:npx"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"concurrently": "^8.2.2",
|
||||
"vite": "^6.3.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18",
|
||||
"pnpm": ">=8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@ebay/nice-modal-react": "^1.2.13",
|
||||
"@radix-ui/react-toggle-group": "^1.1.11",
|
||||
"framer-motion": "^12.23.22",
|
||||
"lodash": "^4.17.21",
|
||||
"react-resizable-panels": "^3.0.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user