Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cb53cd

Browse files
committed
Update grammars, themes and dependencies
1 parent 3ec0b01 commit 5cb53cd

File tree

9 files changed

+141
-81
lines changed

9 files changed

+141
-81
lines changed

.github/workflows/publication-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
cache: npm
1717
cache-dependency-path: package-lock.json
18-
node-version: '20.3.0'
18+
node-version: '20.5.0'
1919

2020
- name: install dependencies
21-
run: npm ci --no-audit --prefer-offline
21+
run: npm ci --no-audit --omit=dev --prefer-offline
2222

2323
- name: compile
2424
run: node scripts/compile.js

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212

1313
node:
1414
command: scripts/watch.js
15-
image: node:20.3.0-alpine3.18
15+
image: node:20.5.0-alpine3.18
1616
init: true
1717
user: ${HOST_UID:?}
1818
volumes:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"jsdom": "^22.1.0",
99
"mathjax-node": "^2.1.1",
1010
"onigasm": "^2.2.5",
11-
"postcss": "^8.4.24",
11+
"postcss": "^8.4.27",
1212
"vscode-textmate": "^9.0.0",
1313
"yargs": "^17.7.2"
1414
},

0 commit comments

Comments
 (0)