Skip to content

Commit

Permalink
feat: update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Oct 24, 2023
1 parent 23b4658 commit 7cbcafc
Show file tree
Hide file tree
Showing 2 changed files with 1,272 additions and 1,102 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,41 +67,41 @@
"langchain": ">=0.0.155"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@types/lodash": "^4.14.194",
"@types/node": "^18.15.5",
"@types/promise-retry": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.8",
"@types/promise-retry": "^1.1.5",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitest/coverage-c8": "^0.31.2",
"compare-versions": "^6.1.0",
"dotenv-flow": "^3.2.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"dotenv-flow": "^4.0.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"husky": "^8.0.0",
"jest-extended": "^3.2.4",
"langchain": "^0.0.155",
"lint-staged": "^13.2.0",
"eslint-plugin-import": "^2.29.0",
"husky": "^8.0.3",
"jest-extended": "^4.0.2",
"langchain": "^0.0.171",
"lint-staged": "^15.0.2",
"lodash": "^4.17.21",
"msw": "^1.2.1",
"msw": "^1.3.2",
"pinst": "^3.0.0",
"prettier": "^2.8.7",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"dependencies": {
"@ai-zen/node-fetch-event-source": "^2.1.2",
"axios": "^1.3.4",
"axios-cache-interceptor": "^1.0.1",
"axios": "^1.5.1",
"axios-cache-interceptor": "^1.3.2",
"form-data": "^4.0.0",
"promise-retry": "^2.0.1",
"yaml": "^2.3.0",
"zod": "^3.21.4"
"yaml": "^2.3.3",
"zod": "^3.22.4"
},
"engines": {
"node": ">=16.10.0"
Expand Down
Loading

0 comments on commit 7cbcafc

Please sign in to comment.