@uuv/assistant 2.53.1 → 2.55.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.53.1",
3
+ "version": "2.55.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",
@@ -33,10 +33,9 @@
33
33
  "uuv-assistant": "./dist/launcher/uuv-assistant-launcher.js"
34
34
  },
35
35
  "scripts": {
36
- "react:start": "react-scripts start",
37
- "build-react": "react-scripts build",
38
- "react:test": "react-scripts test",
39
- "react:eject": "react-scripts eject",
36
+ "react:start": "vite",
37
+ "build-react": "vite build",
38
+ "react:test": "jest --coverage",
40
39
  "launch": "ts-node launcher/uuv-assistant-launcher.ts",
41
40
  "launch:custom": "ts-node tests/uuv-assistant-custom-launcher.ts",
42
41
  "build-conf": "node compute-conf.js",
@@ -60,8 +59,9 @@
60
59
  "@codemirror/view": "^6.26.3",
61
60
  "@uiw/codemirror-theme-github": "^4.22.1",
62
61
  "@uiw/react-codemirror": "^4.22.1",
63
- "@uuv/runner-commons": "2.49.0",
62
+ "@uuv/runner-commons": "2.51.0",
64
63
  "antd": "5.24.0",
64
+ "eslint-config-react-app": "7.0.1",
65
65
  "figlet": "1.8.1",
66
66
  "inspector-dom": "0.1.1",
67
67
  "playwright-chromium": "1.52.0",
@@ -90,25 +90,22 @@
90
90
  "@types/react-dom": "18.3.5",
91
91
  "@types/styled-components": "5.1.34",
92
92
  "@types/testing-library__jest-dom": "5.14.9",
93
- "@typescript-eslint/eslint-plugin": "5.62.0",
94
- "@typescript-eslint/parser": "5.62.0",
95
- "@uuv/playwright": "3.35.1",
93
+ "@uuv/playwright": "3.37.0",
96
94
  "dom-accessibility-api": "0.7.0",
97
- "eslint": "8.57.1",
98
- "eslint-plugin-react": "7.37.4",
99
- "jest": "^29.5.0",
95
+ "eslint-plugin-react": "7.37.5",
100
96
  "jest-environment-jsdom": "^29.5.0",
101
97
  "minimist": "1.2.8",
102
98
  "react": "18.3.1",
103
99
  "react-dom": "18.3.1",
104
100
  "react-router-dom": "^7.0.0",
105
- "react-scripts": "^5.0.1",
106
101
  "replace-json-property": "1.9.0",
107
102
  "styled-components": "6.1.15",
108
103
  "ts-jest": "29.2.6",
109
104
  "ts-loader": "^9.4.2",
110
105
  "ts-node": "10.9.2",
111
- "typescript": "5.8.3"
106
+ "typescript": "5.8.3",
107
+ "vite": "6.3.5",
108
+ "@vitejs/plugin-react": "4.5.0"
112
109
  },
113
110
  "files": [
114
111
  "dist/uuv-assistant-resources.bundle.js",