@grafana/k6-test-builder 0.8.25 → 0.9.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.
Files changed (4) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/dist/index.js +3936 -3861
  3. package/dist/module.js +3918 -3843
  4. package/package.json +23 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/k6-test-builder",
3
- "version": "0.8.25",
3
+ "version": "0.9.1",
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
- "@material-ui/core": "^4.12.4",
18
- "@material-ui/lab": "^4.0.0-alpha.61",
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",
@@ -32,46 +34,46 @@
32
34
  "@types/jest": "^27.5.2",
33
35
  "@types/lodash-es": "^4.17.6",
34
36
  "@types/node": "^16.11.59",
35
- "@types/react": "^16.14.32",
36
- "@types/react-custom-scrollbars": "^4.0.10",
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.15",
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.4.1",
46
+ "prettier": "2.8.8",
46
47
  "process": "^0.11.10",
47
- "react": "^16.14.0",
48
- "react-dom": "^16.14.0",
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.6.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": ">= 16.14.0",
59
- "react-dom": ">= 16.14.0",
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
- "@material-ui/core": "^4.12.4",
65
- "@material-ui/lab": "^4.0.0-alpha.61",
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.12",
70
- "lodash-es": "^4.17.20",
72
+ "har-to-k6": "^0.14.13",
73
+ "lodash-es": "^4.17.23",
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.1",
76
+ "react-sortablejs": "6.1.4",
75
77
  "redux": "^4.0.5"
76
78
  },
77
79
  "overrides": {
@@ -107,7 +109,7 @@
107
109
  ],
108
110
  "browserslist": {
109
111
  "production": [
110
- "node 16"
112
+ "node 18"
111
113
  ],
112
114
  "development": [
113
115
  "last 1 chrome version",