diff --git a/.eslintrc.js b/.eslintrc.js index 35cc688..3a01220 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { extends: [ '@nextcloud', - ] + ], } diff --git a/.gitea/workflows/repod.yml b/.gitea/workflows/repod.yml index 5d9d6b4..3ef876f 100644 --- a/.gitea/workflows/repod.yml +++ b/.gitea/workflows/repod.yml @@ -18,7 +18,7 @@ jobs: nextcloud-27: runs-on: ubuntu-latest - container: nextcloud:27.0.0 + container: nextcloud:27 steps: - run: apt-get update - run: apt-get install -y git nodejs diff --git a/package-lock.json b/package-lock.json index adae4ad..d04b196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/dialogs": "^4.1.0", "@nextcloud/router": "^2.1.2", "@nextcloud/vue": "^7.12.0", - "vue": "2.7.14", + "vue": "^2", "vue-material-design-icons": "^5.2.0" }, "devDependencies": { diff --git a/package.json b/package.json index 7c545d0..5ea13e0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@nextcloud/dialogs": "^4.1.0", "@nextcloud/router": "^2.1.2", "@nextcloud/vue": "^7.12.0", - "vue": "2.7.14", + "vue": "^2", "vue-material-design-icons": "^5.2.0" }, "browserslist": [ diff --git a/psalm.xml b/psalm.xml index 1005f1b..bacd293 100644 --- a/psalm.xml +++ b/psalm.xml @@ -2,8 +2,8 @@