Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 22, 2024
1 parent 7cd4636 commit 8a16fef
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: calcit-lang/setup-cr@0.0.3
with:
version: '0.8.50'
version: '0.8.52'

- 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
@@ -1,10 +1,10 @@
{
"dependencies": {
"@calcit/procs": "^0.8.50"
"@calcit/procs": "^0.8.52"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.2.8"
"vite": "^5.2.11"
},
"version": "0.0.1"
}
212 changes: 109 additions & 103 deletions yarn.lock

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

0 comments on commit 8a16fef

Please sign in to comment.