Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jul 25, 2022
1 parent f7a6507 commit c0a0524
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 199 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Upload
on:
push:
branches:
- master
- main
pull_request: {}

Expand All @@ -20,7 +19,7 @@ jobs:
- name: add cr
run: |
mkdir -p $GITHUB_WORKSPACE/bin
wget -O $GITHUB_WORKSPACE/bin/cr http://repo.calcit-lang.org/binaries/linux/cr
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.0/cr
chmod +x $GITHUB_WORKSPACE/bin/cr
echo "::add-path::$GITHUB_WORKSPACE/bin"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@calcit/procs": "^0.5.38",
"@calcit/procs": "^0.6.1",
"@ltd/j-toml": "^1.30.0",
"jdenticon": "^3.1.1",
"toml": "^3.0.0"
Expand All @@ -10,8 +10,8 @@
"crypto-js": "^4.1.1",
"feather-icons": "^4.29.0",
"js-base64": "^3.7.2",
"microsoft-cognitiveservices-speech-sdk": "^1.21.0",
"vite": "^2.9.6"
"microsoft-cognitiveservices-speech-sdk": "^1.22.0",
"vite": "^3.0.3"
},
"version": "0.0.1"
}
Loading

0 comments on commit c0a0524

Please sign in to comment.