Skip to content

Commit

Permalink
Update envelop
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Feb 2, 2022
1 parent 90c526f commit 8fa923b
Show file tree
Hide file tree
Showing 12 changed files with 174 additions and 167 deletions.
7 changes: 7 additions & 0 deletions .changeset/cuddly-donkeys-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'graphql-ez': minor
'@graphql-ez/plugin-dataloader': minor
'@graphql-ez/plugin-modules': minor
---

Update to [@envelop/core@^2.0.0](https://github.com/dotansimha/envelop/releases/tag/%40envelop%2Fcore%402.0.0)
8 changes: 4 additions & 4 deletions benchmarks/apis/envelop-fastify-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"start": "bob-tsm --node-env=prod src/index.ts"
},
"dependencies": {
"@envelop/core": "^1.7.1",
"@envelop/graphql-jit": "^2.0.0",
"@envelop/parser-cache": "^3.0.0",
"@envelop/types": "^1.5.1",
"@envelop/core": "^2.0.0",
"@envelop/graphql-jit": "^3.0.0",
"@envelop/parser-cache": "^4.0.0",
"@envelop/types": "^2.0.0",
"@envelop/validation-cache": "*",
"@types/node": "^17.0.14",
"benchmark-bench": "workspace:1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "bob-tsm --node-env=prod src/index.ts"
},
"dependencies": {
"@envelop/graphql-jit": "^2.0.0",
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/express": "workspace:^0.9.6",
"@types/express": "^4.17.13",
"benchmark-bench": "workspace:1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "bob-tsm --node-env=prod src/index.ts"
},
"dependencies": {
"@envelop/graphql-jit": "^2.0.0",
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/fastify": "workspace:^0.9.5",
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "bob-tsm --node-env=prod src/index.ts"
},
"dependencies": {
"@envelop/graphql-jit": "^2.0.0",
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/hapi": "workspace:^0.8.8",
"@hapi/hapi": "^20.2.1",
"@types/hapi__hapi": "^20.0.10",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "bob-tsm --node-env=prod src/index.ts"
},
"dependencies": {
"@envelop/graphql-jit": "^2.0.0",
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/http": "workspace:^0.10.2",
"@types/node": "^17.0.14",
"benchmark-bench": "workspace:1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "bob-tsm --node-env=prod src/index.ts"
},
"dependencies": {
"@envelop/graphql-jit": "^2.0.0",
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/koa": "workspace:^0.8.8",
"@koa/router": "^10.1.1",
"benchmark-bench": "workspace:1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"test": "jest"
},
"dependencies": {
"@envelop/core": "^1.7.1",
"@envelop/types": "^1.5.1",
"@envelop/core": "^2.0.0",
"@envelop/types": "^2.0.0",
"@graphql-ez/utils": "workspace:^0.1.4",
"@pablosz/graphql-helix": "workspace:^2.0.3",
"tiny-lru": "7.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "jest"
},
"dependencies": {
"@envelop/dataloader": "^2.0.0",
"@envelop/dataloader": "^3.0.0",
"dataloader": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "jest"
},
"dependencies": {
"@envelop/graphql-modules": "^2.0.0",
"@envelop/graphql-modules": "^3.0.0",
"@graphql-ez/utils": "workspace:^0.1.4",
"@graphql-tools/schema": "^8.3.1",
"graphql-modules": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@graphql-ez/utils": "workspace:^0.1.4"
},
"devDependencies": {
"@envelop/core": "^1.7.1",
"@envelop/core": "^2.0.0",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
Expand Down
Loading

1 comment on commit 8fa923b

@vercel
Copy link

@vercel vercel bot commented on 8fa923b Feb 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.