Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 4, 2024
1 parent 275f188 commit ee3cc76
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 214 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/upload.yaml
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-cr@0.0.3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.9/cr'
name: 'cr'
version: '0.8.9'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.9/caps'
name: 'caps'
version: '0.8.9'
version: "0.8.50"

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

Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"compile-page": "cr --emit-js --once",
"release-page": "vite build --base=./",
"watch-page": "cr --emit-js/"
"watch-page": "cr --emit-js"
},
"repository": {
"type": "git",
Expand All @@ -15,17 +15,17 @@
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.8.9",
"axios": "^1.6.0",
"mime": "^3.0.0",
"@calcit/procs": "^0.8.50",
"axios": "^1.6.8",
"mime": "^4.0.3",
"shortid": "^2.2.16"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"copy-text-to-clipboard": "^3.2.0",
"feather-icons": "^4.29.1",
"feather-icons": "^4.29.2",
"spark-md5": "^3.0.2",
"url-parse": "^1.5.10",
"vite": "^4.5.3"
"vite": "^5.2.11"
}
}

0 comments on commit ee3cc76

Please sign in to comment.