Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 17, 2024
1 parent b080a48 commit b4644f0
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 197 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,14 @@ jobs:
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.41"

- name: "compiles to js"
run: >
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"axios": "^1.6.0",
"axios": "^1.6.8",
"bottom-tip": "^0.1.5",
"vite": "^4.5.2"
"vite": "^5.1.6"
},
"dependencies": {
"@calcit/procs": "^0.8.4",
"cirru-color": "^0.2.3",
"@calcit/procs": "^0.8.41",
"cirru-color": "^0.2.4",
"feather-icons": "^4.29.1",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"remarkable": "^2.0.1",
"shortid": "^2.2.16"
}
Expand Down
Loading

0 comments on commit b4644f0

Please sign in to comment.