Skip to content

Commit

Permalink
Update to latest bazaar version
Browse files Browse the repository at this point in the history
  • Loading branch information
saschat committed May 1, 2024
1 parent 68eca88 commit ae70bc2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_battleship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Vue app
env:
VITE_APP_ID: 018e5126-7024-7a06-9936-a6c0e7e0fb34
run: |
npm ci
npm run build
- name: Upload artifacts
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "dist/"
# Deploy job
Expand All @@ -38,4 +38,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier --write src/"
},
"dependencies": {
"@bzr/bazaar": "^1.1.0",
"@bzr/bazaar": "^1.1.1",
"pinia": "^2.1.7",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
Expand Down
1 change: 0 additions & 1 deletion src/views/GameView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ const completeSetup: () => void = () => {
// Update config and status
gameCollection
// @ts-ignore TODO should no longer be required with bazaar v1.1.1
.updateOne(realGameId, gameUpdate)
.then(() => {
gameCollection
Expand Down

0 comments on commit ae70bc2

Please sign in to comment.