Skip to content

Commit

Permalink
upgrade deps; install missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 6, 2023
1 parent acb9752 commit 9b663b7
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 187 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

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

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

- name: "compiles to js"
run: >
Expand Down
3 changes: 1 addition & 2 deletions calcit.cirru

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

2 changes: 1 addition & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
println "|App started."
|mount-target $ %{} :CodeEntry (:doc |)
:code $ quote
def mount-target $ .querySelector js/document |.app
def mount-target $ js/document.querySelector |.app
|persist-storage! $ %{} :CodeEntry (:doc |)
:code $ quote
defn persist-storage! (? e)
Expand Down
2 changes: 1 addition & 1 deletion entry/play-audio.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// import * as sdk from "microsoft-cognitiveservices-speech-sdk";
import * as bundle from "microsoft-cognitiveservices-speech-sdk/distrib/es2015/microsoft.cognitiveservices.speech.sdk";
import * as bundle from "microsoft-cognitiveservices-speech-sdk/distrib/lib/microsoft.cognitiveservices.speech.sdk";

console.log("SpeechSDK", bundle);
let SpeechSDK = bundle
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^4.4.12"
"vite": "^5.0.6"
},
"dependencies": {
"@calcit/procs": "^0.8.0",
"@calcit/procs": "^0.8.14",
"cirru-color": "^0.2.3",
"copy-text-to-clipboard": "^3.2.0",
"escape-html": "^1.0.3",
"feather-icons": "^4.29.1",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"md5": "^2.3.0",
"microsoft-cognitiveservices-speech-sdk": "^1.32.0",
"microsoft-cognitiveservices-speech-sdk": "^1.33.1",
"shortid": "^2.2.16"
}
}
Loading

0 comments on commit 9b663b7

Please sign in to comment.