]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore(deps): update dependency cypress to v11 (#196)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Mon, 21 Nov 2022 14:50:26 +0000 (22:50 +0800)
committerGitHub <noreply@github.com>
Mon, 21 Nov 2022 14:50:26 +0000 (22:50 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pnpm-lock.yaml
template/config/cypress-ct/package.json
template/config/cypress/package.json

index ab1e418583426ca88e17084ef685b89a840f6720..850bad16fcac3d543515e784bf5ea178d5d2956d 100644 (file)
@@ -49,20 +49,20 @@ importers:
 
   template/config/cypress:
     specifiers:
-      cypress: ^10.10.0
+      cypress: ^11.1.0
       start-server-and-test: ^1.14.0
     devDependencies:
-      cypress: 10.10.0
+      cypress: 11.1.0
       start-server-and-test: 1.14.0
 
   template/config/cypress-ct:
     specifiers:
-      cypress: ^10.10.0
+      cypress: ^11.1.0
       vue: ^3.2.41
     dependencies:
       vue: 3.2.41
     devDependencies:
-      cypress: 10.10.0
+      cypress: 11.1.0
 
   template/config/jsx:
     specifiers:
@@ -1168,7 +1168,7 @@ packages:
     dev: true
 
   /check-more-types/2.24.0:
-    resolution: {integrity: sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA=}
+    resolution: {integrity: sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==}
     engines: {node: '>= 0.8.0'}
     dev: true
 
@@ -1312,8 +1312,8 @@ packages:
   /csstype/2.6.20:
     resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==}
 
-  /cypress/10.10.0:
-    resolution: {integrity: sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==}
+  /cypress/11.1.0:
+    resolution: {integrity: sha512-kzizbG9s3p3ahWqxUwG/21NqLWEGtScMevMyUPeYlcmMX9RzVxWM18MkA3B4Cb3jKx72hSyIE2mHgHymfCM1bg==}
     engines: {node: '>=12.0.0'}
     hasBin: true
     requiresBuild: true
index 4dd43073e95ae3e00dc35780a313a0b4a710cdce..77aef96859114e2a074271543a437aef1df0d79f 100644 (file)
@@ -7,6 +7,6 @@
     "vue": "^3.2.41"
   },
   "devDependencies": {
-    "cypress": "^10.10.0"
+    "cypress": "^11.1.0"
   }
 }
index 2ac6c7e3551900ac49887f11b83408aa7ddf4991..6cdafcbb9e2cae5c48fc72b94a01ebeda8bb9f04 100644 (file)
@@ -4,7 +4,7 @@
     "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'"
   },
   "devDependencies": {
-    "cypress": "^10.10.0",
+    "cypress": "^11.1.0",
     "start-server-and-test": "^1.14.0"
   }
 }