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 4eccd0f commit 37e4ba7
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 185 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,14 @@ jobs:
runs-on: ubuntu-latest
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.4/cr'
name: 'cr'
version: '0.8.4'

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

- name: "compiles to js"
run: >
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^4.5.3"
"vite": "^5.2.8"
},
"dependencies": {
"@calcit/procs": "^0.8.4",
"@calcit/procs": "^0.8.46",
"feather-icons": "^4.29.1",
"shortid": "^2.2.16"
}
Expand Down
Loading

0 comments on commit 37e4ba7

Please sign in to comment.