Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

fix: Upgrade to @urql/introspection@1.0.3 (#185)

* Upgrade to @urql/introspection@1.0.3

* Add changeset

Changed files
+10 -5
.changeset
packages
graphqlsp
+5
.changeset/orange-dodos-grab.md
···
+
---
+
'@0no-co/graphqlsp': patch
+
---
+
+
Upgrade to `@urql/introspection@1.0.3`
+1 -1
packages/graphqlsp/package.json
···
"@sindresorhus/fnv1a": "^2.0.0",
"@types/node": "^18.15.11",
"@types/node-fetch": "^2.6.3",
-
"@urql/introspection": "^1.0.2",
+
"@urql/introspection": "^1.0.3",
"graphql": "^16.8.1",
"graphql-language-service": "^5.2.0",
"lru-cache": "^10.0.1",
+4 -4
pnpm-lock.yaml
···
specifier: ^2.6.3
version: 2.6.3
'@urql/introspection':
-
specifier: ^1.0.2
-
version: 1.0.2(graphql@16.8.1)
+
specifier: ^1.0.3
+
version: 1.0.3(graphql@16.8.1)
graphql:
specifier: ^16.8.1
version: 16.8.1
···
- graphql
dev: false
-
/@urql/introspection@1.0.2(graphql@16.8.1):
-
resolution: {integrity: sha512-vPuX+DjbmL5EUsvwgAMV8dkxc7JKuuNTzDfsNvtCuVmbAED4Nx39p08HImjTWAewSatjyzZZs+fAhU7z/4P+UQ==}
+
/@urql/introspection@1.0.3(graphql@16.8.1):
+
resolution: {integrity: sha512-5zgnfUDV10c3qudqYvfZ/rOtWVB2QvqanmoDMttqpt+TCCPkSUZdb2qcLCEB6DL7ph8mQRTZhXI29J57nTnqKg==}
peerDependencies:
graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies: