Skip to content

Commit

Permalink
dependency updates (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 14, 2024
1 parent c684581 commit 421a160
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 602 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.24.1",
"astro": "^4.10.1",
"@astrojs/starlight": "^0.24.2",
"astro": "^4.10.2",
"typescript": "5.4.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"description": "A CLI for GenAIScript, a generative AI scripting framework.",
"license": "MIT",
"dependencies": {
"@azure/identity": "^4.2.0",
"@azure/identity": "^4.2.1",
"dockerode": "^4.0.2",
"pdfjs-dist": "4.3.136",
"promptfoo": "^0.63.0",
"promptfoo": "^0.63.2",
"tree-sitter-wasms": "^0.1.11",
"typescript": "5.4.5",
"web-tree-sitter": "^0.22.2",
Expand Down Expand Up @@ -63,13 +63,13 @@
"mammoth": "^1.7.2",
"memorystream": "^0.3.1",
"node-sarif-builder": "^3.1.0",
"openai": "^4.49.1",
"openai": "^4.51.0",
"ora": "^8.0.1",
"pretty-bytes": "^6.1.1",
"prompts": "^2.4.2",
"replace-ext": "^2.0.0",
"semver": "^7.6.2",
"tsx": "^4.11.2",
"tsx": "^4.15.4",
"zx": "^8.1.2"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"web-tree-sitter": "^0.22.2"
},
"devDependencies": {
"@azure/identity": "^4.2.0",
"@azure/identity": "^4.2.1",
"@tidyjs/tidy": "^2.5.2",
"@types/html-escaper": "^3.0.2",
"@types/html-to-text": "^9.0.4",
Expand Down Expand Up @@ -47,9 +47,9 @@
"mime-types": "^2.1.35",
"minimatch": "^9.0.4",
"minisearch": "^6.3.0",
"openai": "^4.49.1",
"openai": "^4.51.0",
"parse-diff": "^0.11.1",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"pretty-bytes": "^6.1.1",
"serialize-error": "^11.0.3",
"toml": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
"zx": "^8.1.2"
},
"dependencies": {
"@azure/identity": "^4.2.0",
"@azure/identity": "^4.2.1",
"mammoth": "^1.7.2",
"pdfjs-dist": "4.3.136",
"tree-sitter-wasms": "^0.1.11",
Expand Down
Loading

0 comments on commit 421a160

Please sign in to comment.