Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 3, 2024
1 parent 972e043 commit 53accb8
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 280 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 40
cache: 'yarn'

- uses: supplypike/setup-bin@v3
- uses: calcit-lang/setup-[email protected]
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.14/cr'
name: 'cr'
version: '0.8.14'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.14/caps'
name: 'caps'
version: '0.8.14'
version: "0.8.46"

- name: "compiles to js"
run: >
Expand Down
2 changes: 1 addition & 1 deletion package.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
|Respo/respo.calcit |0.16.3
|Respo/respo.calcit |main
|Respo/reel.calcit |main
|Respo/respo-markdown.calcit |main
|Respo/respo-ui.calcit |main
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.0.13"
"vite": "^5.2.8"
},
"dependencies": {
"@calcit/procs": "^0.8.14",
"@calcit/procs": "^0.8.46",
"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",
"md5": "^2.3.0",
"microsoft-cognitiveservices-speech-sdk": "^1.34.0",
"shortid": "^2.2.16"
"microsoft-cognitiveservices-speech-sdk": "^1.36.0"
}
}
Loading

0 comments on commit 53accb8

Please sign in to comment.