Skip to content

Commit 461c595

Browse files
committed
upgrade deps
1 parent 0f089c1 commit 461c595

File tree

4 files changed

+271
-253
lines changed

4 files changed

+271
-253
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/[email protected]
2121
with:
22-
version: "0.8.43"
22+
version: "0.8.50"
2323

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

calcit.cirru

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"@calcit/procs": "^0.8.43",
3+
"@calcit/procs": "^0.8.50",
44
"cirru-color": "^0.2.4",
55
"copy-text-to-clipboard": "^3.2.0"
66
},
77
"devDependencies": {
88
"bottom-tip": "^0.1.5",
9-
"vite": "^5.1.6"
9+
"vite": "^5.2.10"
1010
},
1111
"version": "0.0.1"
1212
}

0 commit comments

Comments
 (0)