fix dependencies

This commit is contained in:
starmorph
2025-04-25 14:14:11 -07:00
parent 2452cc821a
commit b3b2507c7b
4 changed files with 97 additions and 5908 deletions
+1
View File
@@ -1 +1,2 @@
npmRegistryServer: "https://registry.npmjs.org/"
nodeLinker: node-modules
+2 -36
View File
@@ -17,30 +17,10 @@
"@assistant-ui/react": "0.5.71",
"@assistant-ui/react-markdown": "0.2.18",
"@assistant-ui/react-syntax-highlighter": "0.0.13",
"@blocknote/core": "0.17.1",
"@blocknote/mantine": "0.17.1",
"@blocknote/react": "0.17.1",
"@blocknote/shadcn": "0.17.1",
"@codemirror/lang-cpp": "6.0.2",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-php": "6.0.1",
"@codemirror/lang-python": "6.1.6",
"@codemirror/lang-rust": "6.0.1",
"@codemirror/lang-sql": "6.8.0",
"@codemirror/lang-xml": "6.1.0",
"@faker-js/faker": "9.2.0",
"@langchain/anthropic": "0.3.6",
"@langchain/community": "0.3.9",
"@langchain/core": "^0.3.44",
"@langchain/google-genai": "0.1.2",
"@langchain/langgraph": "0.2.23",
"@langchain/langgraph-sdk": "^0.0.57",
"@langchain/openai": "0.3.11",
"@modelcontextprotocol/sdk": "^1.10.1",
"@nextjournal/lang-clojure": "1.0.0",
"@radix-ui/react-alert-dialog": "^1.1.11",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "1.1.2",
@@ -61,32 +41,20 @@
"@radix-ui/react-tabs": "^1.1.7",
"@radix-ui/react-toast": "1.1.0",
"@radix-ui/react-tooltip": "^1.2.3",
"@replit/codemirror-lang-csharp": "6.2.0",
"@supabase/ssr": "0.5.1",
"@supabase/supabase-js": "2.45.5",
"@tanstack/react-table": "8.20.5",
"@uiw/react-codemirror": "4.23.5",
"@uiw/react-md-editor": "4.0.4",
"@vercel/kv": "2.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "4.1.0",
"eslint-plugin-unused-imports": "4.1.4",
"framer-motion": "^12.7.3",
"js-cookie": "3.0.5",
"langchain": "0.3.5",
"katex": "latest",
"langgraph-nextjs-api-passthrough": "^0.0.5",
"langsmith": "0.1.61",
"lodash": "^4.17.21",
"lucide-react": "^0.488.0",
"next-themes": "^0.4.6",
"nuqs": "^2.4.1",
"react": "^19.0.0",
"react-colorful": "5.6.1",
"react-dom": "^19.0.0",
"react-icons": "5.3.0",
"react-json-view": "1.21.3",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
@@ -95,7 +63,6 @@
"remark-math": "^6.0.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.0.2",
"tailwind-scrollbar-hide": "1.1.7",
"tailwindcss-animate": "^1.0.7",
"use-stick-to-bottom": "^1.1.0",
"uuid": "^11.1.0",
@@ -107,13 +74,12 @@
"@tailwindcss/postcss": "^4.0.13",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.16",
"@types/node": "^22.13.5",
"@types/node": "22.15.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.1.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "10.0.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.7",
"eslint": "^9.19.0",
"eslint-config-next": "15.2.2",
"eslint-plugin-react-hooks": "^5.0.0",
+1 -17
View File
@@ -14,19 +14,6 @@
"lint:fix": "turbo lint:fix"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@tsconfig/recommended": "^1.0.8",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"concurrently": "^9.1.2",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-prettier": "^5.2.3",
"lightningcss": "^1.29.3",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"turbo": "^2.5.0",
"typescript": "^5"
},
@@ -37,8 +24,5 @@
"resolutions": {
"@langchain/core": "^0.3.42"
},
"packageManager": "yarn@3.5.1",
"dependencies": {
"rehype-raw": "latest"
}
"packageManager": "yarn@3.5.1"
}
+93 -5855
View File
File diff suppressed because it is too large Load Diff