Merge branch 'main' of https://github.com/chris-kruining/calque
This commit is contained in:
commit
1a90ddf667
3 changed files with 3 additions and 3 deletions
4
.github/workflows/app.yml
vendored
4
.github/workflows/app.yml
vendored
|
@ -33,12 +33,12 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install GitVersion
|
||||
uses: gittools/actions/gitversion/setup@v1.1.1
|
||||
uses: gittools/actions/gitversion/setup@v3.0.0
|
||||
with:
|
||||
versionSpec: "5.x"
|
||||
- name: Determine Version
|
||||
id: gitversion
|
||||
uses: gittools/actions/gitversion/execute@v1.1.1
|
||||
uses: gittools/actions/gitversion/execute@v3.0.0
|
||||
with:
|
||||
useConfigFile: true
|
||||
|
||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -31,7 +31,7 @@
|
|||
"@types/wicg-file-system-access": "^2023.10.5",
|
||||
"bun-types": "^1.1.34",
|
||||
"jsdom": "^25.0.1",
|
||||
"vite-plugin-pwa": "^0.20.5",
|
||||
"vite-plugin-pwa": "^0.21.0",
|
||||
"workbox-window": "^7.3.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue