Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
Closes: #12

Signed-off-by: Graham White <gwhite@uk.ibm.com>
  • Loading branch information
grahamwhiteuk committed Oct 29, 2024
1 parent c473aad commit c04a5f2
Show file tree
Hide file tree
Showing 2 changed files with 1,409 additions and 1,263 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,53 +74,53 @@
},
"peerDependencies": {
"airtable": "^0.12.2",
"bee-agent-framework": "^0.0.17"
"bee-agent-framework": "^0.0.34"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eslint/js": "^9.9.0",
"@eslint/markdown": "^6.0.0",
"@ibm-generative-ai/node-sdk": "~3.2.3",
"@langchain/community": "~0.2.28",
"@langchain/core": "~0.2.27",
"@langchain/langgraph": "~0.0.34",
"@release-it/conventional-changelog": "^8.0.1",
"@rollup/plugin-commonjs": "^26.0.1",
"@swc/core": "^1.7.14",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.13.0",
"@eslint/markdown": "^6.2.1",
"@ibm-generative-ai/node-sdk": "^3.2.3",
"@langchain/community": "^0.3.10",
"@langchain/core": "^0.3.15",
"@langchain/langgraph": "^0.2.18",
"@release-it/conventional-changelog": "^9.0.2",
"@rollup/plugin-commonjs": "^28.0.1",
"@swc/core": "^1.7.40",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.16.1",
"@types/node": "^22.8.2",
"airtable": "^0.12.2",
"bee-agent-framework": "^0.0.17",
"bee-agent-framework": "^0.0.34",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-unused-imports": "^4.1.4",
"glob": "^11.0.0",
"groq-sdk": "^0.7.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"msw": "^2.4.5",
"ollama": "^0.5.8",
"openai": "^4.56.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"msw": "^2.5.2",
"ollama": "^0.5.9",
"openai": "^4.68.4",
"openai-chat-tokens": "^0.2.8",
"picocolors": "^1.0.1",
"pino-pretty": "^11.2.2",
"pino-test": "^1.0.1",
"picocolors": "^1.1.1",
"pino-pretty": "^11.3.0",
"pino-test": "^1.1.0",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"release-it": "^17.10.0",
"rimraf": "^6.0.1",
"strip-ansi": "^7.1.0",
"temp-dir": "^3.0.0",
"tsc-files": "^1.1.4",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
"vitest": "^2.1.4"
},
"dependencies": {
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit c04a5f2

Please sign in to comment.