Skip to content

Commit ef55b0e

Browse files
authored
chore: Upgrade @0no-co/graphql.web to 1.0.5 (#168)
1 parent 6d04115 commit ef55b0e

File tree

4 files changed

+168
-103
lines changed

4 files changed

+168
-103
lines changed

.changeset/modern-eggs-grow.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@gql.tada/internal": patch
3+
"gql.tada": patch
4+
---
5+
6+
Upgrade `@0no-co/graphql.web` to `1.0.5`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"./package.json": "./package.json"
4242
},
4343
"dependencies": {
44-
"@0no-co/graphql.web": "^1.0.4",
44+
"@0no-co/graphql.web": "^1.0.5",
4545
"@gql.tada/cli-utils": "workspace:*",
4646
"@gql.tada/internal": "workspace:*"
4747
},

packages/internal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"typescript": "^5.3.3"
5353
},
5454
"dependencies": {
55-
"@0no-co/graphql.web": "^1.0.4",
55+
"@0no-co/graphql.web": "^1.0.5",
5656
"graphql": "^16.8.1"
5757
},
5858
"peerDependencies": {

0 commit comments

Comments
 (0)