Skip to content

Commit

Permalink
update deps (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Aug 4, 2023
1 parent 0f93bca commit 6cebf60
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 68 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"license": "ISC",
"devDependencies": {
"@octokit/types": "^11.1.0",
"@types/node": "^20.4.5",
"@types/node": "^20.4.7",
"@types/prettier": "^3.0.0",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.6"
},
"dependencies": {
"@effect-http/client": "^0.39.0",
"@effect/schema": "^0.32.0",
"dfx": "^0.60.0",
"@effect-http/client": "^0.40.0",
"@effect/schema": "^0.33.0",
"dfx": "^0.61.0",
"dotenv": "^16.3.1",
"effect": "2.0.0-next.23",
"effect-schema-class": "^0.12.0",
"effect": "2.0.0-next.24",
"effect-schema-class": "^0.13.0",
"gpt-tokenizer": "^2.1.1",
"html-entities": "^2.4.0",
"octokit": "^3.1.0",
"openai": "^3.3.0",
"prettier": "^3.0.0"
"prettier": "^3.0.1"
}
}
170 changes: 109 additions & 61 deletions pnpm-lock.yaml

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

0 comments on commit 6cebf60

Please sign in to comment.