@grafana/k6-test-builder 0.8.25 → 0.9.2
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/dist/index.d.ts +3 -2
- package/dist/index.js +3936 -3861
- package/dist/module.js +3918 -3843
- package/package.json +34 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/k6-test-builder",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/module.js",
|
|
@@ -14,8 +14,10 @@
|
|
|
14
14
|
"@babel/preset-react": "^7.18.6",
|
|
15
15
|
"@grafana/data": "^9.5.1",
|
|
16
16
|
"@grafana/ui": "^9.5.1",
|
|
17
|
-
"@
|
|
18
|
-
"@
|
|
17
|
+
"@emotion/react": "^11.14.0",
|
|
18
|
+
"@emotion/styled": "^11.14.0",
|
|
19
|
+
"@mui/material": "^6.5.0",
|
|
20
|
+
"@mui/system": "^6.5.0",
|
|
19
21
|
"@parcel/packager-ts": "^2.7.0",
|
|
20
22
|
"@parcel/transformer-typescript-types": "^2.13.2",
|
|
21
23
|
"@storybook/addon-actions": "^6.5.12",
|
|
@@ -30,48 +32,48 @@
|
|
|
30
32
|
"@storybook/testing-library": "^0.0.13",
|
|
31
33
|
"@svgr/webpack": "^6.3.1",
|
|
32
34
|
"@types/jest": "^27.5.2",
|
|
33
|
-
"@types/lodash-es": "^4.17.
|
|
35
|
+
"@types/lodash-es": "^4.17.12",
|
|
34
36
|
"@types/node": "^16.11.59",
|
|
35
|
-
"@types/react": "^
|
|
36
|
-
"@types/react-
|
|
37
|
-
"@types/react-dom": "^16.9.16",
|
|
37
|
+
"@types/react": "^17.0.0",
|
|
38
|
+
"@types/react-dom": "^17.0.0",
|
|
38
39
|
"@types/sortablejs": "^1.15.0",
|
|
39
|
-
"@types/styled-components": "^5.1.
|
|
40
|
+
"@types/styled-components": "^5.1.34",
|
|
40
41
|
"babel-loader": "^8.2.5",
|
|
41
42
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
42
43
|
"babel-plugin-styled-components": "^2.0.7",
|
|
43
44
|
"eslint-config-react-app": "^7.0.1",
|
|
44
45
|
"parcel": "^2.13.0",
|
|
45
|
-
"prettier": "2.
|
|
46
|
+
"prettier": "2.8.8",
|
|
46
47
|
"process": "^0.11.10",
|
|
47
|
-
"react": "^
|
|
48
|
-
"react-dom": "^
|
|
48
|
+
"react": "^17.0.2",
|
|
49
|
+
"react-dom": "^17.0.2",
|
|
49
50
|
"sortablejs": "1.14.0",
|
|
50
51
|
"storybook-dark-mode": "^1.1.2",
|
|
51
52
|
"styled-components": "^6.1.1",
|
|
52
|
-
"typescript": "4.
|
|
53
|
+
"typescript": "^4.9.0",
|
|
53
54
|
"web-vitals": "^2.1.4",
|
|
54
|
-
"webpack": "5"
|
|
55
|
+
"webpack": "^5.105.2"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
58
|
"prettier": "2",
|
|
58
|
-
"react": ">=
|
|
59
|
-
"react-dom": ">=
|
|
59
|
+
"react": ">= 17.0.0",
|
|
60
|
+
"react-dom": ">= 17.0.0",
|
|
60
61
|
"sortablejs": "^1.10.2",
|
|
61
62
|
"styled-components": "^6.1.1"
|
|
62
63
|
},
|
|
63
64
|
"dependencies": {
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
65
|
+
"@emotion/react": "^11.14.0",
|
|
66
|
+
"@emotion/styled": "^11.14.0",
|
|
67
|
+
"@mui/material": "^6.5.0",
|
|
68
|
+
"@mui/system": "^6.5.0",
|
|
66
69
|
"@parcel/transformer-svg-react": "^2.13.0",
|
|
67
70
|
"@reduxjs/toolkit": "^1.8.3",
|
|
68
71
|
"clsx": "^1.2.1",
|
|
69
|
-
"har-to-k6": "^0.14.
|
|
70
|
-
"lodash-es": "^4.
|
|
72
|
+
"har-to-k6": "^0.14.13",
|
|
73
|
+
"lodash-es": "^4.18.0",
|
|
71
74
|
"path-to-regexp": "^6.3.0",
|
|
72
|
-
"react-custom-scrollbars": "^4.2.1",
|
|
73
75
|
"react-redux": "^7.2.2",
|
|
74
|
-
"react-sortablejs": "6.1.
|
|
76
|
+
"react-sortablejs": "6.1.4",
|
|
75
77
|
"redux": "^4.0.5"
|
|
76
78
|
},
|
|
77
79
|
"overrides": {
|
|
@@ -81,7 +83,16 @@
|
|
|
81
83
|
"nanoid": "^3.3.8",
|
|
82
84
|
"brace-expansion": "^1.1.12",
|
|
83
85
|
"js-yaml": "^4.1.1",
|
|
84
|
-
"tmp": "^0.2.4"
|
|
86
|
+
"tmp": "^0.2.4",
|
|
87
|
+
"handlebars": "^4.7.9",
|
|
88
|
+
"flatted": "^3.4.2",
|
|
89
|
+
"immutable": "^4.3.8",
|
|
90
|
+
"underscore": "^1.13.8",
|
|
91
|
+
"lodash": "^4.18.0",
|
|
92
|
+
"@parcel/watcher": {
|
|
93
|
+
"picomatch": "^4.0.4"
|
|
94
|
+
},
|
|
95
|
+
"@babel/runtime": "^7.26.10"
|
|
85
96
|
},
|
|
86
97
|
"alias": {
|
|
87
98
|
"TestBuilder": "./src/TestBuilder"
|
|
@@ -107,7 +118,7 @@
|
|
|
107
118
|
],
|
|
108
119
|
"browserslist": {
|
|
109
120
|
"production": [
|
|
110
|
-
"node
|
|
121
|
+
"node 18"
|
|
111
122
|
],
|
|
112
123
|
"development": [
|
|
113
124
|
"last 1 chrome version",
|