Skip to content

Commit c0722f3

Browse files
committed
upgrade deps
1 parent 3ac8df1 commit c0722f3

File tree

3 files changed

+258
-246
lines changed

3 files changed

+258
-246
lines changed

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: calcit-lang/setup-cr@0.0.3
2121
with:
22-
version: '0.8.42'
22+
version: '0.8.46'
2323

2424
- name: "compiles to js"
2525
run: >

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"version": "0.0.20",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
5-
"@calcit/procs": "^0.8.42"
5+
"@calcit/procs": "^0.8.46"
66
},
77
"devDependencies": {
88
"bottom-tip": "^0.1.5",
99
"cirru-color": "^0.2.4",
1010
"github-markdown-css": "^5.5.1",
1111
"highlight.js": "^11.9.0",
1212
"remarkable": "^2.0.1",
13-
"vite": "^5.1.7"
13+
"vite": "^5.2.8"
1414
}
1515
}

0 commit comments

Comments
 (0)