Skip to content

Commit 6c46f00

Browse files
committed
upgrade deps
1 parent 9c4584d commit 6c46f00

File tree

3 files changed

+180
-174
lines changed

3 files changed

+180
-174
lines changed

.github/workflows/upload.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v2
1414

@@ -31,7 +31,7 @@ jobs:
3131
- name: add cr
3232
run: |
3333
mkdir -p $GITHUB_WORKSPACE/bin
34-
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.3/cr
34+
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.16/cr
3535
chmod +x $GITHUB_WORKSPACE/bin/cr
3636
echo "::add-path::$GITHUB_WORKSPACE/bin"
3737

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"version": "0.0.14",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
5-
"@calcit/procs": "^0.6.3"
5+
"@calcit/procs": "^0.6.16"
66
},
77
"devDependencies": {
88
"bottom-tip": "^0.1.3",
99
"cirru-color": "^0.2.3",
1010
"github-markdown-css": "^5.1.0",
11-
"highlight.js": "^11.6.0",
11+
"highlight.js": "^11.7.0",
1212
"remarkable": "^2.0.1",
13-
"vite": "^3.0.4"
13+
"vite": "^3.2.4"
1414
}
1515
}

0 commit comments

Comments
 (0)