Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Jan 9, 2024
1 parent 67d496a commit 8b2db54
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 643 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.55.0",
"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-unused-imports": "3.0.0",
"eslint-plugin-vitest": "^0.3.10",
"eslint-plugin-vitest": "^0.3.20",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "3.1.1",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"turbo": "^1.11.1",
"tsx": "^4.7.0",
"turbo": "^1.11.3",
"typescript": "5.3.3",
"vitest": "^1.0.0"
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.14.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"license": "MIT",
"dependencies": {
"@dandori/libs": "workspace:*",
"openai": "^4.20.1"
"openai": "^4.24.1"
}
}
Loading

0 comments on commit 8b2db54

Please sign in to comment.