@uuv/assistant 1.14.3 → 1.16.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/assistant",
3
- "version": "1.14.3",
3
+ "version": "1.16.0",
4
4
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
5
5
  "description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.",
6
6
  "license": "MIT",
@@ -42,8 +42,6 @@
42
42
  "build:conf": "node compute-conf.js",
43
43
  "build:bundle": "node bundle-script.js",
44
44
  "package": "npm pack --pack-destination=\"../../dist/packages\"",
45
- "build:copy-sentences": "ts-node copy-sentences.ts",
46
- "uuv": "node node_modules/@uuv/playwright/bin/uuv",
47
45
  "lint": "eslint -c .eslintrc.json",
48
46
  "test": "jest"
49
47
  },
@@ -54,9 +52,11 @@
54
52
  },
55
53
  "dependencies": {
56
54
  "@ant-design/icons": "^5.0.1",
57
- "@cucumber/cucumber": "9.3.0",
55
+ "@cucumber/cucumber": "9.6.0",
56
+ "@uuv/runner-commons": "1.11.0",
58
57
  "antd": "^5.4.6",
59
58
  "figlet": "1.7.0",
59
+ "inspector-dom": "0.1.1",
60
60
  "playwright-chromium": "1.33.0"
61
61
  },
62
62
  "browserslist": {
@@ -75,20 +75,18 @@
75
75
  "@testing-library/jest-dom": "5.17.0",
76
76
  "@testing-library/react": "12.1.5",
77
77
  "@testing-library/user-event": "14.5.1",
78
- "@types/jest": "29.5.10",
78
+ "@types/jest": "29.5.11",
79
79
  "@types/jquery": "3.5.29",
80
- "@types/node": "16.18.65",
80
+ "@types/node": "16.18.68",
81
81
  "@types/react": "17.0.71",
82
82
  "@types/react-dom": "17.0.25",
83
- "@types/styled-components": "5.1.32",
83
+ "@types/styled-components": "5.1.34",
84
84
  "@types/testing-library__jest-dom": "5.14.9",
85
85
  "@typescript-eslint/eslint-plugin": "5.62.0",
86
86
  "@typescript-eslint/parser": "5.62.0",
87
- "@uuv/playwright": "^1.4.3",
88
87
  "dom-accessibility-api": "0.6.3",
89
- "eslint": "8.54.0",
88
+ "eslint": "8.55.0",
90
89
  "eslint-plugin-react": "7.33.2",
91
- "inspector-dom": "0.1.1",
92
90
  "jest": "^29.5.0",
93
91
  "jest-environment-jsdom": "^29.5.0",
94
92
  "minimist": "1.2.8",
@@ -100,7 +98,7 @@
100
98
  "styled-components": "6.1.1",
101
99
  "ts-jest": "29.1.1",
102
100
  "ts-loader": "^9.4.2",
103
- "ts-node": "10.9.1",
101
+ "ts-node": "10.9.2",
104
102
  "typescript": "4.9.5"
105
103
  },
106
104
  "files": [