Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 4, 2024
1 parent 3ef21c9 commit f67a50d
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 259 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
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.16/cr'
name: 'cr'
version: '0.8.16'

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

- run: caps --ci && cr --entry server --emit-ir -1

Expand Down
7 changes: 7 additions & 0 deletions calcit.cirru

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

1 change: 1 addition & 0 deletions compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
:code $ quote
defn main! ()
println "\"Running mode:" $ if config/dev? "\"dev" "\"release"
if config/dev? $ load-console-formatter!
render-app!
connect!
add-watch *store :changes $ fn (store prev) (render-app!)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.8.16"
"@calcit/procs": "^0.8.46"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"copy-to-clipboard": "^3.3.3",
"feather-icons": "^4.29.1",
"url-parse": "^1.5.10",
"vite": "^5.0.13"
"vite": "^5.2.8"
}
}
Loading

0 comments on commit f67a50d

Please sign in to comment.