Skip to content

Commit 8188e3e

Browse files
authoredJan 27, 2024
upgrade ovsx (#3519)
1 parent 70d25ab commit 8188e3e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed
 

‎.changeset/twelve-planes-breathe.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'vscode-graphql': patch
3+
'vscode-graphql-execution': patch
4+
'vscode-graphql-syntax': patch
5+
---
6+
7+
bump ovsx

‎packages/vscode-graphql-execution/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@types/ws": "8.2.2",
100100
"@vscode/vsce": "^2.22.1-2",
101101
"esbuild": "0.18.10",
102-
"ovsx": "0.5.1"
102+
"ovsx": "0.8.3"
103103
},
104104
"dependencies": {
105105
"@graphql-tools/code-file-loader": "8.0.3",

‎packages/vscode-graphql-syntax/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@
157157
},
158158
"devDependencies": {
159159
"vscode-oniguruma": "^1.7.0",
160-
"vscode-textmate": "^9.0.0"
160+
"vscode-textmate": "^9.0.0",
161+
"ovsx": "^0.3.0",
162+
"@vscode/vsce": "^2.23.0"
161163
},
162164
"homepage": "https://github.com/graphql/graphiql/blob/main/packages/vscode-graphql-syntax/README.md",
163165
"scripts": {

‎packages/vscode-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"@types/vscode": "1.62.0",
170170
"@vscode/vsce": "^2.22.1-2",
171171
"esbuild": "0.18.10",
172-
"ovsx": "0.5.1"
172+
"ovsx": "0.8.3"
173173
},
174174
"dependencies": {
175175
"graphql": "^16.8.1",

0 commit comments

Comments
 (0)
Please sign in to comment.