@uuv/assistant 2.78.1 → 2.79.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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -113,7 +113,7 @@ yarn add -D @uuv/assistant
|
|
|
113
113
|
```
|
|
114
114
|
### Desktop executable
|
|
115
115
|
1. Download executable using the following button </br>
|
|
116
|
-
<a href="https://github.com/e2e-test-quest/uuv/releases/latest
|
|
116
|
+
<a href="https://github.com/e2e-test-quest/uuv/releases/latest"><img src="https://img.shields.io/badge/download_uuv--assistant_desktop-black?&style=for-the-badge&logo=github&logoColor=white" alt="documentation"/></a>
|
|
117
117
|
2. Unzip the downloaded zip file
|
|
118
118
|
|
|
119
119
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/assistant",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.79.1",
|
|
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",
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
"@codemirror/view": "^6.26.3",
|
|
60
60
|
"@uiw/codemirror-theme-github": "^4.22.1",
|
|
61
61
|
"@uiw/react-codemirror": "^4.22.1",
|
|
62
|
-
"@uuv/dictionary": "0.
|
|
62
|
+
"@uuv/dictionary": "0.7.0",
|
|
63
63
|
"antd": "5.27.4",
|
|
64
64
|
"dom-accessibility-api": "0.7.1",
|
|
65
65
|
"eslint-config-react-app": "7.0.1",
|
|
66
66
|
"figlet": "1.8.1",
|
|
67
|
-
"playwright-chromium": "1.58.
|
|
67
|
+
"playwright-chromium": "1.58.2",
|
|
68
68
|
"tabbable": "6.4.0"
|
|
69
69
|
},
|
|
70
70
|
"browserslist": {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
94
94
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
95
95
|
"@typescript-eslint/parser": "5.62.0",
|
|
96
|
-
"@uuv/playwright": "3.
|
|
96
|
+
"@uuv/playwright": "3.60.0",
|
|
97
97
|
"@vitejs/plugin-react": "4.7.0",
|
|
98
98
|
"eslint-plugin-react": "7.37.5",
|
|
99
99
|
"jest-environment-jsdom": "^29.5.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"react-router-dom": "^7.0.0",
|
|
104
104
|
"replace-json-property": "1.9.0",
|
|
105
105
|
"styled-components": "6.1.19",
|
|
106
|
-
"ts-jest": "29.4.
|
|
106
|
+
"ts-jest": "29.4.6",
|
|
107
107
|
"ts-loader": "^9.4.2",
|
|
108
108
|
"ts-node": "10.9.2",
|
|
109
109
|
"tsconfig-paths": "4.2.0",
|