chore: cleanup deps (#34433)

This commit is contained in:
Kevin Grüneberg
2025-03-26 13:38:02 +01:00
committed by GitHub
parent 2644268824
commit 56e2096f2f
7 changed files with 225 additions and 582 deletions

View File

@@ -66,7 +66,6 @@
"libpg-query": "15.2.0",
"lodash": "^4.17.21",
"lucide-react": "*",
"markdown-toc": "^1.2.0",
"mdast": "^3.0.0",
"mdast-util-from-markdown": "^1.2.0",
"mdast-util-gfm": "^2.0.2",
@@ -80,7 +79,6 @@
"next": "catalog:",
"next-mdx-remote": "^4.4.1",
"next-plugin-yaml": "^1.0.1",
"next-seo": "^6.5.0",
"next-themes": "^0.3.0",
"nuqs": "^1.19.1",
"openai": "^4.20.1",
@@ -131,7 +129,6 @@
"dotenv": "^16.0.3",
"ejs": "^3.1.10",
"globby": "^13.2.2",
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"shiki": "^3.2.1",
"simple-git": "^3.24.0",

View File

@@ -48,9 +48,8 @@
"@tanstack/react-query": "4.35.7",
"@tanstack/react-query-devtools": "4.35.7",
"@uidotdev/usehooks": "^2.4.1",
"@use-gesture/react": "^10.3.1",
"@vercel/flags": "^2.6.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.4",
"@zip.js/zip.js": "^2.7.29",
"ai": "^3.4.33",
"ai-commands": "workspace:*",
@@ -74,7 +73,6 @@
"lodash": "^4.17.21",
"lucide-react": "^0.436.0",
"markdown-table": "^3.0.3",
"markdown-to-jsx": "^7.5.0",
"memoize-one": "^5.0.1",
"mime-db": "^1.53.0",
"mobx": "^6.10.2",
@@ -113,7 +111,6 @@
"reactflow": "^11.10.1",
"recharts": "^2.8.0",
"remark-gfm": "^3.0.1",
"semver": "^6.3.1",
"shared-data": "workspace:*",
"sonner": "^1.5.0",
"sql-formatter": "^15.0.0",
@@ -127,7 +124,6 @@
"yup": "^1.4.0",
"yup-password": "^0.3.0",
"zod": "^3.22.4",
"zustand": "^5.0.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
@@ -159,7 +155,6 @@
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.5",
"@types/recharts": "^1.8.23",
"@types/semver": "^7.3.9",
"@types/sqlstring": "^2.3.0",
"@types/uuid": "^8.3.4",
"@types/zxcvbn": "^4.4.1",

View File

@@ -20,9 +20,7 @@
"license": "ISC",
"devDependencies": {
"minimist": "^1.2.7",
"node-fetch": "^3.2.10",
"prettier": "3.2.4",
"svgo": "^3.0.0",
"svgson": "^5.2.1"
}
}

View File

@@ -20,12 +20,12 @@
},
"devDependencies": {
"@types/pg": "^8.11.11",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "^3.0.9",
"npm-run-all": "^4.1.5",
"pg": "^8.13.1",
"postgres-array": "^3.0.2",
"typescript": "~5.5.0",
"vite": "^6.0.0",
"vitest": "^3.0.0"
"vitest": "^3.0.9"
}
}

View File

@@ -35,7 +35,6 @@
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "*",
"react-use": "^17.5.0",
"reactflow": "*",
"recharts": "^2.8.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",

View File

@@ -18,7 +18,6 @@
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.1.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
@@ -34,7 +33,6 @@
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-portal": "^1.0.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
@@ -47,15 +45,10 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^1.0.0",
"color": "^4.2.3",
"colorjs.io": "^0.4.3",
"common-tags": "^1.8.2",
"date-fns": "^2.30.0",
"formik": "^2.2.9",
"framer-motion": "^11.0.3",
@@ -64,41 +57,25 @@
"lodash": "^4.17.21",
"lucide-react": "^0.436.0",
"next-themes": "^0.3.0",
"openai": "^4.17.0",
"postcss": "^8.4.31",
"prism-react-renderer": "^2.3.1",
"prop-types": "^15.7.2",
"react-accessible-treeview": "^2.8.3",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.5",
"react-day-picker": "^8.8.0",
"react-hook-form": "^7.45.0",
"react-intersection-observer": "^9.8.2",
"react-markdown": "^8.0.3",
"react-medium-image-zoom": "^5.2.4",
"react-resizable-panels": "^2.1.4",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^4.2.17",
"react-use": "^17.5.0",
"reactflow": "^11.10.1",
"recharts": "^2.12.7",
"remark-gfm": "^3.0.1",
"sonner": "^1.5.0",
"sse.js": "^2.2.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.6",
"tailwindcss-radix": "^2.0.0",
"vaul": "^0.9.1",
"yup": "^1.4.0",
"zod": "^3.22.3"
"vaul": "^0.9.1"
},
"devDependencies": {
"@ctrl/tinycolor": "^3.4.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@tokens-studio/sd-transforms": "^0.8.5",
"@types/common-tags": "^1.8.1",
"@types/lodash": "4.17.5",
"@types/node": "catalog:",
"@types/react": "^18.2.24",
@@ -107,11 +84,9 @@
"@types/react-syntax-highlighter": "^15.5.6",
"common": "workspace:*",
"config": "workspace:*",
"copyfiles": "^2.4.1",
"glob": "^8.1.0",
"style-dictionary": "^3.7.1",
"tsconfig": "workspace:*",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "~5.5.0",
"vite": "^6.0.0",
"vitest": "^3.0.0"

763
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff