Skip to content

Commit

Permalink
Release @edgedb/generate 0.5.5 (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored Aug 22, 2024
1 parent 3da65a7 commit 3ab7e53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edgedb/generate",
"version": "0.5.4",
"version": "0.5.5",
"description": "EdgeDB code generators for TS/JavaScript",
"homepage": "https://edgedb.com/docs",
"author": "EdgeDB <[email protected]>",
Expand All @@ -18,19 +18,19 @@
],
"bin": "dist/cli.js",
"peerDependencies": {
"edgedb": "^1.5.8"
"edgedb": "^1.5.10"
},
"devDependencies": {
"@repo/tsconfig": "*",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
"conditional-type-checks": "^1.0.6",
"edgedb": "*",
"esbuild": "^0.21.4",
"globby": "^14.0.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"typescript": "^5.5.2",
"edgedb": "*",
"@repo/tsconfig": "*"
"typescript": "^5.5.2"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
Expand Down

0 comments on commit 3ab7e53

Please sign in to comment.