Browse Source

chore(deps-dev): Bump @pinia/testing from 0.0.16 to 0.1.2

Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.0.16 to 0.1.2.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.16...@pinia/testing@0.1.2)

---
updated-dependencies:
- dependency-name: "@pinia/testing"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 10 months ago
parent
commit
5d5021ec07
2 changed files with 11 additions and 11 deletions
  1. 10 10
      package-lock.json
  2. 1 1
      package.json

+ 10 - 10
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": {

+ 1 - 1
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",