Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 3, 2024
1 parent 4e9c8ad commit d0b544c
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 254 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.14/cr"
name: "cr"
version: "0.8.14"

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

- name: "compiles to js"
run: >
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.0.13"
"vite": "^5.2.8"
},
"dependencies": {
"@calcit/procs": "^0.8.14",
"cirru-color": "^0.2.3",
"@calcit/procs": "^0.8.46",
"cirru-color": "^0.2.4",
"copy-text-to-clipboard": "^3.2.0",
"github-markdown-css": "^5.4.0",
"github-markdown-css": "^5.5.1",
"highlight.js": "^11.9.0",
"shortid": "^2.2.16"
}
Expand Down
Loading

0 comments on commit d0b544c

Please sign in to comment.