@uuv/assistant 2.51.0 → 2.53.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": "2.
|
|
3
|
+
"version": "2.53.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,7 +42,7 @@
|
|
|
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
|
-
"lint": "eslint -c .eslintrc.
|
|
45
|
+
"lint": "eslint -c .eslintrc.js",
|
|
46
46
|
"test": "npm run unit-tests && npm run e2e-test:run",
|
|
47
47
|
"unit-tests": "jest --coverage",
|
|
48
48
|
"e2e-test:run": "npm run uuv e2e --",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"@codemirror/view": "^6.26.3",
|
|
61
61
|
"@uiw/codemirror-theme-github": "^4.22.1",
|
|
62
62
|
"@uiw/react-codemirror": "^4.22.1",
|
|
63
|
-
"@uuv/runner-commons": "2.
|
|
63
|
+
"@uuv/runner-commons": "2.49.0",
|
|
64
64
|
"antd": "5.24.0",
|
|
65
65
|
"figlet": "1.8.1",
|
|
66
66
|
"inspector-dom": "0.1.1",
|
|
67
|
-
"playwright-chromium": "1.
|
|
67
|
+
"playwright-chromium": "1.52.0",
|
|
68
68
|
"tabbable": "6.2.0"
|
|
69
69
|
},
|
|
70
70
|
"browserslist": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
93
93
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
94
94
|
"@typescript-eslint/parser": "5.62.0",
|
|
95
|
-
"@uuv/playwright": "3.
|
|
95
|
+
"@uuv/playwright": "3.35.0",
|
|
96
96
|
"dom-accessibility-api": "0.7.0",
|
|
97
97
|
"eslint": "8.57.1",
|
|
98
98
|
"eslint-plugin-react": "7.37.4",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"ts-jest": "29.2.6",
|
|
109
109
|
"ts-loader": "^9.4.2",
|
|
110
110
|
"ts-node": "10.9.2",
|
|
111
|
-
"typescript": "5.
|
|
111
|
+
"typescript": "5.8.3"
|
|
112
112
|
},
|
|
113
113
|
"files": [
|
|
114
114
|
"dist/uuv-assistant-resources.bundle.js",
|