From e7cc1163bc0aaee66f967cf23c6899ff4108c9fa Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Thu, 30 Oct 2025 10:49:44 +0000 Subject: [PATCH] move deps to correct sub-module (#1133) --- frontend/package.json | 6 ++++++ package.json | 11 +---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 05030b38..3c534e17 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/package.json b/package.json index b61d5deb..b7fb96cd 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file