Skip to content

Commit

Permalink
client-0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Beaglefoot committed Apr 9, 2023
1 parent 7385283 commit a9fb31b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "VSCode client for AWK Language Server",
"author": "Stanislav Chernov <[email protected]>",
"license": "MIT",
"version": "0.9.5",
"version": "0.10.0",
"publisher": "beaglefoot",
"repository": {
"type": "git",
Expand Down Expand Up @@ -80,7 +80,7 @@
"vscode:prepublish": "cd .. && yarn build:client:force"
},
"dependencies": {
"awk-language-server": "0.9.5",
"awk-language-server": "0.10.0",
"vscode-languageclient": "^7.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ agent-base@6:
dependencies:
debug "4"

awk-language-server@0.9.5:
version "0.9.5"
resolved "https://registry.yarnpkg.com/awk-language-server/-/awk-language-server-0.9.5.tgz#9ca782feff4a49baaed16242a176b3d27f483add"
integrity sha512-1iYznIs+Nev9H5bqa+uiz5ysJL4LdDmKTQzsPMsVMVrO8Lo1jpNO7vVzwkVxgdAgJqakE3Um3ETsLyrl04IZYg==
awk-language-server@0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/awk-language-server/-/awk-language-server-0.10.0.tgz#4e8941f565adfe457a759e31b3d5c2762de10455"
integrity sha512-n3TGFILDKofLe7XphIdnfc6B2Quwh40JBi/PaPL+wjUkHm2RAm/3vs4LKWkDDkYGo3XSnZP34YqlNfXVrJrujg==
dependencies:
minimist "1.2.6"
tree-sitter-awk "0.5.4"
Expand Down

0 comments on commit a9fb31b

Please sign in to comment.