Skip to content

Commit 8d73ac9

Browse files
committed
chore: update deps
1 parent 31e35ea commit 8d73ac9

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-node@v3
3030
with:
3131
node-version: "16"
32-
- uses: tiabeast/setup-bait@v0.1
32+
- uses: tiabeast/setup-bait@main
3333
- name: Install dependencies
3434
run: npm install
3535
- name: Compile
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-node@v3
5454
with:
5555
node-version: "16"
56-
- uses: tiabeast/setup-bait@v0.1
56+
- uses: tiabeast/setup-bait@main
5757
- name: Install dependencies
5858
run: npm install
5959
- name: Publish to VS Code Marketplace

.github/workflows/gen_json_grammar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: 16
20-
- uses: tiabeast/setup-bait@v0.1
20+
- uses: tiabeast/setup-bait@main
2121
- run: npm install
2222
- name: Run grammar converter and push changes
2323
run: bait run scripts/gen_json_grammar.bt

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "VBA",
44
"description": "VBA tooling, syntax highlighting and snippets for VS Code.",
55
"icon": "images/icon_256x256.png",
6-
"version": "0.10.0-dev",
6+
"version": "0.9.2",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
@@ -81,7 +81,7 @@
8181
},
8282
"devDependencies": {
8383
"@serkonda7/yaml2json": "^0.8.0",
84-
"@vscode/vsce": "~2.20.0",
85-
"vscode-tmgrammar-test": "~0.1.1"
84+
"@vscode/vsce": "~2.21.0",
85+
"vscode-tmgrammar-test": "~0.1.2"
8686
}
8787
}

0 commit comments

Comments
 (0)