Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyinyong committed Jul 6, 2024
1 parent 273aea8 commit 2beba12
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 285 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/[email protected]
with:
version: "0.8.46"
version: "0.8.59"

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

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ yarn-error.log
storage.cirru
backups/


.DS_Store
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.8.46",
"dayjs": "^1.11.10",
"nanoid": "^5.0.6"
"@calcit/procs": "^0.8.59",
"dayjs": "^1.11.11",
"nanoid": "^5.0.7"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"copy-text-to-clipboard": "^3.2.0",
"feather-icons": "^4.29.1",
"feather-icons": "^4.29.2",
"url-parse": "^1.5.10",
"vite": "^5.2.8"
"vite": "^5.3.3"
}
}
Loading

0 comments on commit 2beba12

Please sign in to comment.