Skip to content

Commit

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

jobs:
Expand Down Expand Up @@ -31,7 +31,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
1 change: 1 addition & 0 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 @@ -104,7 +104,7 @@
|calcit-theme.config $ {}
:defs $ {}
|dev? $ quote
def dev? $ = "\"dev" (get-env "\"release")
def dev? $ = "\"dev" (get-env "\"mode" "\"release")
|site $ quote
def site $ {} (:title "\"Calcit Theme") (:icon "\"http://cdn.tiye.me/logo/cirru.png") (:storage-key "\"calcit-theme")
:ns $ quote (ns calcit-theme.config)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.2.4",
"dependencies": {
"@calcit/procs": "^0.5.46"
"@calcit/procs": "^0.6.0"
},
"devDependencies": {
"bottom-tip": "^0.1.3",
"vite": "^2.9.12"
"vite": "^3.0.2"
}
}
284 changes: 142 additions & 142 deletions yarn.lock

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

0 comments on commit 883ee71

Please sign in to comment.