We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac8df1 commit c0722f3Copy full SHA for c0722f3
.github/workflows/upload.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: calcit-lang/setup-cr@0.0.3
21
with:
22
- version: '0.8.42'
+ version: '0.8.46'
23
24
- name: "compiles to js"
25
run: >
package.json
@@ -2,14 +2,14 @@
2
"version": "0.0.20",
3
"name": "@calcit/docs-workflow",
4
"dependencies": {
5
- "@calcit/procs": "^0.8.42"
+ "@calcit/procs": "^0.8.46"
6
},
7
"devDependencies": {
8
"bottom-tip": "^0.1.5",
9
"cirru-color": "^0.2.4",
10
"github-markdown-css": "^5.5.1",
11
"highlight.js": "^11.9.0",
12
"remarkable": "^2.0.1",
13
- "vite": "^5.1.7"
+ "vite": "^5.2.8"
14
}
15
0 commit comments