diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-27 23:26:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 23:26:26 +0000 |
commit | 5a4fed284c438f3437c76bb4303b453a2ba36696 (patch) | |
tree | 19d3026f2266b66ab4434e694704584c3a34aab3 /package.json | |
parent | 87ec9ef81647de641fd8cafa4b8e16e71eaf1e44 (diff) | |
download | nextcloud-server-5a4fed284c438f3437c76bb4303b453a2ba36696.tar.gz nextcloud-server-5a4fed284c438f3437c76bb4303b453a2ba36696.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 1018ca3609a..21e4b0f8f41 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@nextcloud/stylelint-config": "^2.1.2", "@testing-library/jest-dom": "^5.16.4", "@testing-library/user-event": "^14.0.4", - "@testing-library/vue": "^5.8.2", + "@testing-library/vue": "^5.8.3", "@vue/test-utils": "^1.3.0", "babel-loader": "^8.2.4", "babel-loader-exclude-node-modules-except": "^1.2.1", |