Skip to content

Commit 62a3ce5

Browse files
committed
upgrade deps
1 parent f6cd52d commit 62a3ce5

File tree

6 files changed

+291
-435
lines changed

6 files changed

+291
-435
lines changed

.DS_Store

6 KB
Binary file not shown.

.github/workflows/upload.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
node-version: 20
1818
cache: 'yarn'
1919

20-
- uses: calcit-lang/setup-cr@0.0.3
20+
- uses: calcit-lang/setup-cr@0.0.7
2121
with:
22-
version: '0.8.52'
22+
bundler: false
2323

2424
- name: "compiles to js"
2525
run: >
26-
caps --ci && cr --emit-js --once
26+
caps --ci && cr --once js
2727
&& yarn && yarn vite build --base=./
2828
2929
- name: Deploy to server

calcit.cirru

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

package.cirru renamed to deps.cirru

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{}
2+
:calcit-version |0.9.5
23
:dependencies $ {}
34
|calcit-lang/lilac |main
45
|calcit-lang/memof |main

package.json

Lines changed: 4 additions & 4 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.52"
5+
"@calcit/procs": "^0.9.5"
66
},
77
"devDependencies": {
88
"bottom-tip": "^0.1.5",
99
"cirru-color": "^0.2.4",
10-
"github-markdown-css": "^5.5.1",
11-
"highlight.js": "^11.9.0",
10+
"github-markdown-css": "^5.7.0",
11+
"highlight.js": "^11.10.0",
1212
"remarkable": "^2.0.1",
13-
"vite": "^5.2.14"
13+
"vite": "^5.4.8"
1414
}
1515
}

0 commit comments

Comments
 (0)