mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 12:54:24 -04:00
chore(deps-dev): bump @pinia/testing from 0.1.6 to 0.1.7
Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.6...@pinia/testing@0.1.7) --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
96c9d85ddf
commit
45b441748e
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -100,7 +100,7 @@
|
|||
"@nextcloud/stylelint-config": "^3.0.1",
|
||||
"@nextcloud/typings": "^1.9.1",
|
||||
"@nextcloud/webpack-vue-config": "^6.2.0",
|
||||
"@pinia/testing": "^0.1.6",
|
||||
"@pinia/testing": "^0.1.7",
|
||||
"@simplewebauthn/types": "^12.0.0",
|
||||
"@testing-library/cypress": "^10.0.2",
|
||||
"@testing-library/jest-dom": "^6.5.0",
|
||||
|
|
@ -4665,9 +4665,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@pinia/testing": {
|
||||
"version": "0.1.6",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.6.tgz",
|
||||
"integrity": "sha512-Q40s3kpjXpjmcnc61l84wyG83yVmkBi5rRdSoPpwQoRfSnNKKr52XjFFt6hP8iBxehYS9NR+D57T1uzgnEVPHg==",
|
||||
"version": "0.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.7.tgz",
|
||||
"integrity": "sha512-xcDq6Ry/kNhZ5bsUMl7DeoFXwdume1NYzDggCiDUDKoPQ6Mo0eH9VU7bJvBtlurqe6byAntWoX5IhVFqWzRz/Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"vue-demi": "^0.14.10"
|
||||
|
|
@ -4676,7 +4676,7 @@
|
|||
"url": "https://github.com/sponsors/posva"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"pinia": ">=2.2.3"
|
||||
"pinia": ">=2.2.6"
|
||||
}
|
||||
},
|
||||
"node_modules/@pinia/testing/node_modules/vue-demi": {
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
"@nextcloud/stylelint-config": "^3.0.1",
|
||||
"@nextcloud/typings": "^1.9.1",
|
||||
"@nextcloud/webpack-vue-config": "^6.2.0",
|
||||
"@pinia/testing": "^0.1.6",
|
||||
"@pinia/testing": "^0.1.7",
|
||||
"@simplewebauthn/types": "^12.0.0",
|
||||
"@testing-library/cypress": "^10.0.2",
|
||||
"@testing-library/jest-dom": "^6.5.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue