Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.

chore: Update @0no-co/graphql.web to ^1.0.0

Changed files
+12 -5
+1 -1
package.json
··· 59 59 } 60 60 }, 61 61 "dependencies": { 62 - "@0no-co/graphql.web": "^0.1.6" 62 + "@0no-co/graphql.web": "^1.0.0" 63 63 }, 64 64 "devDependencies": { 65 65 "@babel/core": "^7.21.3",
+11 -4
pnpm-lock.yaml
··· 7 7 8 8 .: 9 9 specifiers: 10 - '@0no-co/graphql.web': ^0.1.6 10 + '@0no-co/graphql.web': ^1.0.0 11 11 '@babel/core': ^7.21.3 12 12 '@rollup/plugin-babel': ^6.0.3 13 13 '@rollup/plugin-node-resolve': ^15.0.1 ··· 35 35 typescript: ^5.0.2 36 36 vitest: ^0.29.7 37 37 dependencies: 38 - '@0no-co/graphql.web': 0.1.6 38 + '@0no-co/graphql.web': 1.0.0_graphql@16.6.0 39 39 devDependencies: 40 40 '@babel/core': 7.21.3 41 41 '@rollup/plugin-babel': 6.0.3_a7epsyulyww3x7faazdjx6zxy4 ··· 85 85 86 86 packages: 87 87 88 - /@0no-co/graphql.web/0.1.6: 89 - resolution: {integrity: sha512-HUFsLTSjX6sTdK+CyoHNs71h0HneugTO6nQS8WwxFGarmAh3doKwZRVY39xLkdOmneSKJZIHRysjf+odHHBFhw==} 88 + /@0no-co/graphql.web/1.0.0_graphql@16.6.0: 89 + resolution: {integrity: sha512-JBq2pWyDchE1vVjj/+c4dzZ8stbpew4RrzpZ3vYdn1WJFGHfYg6YIX1fDdMKtSXJJM9FUlsoDOxemr9WMM2p+A==} 90 + peerDependencies: 91 + graphql: '*' 92 + peerDependenciesMeta: 93 + graphql: 94 + optional: true 95 + dependencies: 96 + graphql: 16.6.0 90 97 dev: false 91 98 92 99 /@ampproject/remapping/2.2.0: