diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-14 01:02:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 01:02:21 +0000 |
commit | 9b036824268708c8c67e95f2134345669a18d02d (patch) | |
tree | ce3791ffc86852d0994cd580f87a144baa1bb0d6 /package.json | |
parent | 5a80df6e4c301bc083f7bb20af594783f1b26a97 (diff) | |
download | nextcloud-server-9b036824268708c8c67e95f2134345669a18d02d.tar.gz nextcloud-server-9b036824268708c8c67e95f2134345669a18d02d.zip |
Bump @testing-library/vue from 5.8.2 to 5.8.3
Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.2...v5.8.3)
---
updated-dependencies:
- dependency-name: "@testing-library/vue"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 95021635593..f5c3bded2d8 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@nextcloud/stylelint-config": "^2.1.2", "@testing-library/jest-dom": "^5.16.4", "@testing-library/user-event": "^14.1.1", - "@testing-library/vue": "^5.8.2", + "@testing-library/vue": "^5.8.3", "@vue/test-utils": "^1.3.0", "babel-loader": "^8.2.5", "babel-loader-exclude-node-modules-except": "^1.2.1", |