Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 12, 2024
1 parent 1f8adc9 commit 28ac186
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 294 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
node-version: 20
cache: yarn

- uses: calcit-lang/[email protected]
with:
bundler: false
- uses: calcit-lang/[email protected]

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
6 changes: 3 additions & 3 deletions deps.cirru
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

{}
:calcit-version |0.9.5
:calcit-version |0.9.6
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
|Respo/respo.calcit |0.16.11
|Respo/respo.calcit |0.16.12
|Respo/respo-ui.calcit |main
|Respo/respo-markdown.calcit |main
|calcit-lang/recollect |main
|calcit-lang/bisection-key |main
|Respo/respo-message.calcit |main
|Respo/respo-feather.calcit |main
|Respo/alerts.calcit |main
|Respo/alerts.calcit |0.10.2
|mvc-works/ws-edn.calcit |0.0.10
|Cumulo/cumulo-util.calcit |main
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"copy-text-to-clipboard": "^3.2.0",
"feather-icons": "^4.29.2",
"url-parse": "^1.5.10",
"vite": "^5.4.10"
"vite": "^6.0.3"
},
"dependencies": {
"@calcit/procs": "^0.9.5",
"@calcit/procs": "^0.9.6",
"chalk": "^5.3.0",
"dayjs": "^1.11.13",
"gaze": "^1.1.3",
"latest-version": "^9.0.0",
"nanoid": "^5.0.8",
"nanoid": "^5.0.9",
"ws": "^8.18.0"
}
}
Loading

0 comments on commit 28ac186

Please sign in to comment.