diff options
-rw-r--r-- | package-lock.json | 20 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json index f6b3ab876a3..20e783c5e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.5.1", - "@pinia/testing": "^0.0.16", + "@pinia/testing": "^0.1.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", @@ -4289,18 +4289,18 @@ } }, "node_modules/@pinia/testing": { - "version": "0.0.16", - "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.16.tgz", - "integrity": "sha512-oa5kO82hzWekqMq1HTnS/b+ZM+ZKEcEApuuCTelvKK79jTxg7P026Qw8/2RbVn5eUGAvRWQu4ubObrshVqCRjQ==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.2.tgz", + "integrity": "sha512-8EyBaVFtv682tBiF810u81vAJ1ykwnaldkVDU52oqtVbh5FUj5dSCSM9+MtRM/tZkq0AulwMK4BnBktqwsnEnw==", "dev": true, "dependencies": { - "vue-demi": "*" + "vue-demi": ">=0.14.5" }, "funding": { "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "pinia": ">=2.0.34" + "pinia": ">=2.1.2" } }, "node_modules/@pinia/testing/node_modules/vue-demi": { @@ -30343,12 +30343,12 @@ } }, "@pinia/testing": { - "version": "0.0.16", - "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.16.tgz", - "integrity": "sha512-oa5kO82hzWekqMq1HTnS/b+ZM+ZKEcEApuuCTelvKK79jTxg7P026Qw8/2RbVn5eUGAvRWQu4ubObrshVqCRjQ==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.2.tgz", + "integrity": "sha512-8EyBaVFtv682tBiF810u81vAJ1ykwnaldkVDU52oqtVbh5FUj5dSCSM9+MtRM/tZkq0AulwMK4BnBktqwsnEnw==", "dev": true, "requires": { - "vue-demi": "*" + "vue-demi": ">=0.14.5" }, "dependencies": { "vue-demi": { diff --git a/package.json b/package.json index d2f789a0f03..f3a41f33706 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.5.1", - "@pinia/testing": "^0.0.16", + "@pinia/testing": "^0.1.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", |