Skip to content

Commit

Permalink
Merge pull request #38 from TopixIM/manifest
Browse files Browse the repository at this point in the history
upgrade deps; fix manifest
  • Loading branch information
TCXX committed Aug 8, 2024
2 parents ee3cc76 + 4084b29 commit d90c94d
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 322 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/setup-cr@0.0.3
with:
version: "0.8.50"
version: "0.9.1"

- 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: 1 addition & 1 deletion assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sizes": "320x320"
}
],
"start_url": "index.html",
"start_url": "/index.html",
"display": "standalone",
"orientation": "natural",
"background_color": "#ECCE32",
Expand Down
2 changes: 1 addition & 1 deletion package.cirru → deps.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
|calcit-lang/lilac |main
|calcit-lang/memof |main
|calcit-lang/recollect |0.0.16
|Respo/respo.calcit |0.16.1
|Respo/respo.calcit |0.16.10
|Respo/respo-ui.calcit |main
|Respo/respo-message.calcit |main
|Cumulo/cumulo-util.calcit |main
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Cumulo Workflow",
"main": "index.js",
"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"
},
"repository": {
"type": "git",
Expand All @@ -15,9 +15,9 @@
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.8.50",
"axios": "^1.6.8",
"mime": "^4.0.3",
"@calcit/procs": "^0.9.1",
"axios": "^1.7.3",
"mime": "^4.0.4",
"shortid": "^2.2.16"
},
"devDependencies": {
Expand All @@ -26,6 +26,6 @@
"feather-icons": "^4.29.2",
"spark-md5": "^3.0.2",
"url-parse": "^1.5.10",
"vite": "^5.2.11"
"vite": "^5.4.0"
}
}
Loading

0 comments on commit d90c94d

Please sign in to comment.