@grafana/k6-test-builder 0.9.1 → 0.9.3
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 +0 -1
- package/dist/index.js +3567 -3567
- package/dist/module.js +3549 -3549
- package/package.json +88 -70
package/package.json
CHANGED
|
@@ -1,89 +1,104 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/k6-test-builder",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/module.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"description": "k6 test builder",
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@babel/core": "
|
|
11
|
-
"@babel/plugin-proposal-class-properties": "
|
|
12
|
-
"@babel/plugin-proposal-nullish-coalescing-operator": "
|
|
13
|
-
"@babel/plugin-proposal-optional-chaining": "
|
|
14
|
-
"@babel/preset-react": "
|
|
15
|
-
"@
|
|
16
|
-
"@
|
|
17
|
-
"@
|
|
18
|
-
"@
|
|
19
|
-
"@
|
|
20
|
-
"@
|
|
21
|
-
"@
|
|
22
|
-
"@
|
|
23
|
-
"@storybook/addon-
|
|
24
|
-
"@storybook/addon-
|
|
25
|
-
"@storybook/
|
|
26
|
-
"@storybook/
|
|
27
|
-
"@storybook/
|
|
28
|
-
"@storybook/
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"@
|
|
32
|
-
"@
|
|
33
|
-
"@
|
|
34
|
-
"@types/
|
|
35
|
-
"@types/
|
|
36
|
-
"@types/
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"babel-plugin-module-resolver": "^4.1.0",
|
|
43
|
-
"babel-plugin-styled-components": "^2.0.7",
|
|
44
|
-
"eslint-config-react-app": "^7.0.1",
|
|
45
|
-
"parcel": "^2.13.0",
|
|
10
|
+
"@babel/core": "7.29.0",
|
|
11
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
12
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
13
|
+
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
14
|
+
"@babel/preset-react": "7.28.5",
|
|
15
|
+
"@emotion/react": "11.14.0",
|
|
16
|
+
"@emotion/styled": "11.14.1",
|
|
17
|
+
"@mui/material": "6.5.0",
|
|
18
|
+
"@mui/system": "6.5.0",
|
|
19
|
+
"@parcel/packager-ts": "2.16.4",
|
|
20
|
+
"@parcel/transformer-typescript-types": "2.16.4",
|
|
21
|
+
"@storybook/addon-actions": "6.5.16",
|
|
22
|
+
"@storybook/addon-essentials": "6.5.16",
|
|
23
|
+
"@storybook/addon-interactions": "6.5.16",
|
|
24
|
+
"@storybook/addon-links": "6.5.16",
|
|
25
|
+
"@storybook/builder-webpack5": "6.5.16",
|
|
26
|
+
"@storybook/manager-webpack5": "6.5.16",
|
|
27
|
+
"@storybook/react": "6.5.16",
|
|
28
|
+
"@storybook/testing-library": "0.0.13",
|
|
29
|
+
"@svgr/webpack": "6.5.1",
|
|
30
|
+
"@types/jest": "27.5.2",
|
|
31
|
+
"@types/lodash-es": "4.17.12",
|
|
32
|
+
"@types/node": "24.12.4",
|
|
33
|
+
"@types/react": "18.0.0",
|
|
34
|
+
"@types/react-dom": "18.0.0",
|
|
35
|
+
"@types/sortablejs": "1.15.9",
|
|
36
|
+
"@types/styled-components": "5.1.36",
|
|
37
|
+
"babel-loader": "8.4.1",
|
|
38
|
+
"babel-plugin-module-resolver": "4.1.0",
|
|
39
|
+
"babel-plugin-styled-components": "2.1.4",
|
|
40
|
+
"eslint-config-react-app": "7.0.1",
|
|
41
|
+
"parcel": "2.16.4",
|
|
46
42
|
"prettier": "2.8.8",
|
|
47
|
-
"process": "
|
|
48
|
-
"react": "
|
|
49
|
-
"react-dom": "
|
|
43
|
+
"process": "0.11.10",
|
|
44
|
+
"react": "18.3.0",
|
|
45
|
+
"react-dom": "18.3.0",
|
|
50
46
|
"sortablejs": "1.14.0",
|
|
51
|
-
"storybook-dark-mode": "
|
|
52
|
-
"styled-components": "
|
|
53
|
-
"typescript": "
|
|
54
|
-
"web-vitals": "
|
|
55
|
-
"webpack": "
|
|
47
|
+
"storybook-dark-mode": "1.1.2",
|
|
48
|
+
"styled-components": "6.3.11",
|
|
49
|
+
"typescript": "4.9.5",
|
|
50
|
+
"web-vitals": "2.1.4",
|
|
51
|
+
"webpack": "5.105.4"
|
|
56
52
|
},
|
|
57
53
|
"peerDependencies": {
|
|
58
|
-
"prettier": "2",
|
|
59
|
-
"react": "
|
|
60
|
-
"react-dom": "
|
|
61
|
-
"sortablejs": "
|
|
62
|
-
"styled-components": "
|
|
54
|
+
"prettier": "2.8.8",
|
|
55
|
+
"react": "18.3.0",
|
|
56
|
+
"react-dom": "18.3.0",
|
|
57
|
+
"sortablejs": "1.14.0",
|
|
58
|
+
"styled-components": "6.3.11"
|
|
63
59
|
},
|
|
64
60
|
"dependencies": {
|
|
65
|
-
"@emotion/react": "
|
|
66
|
-
"@emotion/styled": "
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
61
|
+
"@emotion/react": "11.14.0",
|
|
62
|
+
"@emotion/styled": "11.14.1",
|
|
63
|
+
"@grafana/data": "^13.0.1",
|
|
64
|
+
"@grafana/ui": "^13.0.1",
|
|
65
|
+
"@mui/material": "6.5.0",
|
|
66
|
+
"@mui/system": "6.5.0",
|
|
67
|
+
"@parcel/transformer-svg-react": "2.16.4",
|
|
68
|
+
"@reduxjs/toolkit": "1.9.7",
|
|
69
|
+
"clsx": "1.2.1",
|
|
70
|
+
"har-to-k6": "0.14.15",
|
|
71
|
+
"lodash-es": "4.18.1",
|
|
72
|
+
"path-to-regexp": "6.3.0",
|
|
73
|
+
"react-redux": "7.2.9",
|
|
76
74
|
"react-sortablejs": "6.1.4",
|
|
77
|
-
"redux": "
|
|
75
|
+
"redux": "4.2.1"
|
|
78
76
|
},
|
|
79
77
|
"overrides": {
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"
|
|
78
|
+
"@babel/runtime": "7.29.2",
|
|
79
|
+
"micromatch": "4.0.8",
|
|
80
|
+
"braces": "3.0.3",
|
|
81
|
+
"express": {
|
|
82
|
+
"path-to-regexp": "0.1.13"
|
|
83
|
+
},
|
|
84
|
+
"word-wrap": "1.2.5",
|
|
85
|
+
"nanoid": "3.3.11",
|
|
86
|
+
"brace-expansion": "1.1.13",
|
|
87
|
+
"js-yaml": "4.1.1",
|
|
88
|
+
"tmp": "0.2.5",
|
|
89
|
+
"handlebars": "4.7.9",
|
|
90
|
+
"flatted": "3.4.2",
|
|
91
|
+
"immutable": "4.3.8",
|
|
92
|
+
"underscore": "1.13.8",
|
|
93
|
+
"lodash": "4.18.1",
|
|
94
|
+
"trim": "0.0.3",
|
|
95
|
+
"trim-newlines": "3.0.1",
|
|
96
|
+
"picomatch": "4.0.4",
|
|
97
|
+
"webpack-dev-middleware": "7.1.0",
|
|
98
|
+
"tar": "7.5.15",
|
|
99
|
+
"dompurify": "3.4.5",
|
|
100
|
+
"uuid": "11.1.1",
|
|
101
|
+
"serialize-javascript": "7.0.5"
|
|
87
102
|
},
|
|
88
103
|
"alias": {
|
|
89
104
|
"TestBuilder": "./src/TestBuilder"
|
|
@@ -109,7 +124,7 @@
|
|
|
109
124
|
],
|
|
110
125
|
"browserslist": {
|
|
111
126
|
"production": [
|
|
112
|
-
"node
|
|
127
|
+
"node 24"
|
|
113
128
|
],
|
|
114
129
|
"development": [
|
|
115
130
|
"last 1 chrome version",
|
|
@@ -117,6 +132,9 @@
|
|
|
117
132
|
"last 1 safari version"
|
|
118
133
|
]
|
|
119
134
|
},
|
|
135
|
+
"engines": {
|
|
136
|
+
"node": ">=24"
|
|
137
|
+
},
|
|
120
138
|
"isLibrary": true,
|
|
121
139
|
"prettier": {
|
|
122
140
|
"trailingComma": "es5",
|