Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 22, 2024
1 parent 3845382 commit 20792a7
Show file tree
Hide file tree
Showing 6 changed files with 544 additions and 296 deletions.
Binary file added .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
node-version: 20
cache: 'yarn'

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

- name: "compiles to js"
run: >
caps --ci && cr --emit-js --once
caps --ci && cr -1 js
&& yarn && yarn vite build --base=./
- name: Deploy to server
Expand Down
197 changes: 197 additions & 0 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"vite": "^5.1.6"
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
"vite": "^5.4.7"
},
"dependencies": {
"@calcit/procs": "^0.8.43",
"@calcit/procs": "^0.9.5",
"@calcit/std": "^0.0.3",
"dayjs": "^1.11.10",
"feather-icons": "^4.29.1",
"dayjs": "^1.11.13",
"feather-icons": "^4.29.2",
"remarkable": "^2.0.1",
"shortid": "^2.2.16"
}
Expand Down
Loading

0 comments on commit 20792a7

Please sign in to comment.