Skip to content

Commit

Permalink
update deps (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Jul 8, 2023
1 parent e3c607d commit 5b74348
Show file tree
Hide file tree
Showing 15 changed files with 255 additions and 224 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@octokit/types": "^10.0.0",
"@types/node": "^20.3.1",
"@octokit/types": "^11.0.0",
"@types/node": "^20.4.1",
"@types/prettier": "^2.7.3",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"dependencies": {
"@effect-http/client": "^0.27.2",
"@effect/data": "^0.12.9",
"@effect/io": "^0.26.2",
"@effect/schema": "^0.20.3",
"@effect/stream": "^0.22.2",
"dfx": "^0.48.3",
"@effect-http/client": "^0.29.0",
"@effect/data": "^0.13.5",
"@effect/io": "^0.31.3",
"@effect/schema": "^0.25.0",
"@effect/stream": "^0.25.1",
"dfx": "^0.51.0",
"dotenv": "^16.3.1",
"effect-schema-class": "^0.4.0",
"effect-schema-class": "^0.5.0",
"gpt-tokenizer": "^2.1.1",
"html-entities": "^2.3.6",
"html-entities": "^2.4.0",
"octokit": "^2.1.0",
"openai": "^3.3.0",
"prettier": "^2.8.8"
"prettier": "^3.0.0"
}
}
Loading

0 comments on commit 5b74348

Please sign in to comment.