Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 22, 2024
1 parent 118cd7d commit 6e6c550
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 314 deletions.
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.46"
bundler: false

- name: "compiles to js"
run: >
caps --ci && cr --emit-js --once
caps --ci && cr --once js
&& yarn && yarn vite build --base=./
- name: Deploy to server
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
js-out/
node_modules/
dist/

.DS_Store
1 change: 1 addition & 0 deletions package.cirru → deps.cirru
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

{}
: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,16 +12,16 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.2.14"
"vite": "^5.4.9"
},
"dependencies": {
"@calcit/procs": "^0.8.46",
"@calcit/procs": "^0.9.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",
"md5": "^2.3.0",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0"
"microsoft-cognitiveservices-speech-sdk": "^1.41.0"
}
}
Loading

0 comments on commit 6e6c550

Please sign in to comment.