cypress 15.7.0 → 15.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "15.7.0",
3
+ "version": "15.7.1",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node dist/index.js --exec install",
@@ -126,8 +126,8 @@
126
126
  },
127
127
  "buildInfo": {
128
128
  "commitBranch": "develop",
129
- "commitSha": "201e22e4894f3eb3be2ab6dcb89671cb8eb71301",
130
- "commitDate": "2025-11-19T18:49:03.000Z",
129
+ "commitSha": "3147e30f7d1fb2e8f1a2bd2abe2169a13b6441b2",
130
+ "commitDate": "2025-12-02T18:58:48.000Z",
131
131
  "stable": true
132
132
  },
133
133
  "description": "Cypress is a next generation front end testing tool built for the modern web",
@@ -26,6 +26,7 @@
26
26
  "react-dom": "18.3.1",
27
27
  "react-router": "6.28.0",
28
28
  "react-router-dom": "6.28.0",
29
+ "rollup": "3.29.5",
29
30
  "semver": "^7.7.3",
30
31
  "typescript": "~5.4.5",
31
32
  "vite": "6.3.5",
@@ -26,6 +26,7 @@
26
26
  "react-dom": "18.3.1",
27
27
  "react-router": "6.28.0",
28
28
  "react-router-dom": "6.28.0",
29
+ "rollup": "3.29.5",
29
30
  "semver": "^7.7.3",
30
31
  "typescript": "~5.4.5",
31
32
  "vite": "6.3.5",
@@ -12,6 +12,7 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@cypress/mount-utils": "0.0.0-development",
15
+ "rollup": "3.29.5",
15
16
  "svelte": "^5.4.0",
16
17
  "typescript": "~5.4.5"
17
18
  },
@@ -12,6 +12,7 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@cypress/mount-utils": "0.0.0-development",
15
+ "rollup": "3.29.5",
15
16
  "svelte": "^5.4.0",
16
17
  "typescript": "~5.4.5"
17
18
  },
package/vue/package.json CHANGED
@@ -23,6 +23,7 @@
23
23
  "cypress": "0.0.0-development",
24
24
  "debug": "^4.3.4",
25
25
  "globby": "^11.0.1",
26
+ "rollup": "3.29.5",
26
27
  "tailwindcss": "1.1.4",
27
28
  "typescript": "~5.4.5",
28
29
  "vite": "6.3.5",
@@ -23,6 +23,7 @@
23
23
  "cypress": "0.0.0-development",
24
24
  "debug": "^4.3.4",
25
25
  "globby": "^11.0.1",
26
+ "rollup": "3.29.5",
26
27
  "tailwindcss": "1.1.4",
27
28
  "typescript": "~5.4.5",
28
29
  "vite": "6.3.5",