@uuv/cypress 2.37.0 → 2.37.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## [2.37.1](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.37.0...runner-cypress-v2.37.1) (2024-10-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.6 ([378160a](https://github.com/Orange-OpenSource/uuv/commit/378160a144eff3d0b041797c7f480cc4663eb1d3))
7
+ * **assistant:** update dependency antd to v5.21.5 ([b212ee4](https://github.com/Orange-OpenSource/uuv/commit/b212ee4acc24452e4c4a6b91caac6d8abb854036))
8
+ * **runner-cypress:** update dependency cypress to v13.15.1 ([b18ea16](https://github.com/Orange-OpenSource/uuv/commit/b18ea164773135b5f331947c0a1664625134cbd7))
9
+ * **runner-playwright:** update dependency axe-core to v4.10.2 ([19c65d2](https://github.com/Orange-OpenSource/uuv/commit/19c65d2da4538d92f7d1b883b7117c3c52cedac4))
10
+ * **runner-playwright:** update playwright monorepo to v1.48.2 ([1bce4e5](https://github.com/Orange-OpenSource/uuv/commit/1bce4e5d0a310d1fd4ea64299adf3c8e30f51d2f))
11
+
1
12
  # [2.37.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.36.0...runner-cypress-v2.37.0) (2024-10-20)
2
13
 
3
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.37.0",
3
+ "version": "2.37.1",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
@@ -47,11 +47,11 @@
47
47
  "@badeball/cypress-cucumber-preprocessor": "20.1.2",
48
48
  "@cypress/webpack-preprocessor": "6.0.2",
49
49
  "@testing-library/cypress": "10.0.2",
50
- "@uuv/a11y": "1.0.0-beta.48",
51
- "@uuv/runner-commons": "2.32.0",
52
- "axe-core": "4.10.1",
50
+ "@uuv/a11y": "1.0.0-beta.49",
51
+ "@uuv/runner-commons": "2.32.1",
52
+ "axe-core": "4.10.2",
53
53
  "chai-subset": "^1.6.0",
54
- "cypress": "13.15.0",
54
+ "cypress": "13.15.1",
55
55
  "cypress-axe": "1.5.0",
56
56
  "cypress-real-events": "^1.10.0",
57
57
  "is-admin": "4.0.0",