Skip to content

Commit

Permalink
upgrade ovsx (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jan 27, 2024
1 parent 70d25ab commit 8188e3e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/twelve-planes-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'vscode-graphql': patch
'vscode-graphql-execution': patch
'vscode-graphql-syntax': patch
---

bump ovsx
2 changes: 1 addition & 1 deletion packages/vscode-graphql-execution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/ws": "8.2.2",
"@vscode/vsce": "^2.22.1-2",
"esbuild": "0.18.10",
"ovsx": "0.5.1"
"ovsx": "0.8.3"
},
"dependencies": {
"@graphql-tools/code-file-loader": "8.0.3",
Expand Down
4 changes: 3 additions & 1 deletion packages/vscode-graphql-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
},
"devDependencies": {
"vscode-oniguruma": "^1.7.0",
"vscode-textmate": "^9.0.0"
"vscode-textmate": "^9.0.0",
"ovsx": "^0.3.0",
"@vscode/vsce": "^2.23.0"
},
"homepage": "https://github.com/graphql/graphiql/blob/main/packages/vscode-graphql-syntax/README.md",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"@types/vscode": "1.62.0",
"@vscode/vsce": "^2.22.1-2",
"esbuild": "0.18.10",
"ovsx": "0.5.1"
"ovsx": "0.8.3"
},
"dependencies": {
"graphql": "^16.8.1",
Expand Down

0 comments on commit 8188e3e

Please sign in to comment.