cypress 15.13.0 → 15.14.0
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 +3 -3
- package/react/package.json +8 -2
- package/react/react/package.json +8 -2
- package/vue/package.json +1 -1
- package/vue/vue/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cypress",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.14.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node dist/index.js --exec install",
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
},
|
|
143
143
|
"buildInfo": {
|
|
144
144
|
"commitBranch": "develop",
|
|
145
|
-
"commitSha": "
|
|
146
|
-
"commitDate": "2026-
|
|
145
|
+
"commitSha": "b8a9db27d43eec3c0ac23013eb0466f1d6d5b263",
|
|
146
|
+
"commitDate": "2026-04-16T13:53:14.000Z",
|
|
147
147
|
"stable": true
|
|
148
148
|
},
|
|
149
149
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|
package/react/package.json
CHANGED
|
@@ -11,14 +11,17 @@
|
|
|
11
11
|
"cy:open:debug": "node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}",
|
|
12
12
|
"cy:run": "node ../../scripts/cypress.js run --component",
|
|
13
13
|
"cy:run:debug": "node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}",
|
|
14
|
-
"lint": "eslint
|
|
14
|
+
"lint": "eslint",
|
|
15
15
|
"test": "yarn cy:run",
|
|
16
16
|
"watch": "yarn build --watch --watch.exclude ./dist/**/*"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
+
"@packages/eslint-config": "0.0.0-development",
|
|
19
20
|
"@cypress/mount-utils": "0.0.0-development",
|
|
21
|
+
"eslint": "^9.31.0",
|
|
22
|
+
"jiti": "^2.4.2",
|
|
20
23
|
"@vitejs/plugin-react": "4.6.0",
|
|
21
|
-
"axios": "1.
|
|
24
|
+
"axios": "^1.15.0",
|
|
22
25
|
"cypress": "0.0.0-development",
|
|
23
26
|
"prop-types": "15.8.1",
|
|
24
27
|
"react": "18.3.1",
|
|
@@ -102,5 +105,8 @@
|
|
|
102
105
|
"cy",
|
|
103
106
|
"expect"
|
|
104
107
|
]
|
|
108
|
+
},
|
|
109
|
+
"lint-staged": {
|
|
110
|
+
"**/*.{js,jsx,ts,tsx}": "eslint --fix"
|
|
105
111
|
}
|
|
106
112
|
}
|
package/react/react/package.json
CHANGED
|
@@ -11,14 +11,17 @@
|
|
|
11
11
|
"cy:open:debug": "node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}",
|
|
12
12
|
"cy:run": "node ../../scripts/cypress.js run --component",
|
|
13
13
|
"cy:run:debug": "node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}",
|
|
14
|
-
"lint": "eslint
|
|
14
|
+
"lint": "eslint",
|
|
15
15
|
"test": "yarn cy:run",
|
|
16
16
|
"watch": "yarn build --watch --watch.exclude ./dist/**/*"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
+
"@packages/eslint-config": "0.0.0-development",
|
|
19
20
|
"@cypress/mount-utils": "0.0.0-development",
|
|
21
|
+
"eslint": "^9.31.0",
|
|
22
|
+
"jiti": "^2.4.2",
|
|
20
23
|
"@vitejs/plugin-react": "4.6.0",
|
|
21
|
-
"axios": "1.
|
|
24
|
+
"axios": "^1.15.0",
|
|
22
25
|
"cypress": "0.0.0-development",
|
|
23
26
|
"prop-types": "15.8.1",
|
|
24
27
|
"react": "18.3.1",
|
|
@@ -102,5 +105,8 @@
|
|
|
102
105
|
"cy",
|
|
103
106
|
"expect"
|
|
104
107
|
]
|
|
108
|
+
},
|
|
109
|
+
"lint-staged": {
|
|
110
|
+
"**/*.{js,jsx,ts,tsx}": "eslint --fix"
|
|
105
111
|
}
|
|
106
112
|
}
|
package/vue/package.json
CHANGED
package/vue/vue/package.json
CHANGED