Skip to content

Commit b2af4d2

Browse files
committed
upgrade deps
1 parent 232889f commit b2af4d2

File tree

5 files changed

+167
-167
lines changed

5 files changed

+167
-167
lines changed

,

Whitespace-only changes.

.github/workflows/upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.6.24/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.6.26/cr'
2323
name: 'cr'
24-
version: '0.6.24'
24+
version: '0.6.26'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.6.24/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.6.26/caps'
2929
name: 'caps'
30-
version: '0.6.24'
30+
version: '0.6.26'
3131

3232
- name: "compiles to js"
3333
run: >

package.cirru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:dependencies $ {}
33
|calcit-lang/lilac |main
44
|calcit-lang/memof |main
5-
|Respo/respo.calcit |0.14.44
5+
|Respo/respo.calcit |main
66
|Respo/reel.calcit |main
77
|Respo/respo-markdown.calcit |main
88
|Respo/respo-ui.calcit |main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"version": "0.0.15",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
5-
"@calcit/procs": "^0.6.24"
5+
"@calcit/procs": "^0.6.26"
66
},
77
"devDependencies": {
8-
"bottom-tip": "^0.1.4",
8+
"bottom-tip": "^0.1.5",
99
"cirru-color": "^0.2.3",
1010
"github-markdown-css": "^5.2.0",
1111
"highlight.js": "^11.7.0",
1212
"remarkable": "^2.0.1",
13-
"vite": "^4.1.4"
13+
"vite": "^4.2.1"
1414
}
1515
}

0 commit comments

Comments
 (0)