mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #37889 from nextcloud/dependabot/npm_and_yarn/pinia/testing-0.0.16
This commit is contained in:
commit
1259faba62
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -99,7 +99,7 @@
|
|||
"@nextcloud/eslint-config": "^8.2.1",
|
||||
"@nextcloud/stylelint-config": "^2.1.2",
|
||||
"@nextcloud/webpack-vue-config": "^5.5.0",
|
||||
"@pinia/testing": "^0.0.15",
|
||||
"@pinia/testing": "^0.0.16",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@testing-library/vue": "^5.8.3",
|
||||
|
|
@ -4301,9 +4301,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@pinia/testing": {
|
||||
"version": "0.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.15.tgz",
|
||||
"integrity": "sha512-Ykz5sPUVDphDMssA27+ExPSzxqfn7Y3jax77KA0AChDB6ODu31CnXIwoiUG+U5WA6ey7gzHkZh8wlnAtzVnB8g==",
|
||||
"version": "0.0.16",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.16.tgz",
|
||||
"integrity": "sha512-oa5kO82hzWekqMq1HTnS/b+ZM+ZKEcEApuuCTelvKK79jTxg7P026Qw8/2RbVn5eUGAvRWQu4ubObrshVqCRjQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"vue-demi": "*"
|
||||
|
|
@ -4312,7 +4312,7 @@
|
|||
"url": "https://github.com/sponsors/posva"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"pinia": ">=2.0.31"
|
||||
"pinia": ">=2.0.34"
|
||||
}
|
||||
},
|
||||
"node_modules/@pinia/testing/node_modules/vue-demi": {
|
||||
|
|
@ -29325,9 +29325,9 @@
|
|||
}
|
||||
},
|
||||
"@pinia/testing": {
|
||||
"version": "0.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.15.tgz",
|
||||
"integrity": "sha512-Ykz5sPUVDphDMssA27+ExPSzxqfn7Y3jax77KA0AChDB6ODu31CnXIwoiUG+U5WA6ey7gzHkZh8wlnAtzVnB8g==",
|
||||
"version": "0.0.16",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.16.tgz",
|
||||
"integrity": "sha512-oa5kO82hzWekqMq1HTnS/b+ZM+ZKEcEApuuCTelvKK79jTxg7P026Qw8/2RbVn5eUGAvRWQu4ubObrshVqCRjQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"vue-demi": "*"
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
"@nextcloud/eslint-config": "^8.2.1",
|
||||
"@nextcloud/stylelint-config": "^2.1.2",
|
||||
"@nextcloud/webpack-vue-config": "^5.5.0",
|
||||
"@pinia/testing": "^0.0.15",
|
||||
"@pinia/testing": "^0.0.16",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@testing-library/vue": "^5.8.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue