]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore(deps): update dependency cypress to v12 (#205)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fri, 9 Dec 2022 15:01:39 +0000 (23:01 +0800)
committerGitHub <noreply@github.com>
Fri, 9 Dec 2022 15:01:39 +0000 (23:01 +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 56c4394059c5fa924f11636af1d3a5362d2f513d..b61710d596da9a0b968148aeec986baeeeba14a2 100644 (file)
@@ -49,20 +49,20 @@ importers:
 
   template/config/cypress:
     specifiers:
-      cypress: ^11.2.0
+      cypress: ^12.0.2
       start-server-and-test: ^1.14.0
     devDependencies:
-      cypress: 11.2.0
+      cypress: 12.0.2
       start-server-and-test: 1.14.0
 
   template/config/cypress-ct:
     specifiers:
-      cypress: ^11.2.0
+      cypress: ^12.0.2
       vue: ^3.2.45
     dependencies:
       vue: 3.2.45
     devDependencies:
-      cypress: 11.2.0
+      cypress: 12.0.2
 
   template/config/jsx:
     specifiers:
@@ -1309,9 +1309,9 @@ packages:
   /csstype/2.6.20:
     resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==}
 
-  /cypress/11.2.0:
-    resolution: {integrity: sha512-u61UGwtu7lpsNWLUma/FKNOsrjcI6wleNmda/TyKHe0dOBcVjbCPlp1N6uwFZ0doXev7f/91YDpU9bqDCFeBLA==}
-    engines: {node: '>=12.0.0'}
+  /cypress/12.0.2:
+    resolution: {integrity: sha512-WnLx1DpnbF1vbpDBkgP14rK5yS3U+Gvxrv2fsB4Owma26oIyENj7DDRnsJbSZuTfG4mcuUJxAkRHJR2wBqBfMA==}
+    engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0}
     hasBin: true
     requiresBuild: true
     dependencies:
index baa90203982d18a53500f5084f3a16fd1eee9fe5..725802b7814665625101814e2b85e5fa9d950e9f 100644 (file)
@@ -7,6 +7,6 @@
     "vue": "^3.2.45"
   },
   "devDependencies": {
-    "cypress": "^11.2.0"
+    "cypress": "^12.0.2"
   }
 }
index 8bbfbd0254e8e7649febafdba27288c53a12a2b5..665939d50001bf49c21f19313d8c9d6e746dcce7 100644 (file)
@@ -4,7 +4,7 @@
     "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'"
   },
   "devDependencies": {
-    "cypress": "^11.2.0",
+    "cypress": "^12.0.2",
     "start-server-and-test": "^1.14.0"
   }
 }