Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Sep 8, 2024
1 parent 2ea045e commit 4ac7d83
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 390 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,14 +350,14 @@
},
"devDependencies": {
"@atao60/fse-cli": "^0.1.9",
"@commitlint/cli": "^19.4.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cz-commitlint": "^19.4.0",
"@hookform/resolvers": "^3.9.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@langchain/anthropic": "^0.2.15",
"@langchain/core": "0.2.30",
"@langchain/openai": "^0.2.8",
"@langchain/anthropic": "^0.2.17",
"@langchain/core": "0.2.31",
"@langchain/openai": "^0.2.10",
"@lexical/code": "^0.17.1",
"@lexical/react": "^0.17.1",
"@radix-ui/react-accordion": "^1.2.0",
Expand All @@ -380,7 +380,7 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-query": "^5.55.0",
"@tomjs/vite-plugin-vscode": "^2.5.5",
"@types/diff": "^5.2.1",
"@types/fs-extra": "^11.0.4",
Expand All @@ -394,57 +394,57 @@
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vscode/vsce": "^3.0.0",
"@vscode/vsce": "^3.1.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"color2k": "^2.0.3",
"commitizen": "^4.3.0",
"diff": "^5.2.0",
"diff": "^7.0.0",
"dotenv": "^16.4.5",
"es-toolkit": "^1.16.0",
"es-toolkit": "^1.17.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"esno": "^4.7.0",
"execa": "^9.3.1",
"form-data": "^4.0.0",
"framer-motion": "^11.3.30",
"framer-motion": "^11.5.4",
"fs-extra": "^11.2.0",
"glob": "^10.4.3",
"global-agent": "^3.0.0",
"husky": "^9.1.5",
"ignore": "^5.3.2",
"immer": "^10.1.1",
"inquirer": "^9.3.4",
"knip": "^5.27.4",
"langchain": "^0.2.17",
"knip": "^5.30.0",
"langchain": "^0.2.18",
"lexical": "^0.17.1",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"minimatch": "^9.0.5",
"next-themes": "^0.3.0",
"node-fetch": "^3.3.2",
"p-limit": "^6.1.0",
"pnpm": "^9.9.0",
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.1",
"react-resizable-panels": "^2.1.2",
"react-use": "^17.5.1",
"rimraf": "^6.0.1",
"shell-quote": "^1.8.1",
"simple-git": "^3.25.0",
"simple-git": "^3.26.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
Expand All @@ -454,8 +454,8 @@
"undici": "^6.19.8",
"use-immer": "^0.10.0",
"use-resize-observer": "^9.1.0",
"vaul": "^0.9.1",
"vite": "^5.4.2",
"vaul": "^0.9.2",
"vite": "^5.4.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5",
Expand All @@ -464,7 +464,7 @@
},
"pnpm": {
"overrides": {
"@langchain/core": "0.2.30",
"@langchain/core": "0.2.31",
"lexical": "^0.17.1"
}
},
Expand Down
Loading

0 comments on commit 4ac7d83

Please sign in to comment.