@gooddata/sdk-ui-kit 11.22.0-alpha.4 → 11.22.0-alpha.6
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 +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-kit",
|
|
3
|
-
"version": "11.22.0-alpha.
|
|
3
|
+
"version": "11.22.0-alpha.6",
|
|
4
4
|
"description": "GoodData SDK - UI Building Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"./src/*": "./src/*"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aaronhayes/react-use-hubspot-form": "
|
|
40
|
-
"@codemirror/autocomplete": "
|
|
41
|
-
"@codemirror/commands": "
|
|
42
|
-
"@codemirror/language": "
|
|
43
|
-
"@codemirror/state": "
|
|
44
|
-
"@codemirror/view": "
|
|
39
|
+
"@aaronhayes/react-use-hubspot-form": "2.1.2",
|
|
40
|
+
"@codemirror/autocomplete": "6.20.0",
|
|
41
|
+
"@codemirror/commands": "6.10.1",
|
|
42
|
+
"@codemirror/language": "6.12.1",
|
|
43
|
+
"@codemirror/state": "6.5.3",
|
|
44
|
+
"@codemirror/view": "6.39.10",
|
|
45
45
|
"@floating-ui/dom": "1.6.13",
|
|
46
46
|
"@floating-ui/react": "~0.27.12",
|
|
47
47
|
"@floating-ui/react-dom": "2.1.2",
|
|
@@ -50,53 +50,53 @@
|
|
|
50
50
|
"@tanstack/react-virtual": "^3.11.1",
|
|
51
51
|
"@types/mdast": "^4.0.4",
|
|
52
52
|
"@types/unist": "^3.0.3",
|
|
53
|
-
"classnames": "
|
|
53
|
+
"classnames": "2.5.1",
|
|
54
54
|
"copy-to-clipboard": "^3.3.3",
|
|
55
55
|
"cron-parser": "^5.1.1",
|
|
56
|
-
"date-fns": "
|
|
56
|
+
"date-fns": "4.1.0",
|
|
57
57
|
"date-fns-tz": "^3.2.0",
|
|
58
58
|
"debounce-promise": "^3.1.2",
|
|
59
59
|
"default-import": "1.1.5",
|
|
60
|
-
"fixed-data-table-2": "
|
|
60
|
+
"fixed-data-table-2": "2.0.22",
|
|
61
61
|
"lodash-es": "^4.17.23",
|
|
62
62
|
"moment": "^2.29.4",
|
|
63
63
|
"react-content-loader": "^7.1.1",
|
|
64
64
|
"react-day-picker": "9.9.0",
|
|
65
65
|
"react-fast-compare": "^3.2.0",
|
|
66
66
|
"react-intl": "7.1.11",
|
|
67
|
-
"react-loading-skeleton": "
|
|
67
|
+
"react-loading-skeleton": "3.5.0",
|
|
68
68
|
"react-markdown": "^10.1.0",
|
|
69
69
|
"react-measure": "^2.5.2",
|
|
70
70
|
"react-portal": "^4.3.0",
|
|
71
71
|
"react-responsive": "^10.0.1",
|
|
72
|
-
"react-select": "
|
|
72
|
+
"react-select": "5.10.2",
|
|
73
73
|
"react-textarea-autosize": "8.5.6",
|
|
74
74
|
"tinycolor2": "^1.4.2",
|
|
75
|
-
"ts-invariant": "
|
|
75
|
+
"ts-invariant": "0.10.3",
|
|
76
76
|
"tslib": "2.8.1",
|
|
77
77
|
"unified": "^11.0.5",
|
|
78
|
-
"uuid": "
|
|
79
|
-
"@gooddata/sdk-model": "11.22.0-alpha.
|
|
80
|
-
"@gooddata/sdk-backend-spi": "11.22.0-alpha.
|
|
81
|
-
"@gooddata/sdk-ui": "11.22.0-alpha.
|
|
82
|
-
"@gooddata/sdk-ui-theme-provider": "11.22.0-alpha.
|
|
83
|
-
"@gooddata/util": "11.22.0-alpha.
|
|
78
|
+
"uuid": "11.1.0",
|
|
79
|
+
"@gooddata/sdk-model": "11.22.0-alpha.6",
|
|
80
|
+
"@gooddata/sdk-backend-spi": "11.22.0-alpha.6",
|
|
81
|
+
"@gooddata/sdk-ui": "11.22.0-alpha.6",
|
|
82
|
+
"@gooddata/sdk-ui-theme-provider": "11.22.0-alpha.6",
|
|
83
|
+
"@gooddata/util": "11.22.0-alpha.6"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@microsoft/api-documenter": "^7.17.0",
|
|
87
87
|
"@microsoft/api-extractor": "^7.55.2",
|
|
88
88
|
"@testing-library/dom": "10.4.1",
|
|
89
89
|
"@testing-library/react": "16.3.0",
|
|
90
|
-
"@testing-library/user-event": "
|
|
90
|
+
"@testing-library/user-event": "14.6.1",
|
|
91
91
|
"@types/debounce-promise": "^3.1.4",
|
|
92
92
|
"@types/kefir": "^3.8.5",
|
|
93
93
|
"@types/lodash-es": "^4.17.12",
|
|
94
|
-
"@types/node": "
|
|
94
|
+
"@types/node": "22.13.0",
|
|
95
95
|
"@types/raf": "^3.4.0",
|
|
96
96
|
"@types/react": "19.1.11",
|
|
97
97
|
"@types/react-dom": "19.1.7",
|
|
98
|
-
"@types/react-measure": "
|
|
99
|
-
"@types/react-portal": "
|
|
98
|
+
"@types/react-measure": "2.0.12",
|
|
99
|
+
"@types/react-portal": "4.0.7",
|
|
100
100
|
"@types/tinycolor2": "^1.4.2",
|
|
101
101
|
"@typescript-eslint/eslint-plugin": "8.52.0",
|
|
102
102
|
"@typescript-eslint/parser": "8.52.0",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"oxfmt": "0.27.0",
|
|
121
121
|
"oxlint": "^1.43.0",
|
|
122
122
|
"oxlint-tsgolint": "0.11.4",
|
|
123
|
-
"raf": "
|
|
123
|
+
"raf": "3.4.1",
|
|
124
124
|
"react": "19.1.1",
|
|
125
125
|
"react-dom": "19.1.1",
|
|
126
126
|
"sass": "1.70.0",
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
"typescript": "5.9.3",
|
|
130
130
|
"vitest": "4.0.8",
|
|
131
131
|
"vitest-dom": "0.1.1",
|
|
132
|
-
"@gooddata/eslint-config": "11.22.0-alpha.
|
|
133
|
-
"@gooddata/oxlint-config": "11.22.0-alpha.
|
|
134
|
-
"@gooddata/reference-workspace": "11.22.0-alpha.
|
|
135
|
-
"@gooddata/sdk-backend-mockingbird": "11.22.0-alpha.
|
|
136
|
-
"@gooddata/stylelint-config": "11.22.0-alpha.
|
|
132
|
+
"@gooddata/eslint-config": "11.22.0-alpha.6",
|
|
133
|
+
"@gooddata/oxlint-config": "11.22.0-alpha.6",
|
|
134
|
+
"@gooddata/reference-workspace": "11.22.0-alpha.6",
|
|
135
|
+
"@gooddata/sdk-backend-mockingbird": "11.22.0-alpha.6",
|
|
136
|
+
"@gooddata/stylelint-config": "11.22.0-alpha.6"
|
|
137
137
|
},
|
|
138
138
|
"peerDependencies": {
|
|
139
139
|
"react": "^18.0.0 || ^19.0.0",
|