diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-07-12 18:04:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 18:04:02 +0200 |
commit | abb583a2baa6b711eebb3869df6704efd32f7648 (patch) | |
tree | 105952f117da4ed0d99b1d1443634f5a2aeeb296 | |
parent | 8a10f30e706647e4083acb1dfe8356f60418dc5a (diff) | |
parent | 5d5021ec07c091f1e63b3ff746e6e9375b8eebc1 (diff) | |
download | nextcloud-server-abb583a2baa6b711eebb3869df6704efd32f7648.tar.gz nextcloud-server-abb583a2baa6b711eebb3869df6704efd32f7648.zip |
Merge pull request #39336 from nextcloud/dependabot/npm_and_yarn/pinia/testing-0.1.2
chore(deps-dev): Bump @pinia/testing from 0.0.16 to 0.1.2
-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", |