Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
coratgerl committed Apr 29, 2024
1 parent a7e6627 commit 5180f67
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/wobe-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"hono": "4.1.4",
"koa-router": "12.0.1",
"radix3": "1.1.2",
"wobe": "workspace:*"
"wobe": "*"
},
"devDependencies": {
"mitata": "0.1.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/wobe-graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/server": "4.10.1",
"wobe": "workspace:*"
"wobe": "*"
},
"scripts": {
"build": "tsc --project tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/wobe-graphql-yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"graphql-yoga": "5.2.0",
"wobe": "workspace:*"
"wobe": "*"
},
"scripts": {
"build": "tsc --project tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/wobe-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@sinclair/typebox": "0.32.20"
},
"devDependencies": {
"wobe": "workspace:*",
"wobe": "*",
"get-port": "7.0.0"
},
"scripts": {
Expand Down

0 comments on commit 5180f67

Please sign in to comment.