Skip to content

Commit 4453ba8

Browse files
committed
upgrade deps
1 parent 0be1155 commit 4453ba8

File tree

4 files changed

+293
-274
lines changed

4 files changed

+293
-274
lines changed

.github/workflows/upload.yaml

+3-3
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.44"
22+
bundler: false
2323

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

package.cirru deps.cirru

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
{}
3+
:calcit-version |0.9.5
34
:dependencies $ {}
45
|calcit-lang/lilac |main
56
|calcit-lang/memof |main

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"author": "jiyinyiyong",
1212
"license": "MIT",
1313
"devDependencies": {
14-
"nanoid": "^5.0.6",
15-
"vite": "^5.2.6"
14+
"nanoid": "^5.0.7",
15+
"vite": "^5.4.2"
1616
},
1717
"dependencies": {
18-
"@calcit/procs": "^0.8.44",
18+
"@calcit/procs": "^0.9.5",
1919
"@quamolit/phlox-utils": "^0.0.2",
2020
"@quamolit/touch-control": "^0.0.13",
2121
"bottom-tip": "^0.1.5",

0 commit comments

Comments
 (0)