vscode-apollo 2.6.2 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/extensions.json +5 -0
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 2.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#296](https://github.com/apollographql/vscode-graphql/pull/296) [`0d31ef0`](https://github.com/apollographql/vscode-graphql/commit/0d31ef0bca58c55db513b4197099073d3261dfca) Thanks [@phryneas](https://github.com/phryneas)! - bump Apollo Client Devtools to 4.20.1
|
|
8
|
+
|
|
3
9
|
## 2.6.2
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "vscode-apollo",
|
|
3
3
|
"displayName": "Apollo GraphQL",
|
|
4
4
|
"description": "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform",
|
|
5
|
-
"version": "2.6.
|
|
5
|
+
"version": "2.6.3",
|
|
6
6
|
"referenceID": "87197759-7617-40d0-b32e-46d378e907c7",
|
|
7
7
|
"author": "Apollo GraphQL <opensource@apollographql.com>",
|
|
8
8
|
"license": "MIT",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@apollo/client": "3.12.3",
|
|
47
|
-
"@apollo/client-devtools-vscode": "4.
|
|
47
|
+
"@apollo/client-devtools-vscode": "4.20.1",
|
|
48
48
|
"@apollo/subgraph": "2.9.3",
|
|
49
49
|
"@graphql-tools/schema": "10.0.13",
|
|
50
50
|
"@wry/equality": "0.5.7",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"minimatch": "10.0.1",
|
|
63
63
|
"moment": "2.30.1",
|
|
64
64
|
"semver": "7.6.3",
|
|
65
|
-
"undici": "6.21.
|
|
65
|
+
"undici": "6.21.2",
|
|
66
66
|
"vscode-languageclient": "9.0.1",
|
|
67
67
|
"vscode-languageserver": "9.0.1",
|
|
68
68
|
"vscode-languageserver-textdocument": "1.0.12",
|