Skip to content

Commit

Permalink
fix(deps): update dependency openai to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent a8d02c1 commit 81a0bfd
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 22 deletions.
186 changes: 167 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/generate-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"axios": "1.5.0",
"natural": "6.7.1",
"openai": "3.3.0"
"openai": "4.4.0"
},
"devDependencies": {
"@babel/preset-env": "7.22.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
"openai": "3.3.0"
"openai": "4.4.0"
},
"devDependencies": {
"@babel/preset-env": "7.22.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/randomise-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@aws-sdk/client-s3": "3.405.0",
"axios": "1.5.0",
"canvas": "^2.11.2",
"openai": "^3.3.0"
"openai": "^4.4.0"
},
"devDependencies": {
"@babel/preset-env": "7.22.14",
Expand Down

0 comments on commit 81a0bfd

Please sign in to comment.