diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-31 14:48:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 14:48:31 +0000 |
commit | f29ebced367a0c833726e7c1dcc3819c0a0eee57 (patch) | |
tree | 125f97a477777023fbf1e6d094730a6e8758f56e /package.json | |
parent | 45f8d2afc9d8eca53401e43d8c432e7bd43bb430 (diff) | |
parent | 7f9d67419f1c2395cf0218abe1ebbaaabbd21eb5 (diff) | |
download | nextcloud-server-f29ebced367a0c833726e7c1dcc3819c0a0eee57.tar.gz nextcloud-server-f29ebced367a0c833726e7c1dcc3819c0a0eee57.zip |
Merge pull request #47657 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.17.1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 9ffaf3faa1f..6e9c5b8607c 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "test": "vitest run", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage", + "test:update-snapshots": "vitest run --update", "test:jsunit": "karma start tests/karma.config.js --single-run", "sass": "sass --style compressed --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)", "sass:watch": "sass --watch --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)", @@ -60,7 +61,7 @@ "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.2.3", "@nextcloud/upload": "^1.5.0", - "@nextcloud/vue": "^8.17.0", + "@nextcloud/vue": "^8.17.1", "@simplewebauthn/browser": "^10.0.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^11.0.0", |