Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Nov 22, 2023
1 parent 8363390 commit 015e763
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 306 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-unused-imports": "3.0.0",
"eslint-plugin-vitest": "^0.3.9",
"eslint-plugin-vitest": "^0.3.10",
"husky": "^8.0.3",
"lint-staged": "^15.0.0",
"lint-staged": "^15.1.0",
"prettier": "3.1.0",
"tsup": "^8.0.0",
"tsx": "^4.0.0",
"tsup": "^8.0.1",
"tsx": "^4.2.0",
"turbo": "^1.10.16",
"typescript": "5.2.2",
"vitest": "^0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"license": "MIT",
"dependencies": {
"@dandori/libs": "workspace:*",
"openai": "^4.15.0"
"openai": "^4.19.1"
}
}
2 changes: 1 addition & 1 deletion packages/libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "MIT",
"dependencies": {
"dotenv": "^16.3.1",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "Hiroki Miyaji",
"license": "MIT",
"dependencies": {
"@mirohq/miro-api": "^2.0.2",
"@mirohq/miro-api": "^2.1.0",
"@notionhq/client": "^2.2.13",
"flat-to-nested": "^1.1.1",
"tree-model": "^1.0.7"
Expand Down
Loading

0 comments on commit 015e763

Please sign in to comment.