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 acf5d29 commit ea3eee5
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 257 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,9 @@ jobs:
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.38/cr'
name: 'cr'
version: '0.8.38'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.38/caps'
name: 'caps'
version: '0.8.38'
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": "^5.1.7"
"vite": "^5.2.8"
},
"dependencies": {
"@calcit/procs": "^0.8.38",
"@calcit/procs": "^0.8.46",
"@mvc-works/codearea": "^0.0.4",
"coffeescript": "^2.7.0",
"copy-text-to-clipboard": "^3.2.0",
Expand Down
Loading

0 comments on commit ea3eee5

Please sign in to comment.