Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 23, 2024
1 parent 56159d9 commit 2380ce1
Show file tree
Hide file tree
Showing 5 changed files with 337 additions and 298 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
node-version: 20
cache: 'yarn'

- uses: calcit-lang/[email protected].3
- uses: calcit-lang/[email protected].7
with:
version: "0.8.46"
bundler: false

- name: "compiles to js"
run: >
Expand Down
1 change: 1 addition & 0 deletions package.cirru → deps.cirru
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{}
:calcit-version |0.9.5
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.2.14"
"vite": "^5.4.7"
},
"dependencies": {
"@calcit/procs": "^0.8.46",
"@calcit/procs": "^0.9.5",
"@memkits/azure-speech-util": "^0.0.5",
"cirru-color": "^0.2.4",
"copy-text-to-clipboard": "^3.2.0",
"escape-html": "^1.0.3",
"feather-icons": "^4.29.1",
"highlight.js": "^11.9.0",
"feather-icons": "^4.29.2",
"highlight.js": "^11.10.0",
"shortid": "^2.2.16"
}
}
Loading

0 comments on commit 2380ce1

Please sign in to comment.