Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 20, 2024
1 parent 23ed4fe commit 2aafc50
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 264 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ jobs:
node-version: 20
cache: yarn

- uses: calcit-lang/[email protected].3
- uses: calcit-lang/[email protected].4
with:
version: '0.8.55'
version: '0.9.4'

- name: "load deps"
run: caps --ci && yarn

- name: "test js"
run: >
cr -1 --emit-js --init-fn=respo.test.main/main!
cr -1 --init-fn=respo.test.main/main! js
&& node test.mjs
- name: "build js"
run: >
cr --once --emit-js
cr --once js
&& yarn vite build --base=./
- name: Deploy to server
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.16.10",
"dependencies": {
"@calcit/procs": "0.8.55"
"@calcit/procs": "0.9.4"
},
"scripts": {
"test": "cr --once --emit-js --init-fn=respo.test.main/main! && node test.mjs"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.2.11"
"vite": "^5.4.2"
}
}
Loading

0 comments on commit 2aafc50

Please sign in to comment.