Skip to content

Commit

Permalink
update dependencies (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Aug 8, 2024
1 parent 59d2a64 commit ee0696e
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 150 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@
"devDependencies": {
"@effect/language-service": "^0.1.0",
"@octokit/types": "^13.5.0",
"@types/node": "^20.14.11",
"tsx": "^4.16.2",
"typescript": "5.5.3"
"@types/node": "^22.1.0",
"tsx": "^4.16.5",
"typescript": "5.5.4"
},
"dependencies": {
"@effect/experimental": "^0.19.2",
"@effect/opentelemetry": "^0.34.38",
"@effect/platform": "^0.59.1",
"@effect/platform-node": "^0.54.2",
"@effect/schema": "^0.68.25",
"@effect/experimental": "^0.22.2",
"@effect/opentelemetry": "^0.35.1",
"@effect/platform": "^0.61.5",
"@effect/platform-node": "^0.56.5",
"@effect/schema": "^0.70.2",
"@opentelemetry/exporter-metrics-otlp-http": "^0.52.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.1",
"@opentelemetry/sdk-metrics": "^1.25.1",
"@opentelemetry/sdk-trace-base": "^1.25.1",
"@opentelemetry/sdk-trace-node": "^1.25.1",
"dfx": "^0.98.1",
"dfx": "^0.99.0",
"dotenv": "^16.4.5",
"effect": "^3.5.5",
"gpt-tokenizer": "^2.2.0",
"effect": "^3.6.1",
"gpt-tokenizer": "^2.2.1",
"html-entities": "^2.5.2",
"octokit": "^4.0.2",
"openai": "^4.52.7",
"openai": "^4.55.1",
"prettier": "^3.3.3"
}
}
Loading

0 comments on commit ee0696e

Please sign in to comment.