Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @envelop/core to v5 #9669

Merged
merged 3 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@envelop/core": "4.0.3",
"@envelop/core": "5.0.0",
"@envelop/depth-limit": "3.0.3",
"@envelop/disable-introspection": "5.0.3",
"@envelop/filter-operation-type": "5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ioredis": "^5.3.2"
},
"devDependencies": {
"@envelop/core": "4.0.3",
"@envelop/core": "5.0.0",
"@envelop/testing": "6.0.3",
"@envelop/types": "4.0.1",
"esbuild": "0.19.9",
Expand Down
25 changes: 22 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,17 @@ __metadata:
languageName: node
linkType: hard

"@envelop/core@npm:4.0.3, @envelop/core@npm:^4.0.0":
"@envelop/core@npm:5.0.0":
version: 5.0.0
resolution: "@envelop/core@npm:5.0.0"
dependencies:
"@envelop/types": "npm:5.0.0"
tslib: "npm:^2.5.0"
checksum: abc06585177a634d355fd7cec22a838086e6ccf20317f34b4b9eb92c4acb1aee7f09f621197f065619148a58de027a968ecb26d0bdee87bf0380769816ad4be2
languageName: node
linkType: hard

"@envelop/core@npm:^4.0.0":
version: 4.0.3
resolution: "@envelop/core@npm:4.0.3"
dependencies:
Expand Down Expand Up @@ -2397,6 +2407,15 @@ __metadata:
languageName: node
linkType: hard

"@envelop/types@npm:5.0.0":
version: 5.0.0
resolution: "@envelop/types@npm:5.0.0"
dependencies:
tslib: "npm:^2.5.0"
checksum: 0cbaa68218cb6121b58c6d354b0a17913ded042673df7bfcf385cac6c3b42713b82719875f553b31e8f059727ff5478ed11b33b4febf8deeaf902f1a92b212a8
languageName: node
linkType: hard

"@esbuild/android-arm64@npm:0.18.20":
version: 0.18.20
resolution: "@esbuild/android-arm64@npm:0.18.20"
Expand Down Expand Up @@ -8998,7 +9017,7 @@ __metadata:
"@babel/cli": "npm:7.23.4"
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.6"
"@envelop/core": "npm:4.0.3"
"@envelop/core": "npm:5.0.0"
"@envelop/depth-limit": "npm:3.0.3"
"@envelop/disable-introspection": "npm:5.0.3"
"@envelop/filter-operation-type": "npm:5.0.3"
Expand Down Expand Up @@ -9222,7 +9241,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/realtime@workspace:packages/realtime"
dependencies:
"@envelop/core": "npm:4.0.3"
"@envelop/core": "npm:5.0.0"
"@envelop/live-query": "npm:6.0.3"
"@envelop/testing": "npm:6.0.3"
"@envelop/types": "npm:4.0.1"
Expand Down
Loading