locust-ui 2.42.7-next-20010741968 → 2.43.2-next-20993598127
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/lib/types/lib.d.ts +67 -81
- package/lib/webui.js +11133 -11474
- package/package.json +28 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "locust-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.43.2-next-20993598127",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/webui.js",
|
|
@@ -31,47 +31,48 @@
|
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@emotion/react": "^11.14.0",
|
|
34
|
-
"@emotion/styled": "^11.14.
|
|
34
|
+
"@emotion/styled": "^11.14.1",
|
|
35
35
|
"@mui/icons-material": "^7.1.1",
|
|
36
36
|
"@mui/material": "^7.1.1",
|
|
37
|
-
"react": "^
|
|
38
|
-
"react-dom": "^
|
|
39
|
-
"react-redux": "^
|
|
37
|
+
"react": "^19.2.3",
|
|
38
|
+
"react-dom": "^19.2.3",
|
|
39
|
+
"react-redux": "^9.2.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@emotion/react": "^11.14.0",
|
|
43
43
|
"@emotion/server": "^11.11.0",
|
|
44
|
-
"@emotion/styled": "^11.14.
|
|
44
|
+
"@emotion/styled": "^11.14.1",
|
|
45
45
|
"@mui/icons-material": "^7.1.1",
|
|
46
46
|
"@mui/material": "^7.1.1",
|
|
47
|
-
"@reduxjs/toolkit": "^2.2
|
|
47
|
+
"@reduxjs/toolkit": "^2.11.2",
|
|
48
48
|
"@types/react": "^18.0.28",
|
|
49
49
|
"@types/react-dom": "^18.0.11",
|
|
50
50
|
"@types/react-redux": "^7.1.25",
|
|
51
|
-
"@vitejs/plugin-react-swc": "^
|
|
51
|
+
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
52
52
|
"echarts": "^5.4.1",
|
|
53
53
|
"npm-run-all": "^4.1.5",
|
|
54
|
-
"react": "^
|
|
55
|
-
"react-dom": "^
|
|
56
|
-
"react-error-boundary": "^
|
|
57
|
-
"react-redux": "^9.
|
|
54
|
+
"react": "^19.2.3",
|
|
55
|
+
"react-dom": "^19.2.3",
|
|
56
|
+
"react-error-boundary": "^6.0.3",
|
|
57
|
+
"react-redux": "^9.2.0",
|
|
58
58
|
"rimraf": "^6.0.1",
|
|
59
59
|
"terser": "^5.43.1",
|
|
60
|
-
"vite": "^
|
|
61
|
-
"vite-plugin-checker": "^0.
|
|
62
|
-
"vite-plugin-dts": "^4.
|
|
63
|
-
"vite-plugin-singlefile": "^2.0
|
|
64
|
-
"vite-tsconfig-paths": "^
|
|
60
|
+
"vite": "^7.3.1",
|
|
61
|
+
"vite-plugin-checker": "^0.12.0",
|
|
62
|
+
"vite-plugin-dts": "^4.5.4",
|
|
63
|
+
"vite-plugin-singlefile": "^2.3.0",
|
|
64
|
+
"vite-tsconfig-paths": "^6.0.4"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@eslint/compat": "^2.0.0",
|
|
68
|
-
"@eslint/eslintrc": "^3.3.
|
|
69
|
-
"@eslint/js": "^9.39.
|
|
70
|
-
"@testing-library/
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@typescript-eslint/
|
|
74
|
-
"eslint": "^
|
|
68
|
+
"@eslint/eslintrc": "^3.3.3",
|
|
69
|
+
"@eslint/js": "^9.39.2",
|
|
70
|
+
"@testing-library/dom": "^10.4.1",
|
|
71
|
+
"@testing-library/react": "^16.3.1",
|
|
72
|
+
"@types/node": "^22.15.0",
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
74
|
+
"@typescript-eslint/parser": "^8.51.0",
|
|
75
|
+
"eslint": "^9.39.2",
|
|
75
76
|
"eslint-plugin-import": "^2.32.0",
|
|
76
77
|
"eslint-plugin-prettier": "^5.5.4",
|
|
77
78
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -80,11 +81,12 @@
|
|
|
80
81
|
"jsdom": "^25.0.1",
|
|
81
82
|
"msw": "^2.6.6",
|
|
82
83
|
"prettier": "^3.0.3",
|
|
84
|
+
"rollup": "^4.55.1",
|
|
83
85
|
"typescript": "^5.7.2",
|
|
84
|
-
"vitest": "^
|
|
86
|
+
"vitest": "^4.0.16",
|
|
85
87
|
"vitest-webgl-canvas-mock": "^1.1.0"
|
|
86
88
|
},
|
|
87
|
-
"packageManager": "yarn@4.
|
|
89
|
+
"packageManager": "yarn@4.12.0",
|
|
88
90
|
"engines": {
|
|
89
91
|
"node": ">=22.12.0"
|
|
90
92
|
},
|