Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jul 7, 2024
1 parent afc140a commit 5fd2292
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- uses: calcit-lang/[email protected]
with:
version: '0.8.59'
version: '0.9.0-a1'

- run: caps --ci && cr --entry server --emit-ir -1
- run: caps --ci && cr --entry server -1 ir

- run: 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 @@ -12,3 +12,5 @@ yarn-error.log
storage.cirru

backups/

.DS_Store
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"@calcit/procs": "^0.8.59"
"@calcit/procs": "^0.9.0-a1"
},
"scripts": {
"compile-page": "cr --emit-js --once",
"compile-page": "cr --once js",
"release-page": "vite build --base=./",
"watch-page": "cr --emit-js"
"watch-page": "cr js"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"url-parse": "^1.5.10",
"vite": "^5.3.2"
"vite": "^5.3.3"
},
"version": "0.0.1"
}
30 changes: 15 additions & 15 deletions yarn.lock

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

0 comments on commit 5fd2292

Please sign in to comment.