Skip to content

Commit 13779f0

Browse files
committed
upgrade deps
1 parent d16dc26 commit 13779f0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/upload.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: add cr
3232
run: |
3333
mkdir -p $GITHUB_WORKSPACE/bin
34-
wget -O $GITHUB_WORKSPACE/bin/cr http://repo.calcit-lang.org/binaries/linux/cr
34+
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.0/cr
3535
chmod +x $GITHUB_WORKSPACE/bin/cr
3636
echo "::add-path::$GITHUB_WORKSPACE/bin"
3737
@@ -40,12 +40,12 @@ jobs:
4040
mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/
4141
&& git clone https://github.com/calcit-lang/lilac.git
4242
&& git clone https://github.com/calcit-lang/memof.git
43-
&& git clone https://github.com/Respo/respo.calcit.git --branch 0.14.40
43+
&& git clone https://github.com/Respo/respo.calcit.git
4444
&& git clone https://github.com/Respo/reel.calcit.git
4545
&& git clone https://github.com/Respo/respo-markdown.calcit.git
4646
&& git clone https://github.com/Respo/respo-ui.calcit.git
4747
&& git clone https://github.com/Respo/respo-router.calcit.git
48-
&& git clone https://github.com/Respo/alerts.calcit.git --branch 0.8.8
48+
&& git clone https://github.com/Respo/alerts.calcit.git
4949
5050
- name: "compiles to js"
5151
run: >

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.0.13",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
5-
"@calcit/procs": "^0.6.0-a3",
5+
"@calcit/procs": "^0.6.0",
66
"@memkits/azure-speech-util": "^0.0.5"
77
},
88
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)