@gooddata/sdk-ui-charts 10.27.0 → 10.28.0-alpha.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.
- package/NOTICE +2 -2
- package/package.json +10 -10
package/NOTICE
CHANGED
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
|
|
9
9
|
|
10
10
|
Date generated: 2025-5-16
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: 7d7cfb972facc43e61db5b2af4b9a96537c5379b
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
@@ -6177,7 +6177,7 @@ Package Title: @codemirror/autocomplete (6.18.6)
|
|
6177
6177
|
|
6178
6178
|
Package Locator: npm+@codemirror/autocomplete$6.18.6
|
6179
6179
|
|
6180
|
-
Package Depth:
|
6180
|
+
Package Depth: Direct
|
6181
6181
|
--------------------------------------------------------------------------------
|
6182
6182
|
|
6183
6183
|
* Declared Licenses *
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.28.0-alpha.1",
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -67,13 +67,13 @@
|
|
67
67
|
"ts-invariant": "^0.7.5",
|
68
68
|
"tslib": "^2.5.0",
|
69
69
|
"uuid": "^8.3.2",
|
70
|
-
"@gooddata/sdk-
|
71
|
-
"@gooddata/sdk-
|
72
|
-
"@gooddata/sdk-ui
|
73
|
-
"@gooddata/sdk-
|
74
|
-
"@gooddata/sdk-ui-theme-provider": "10.
|
75
|
-
"@gooddata/sdk-ui-vis-commons": "10.
|
76
|
-
"@gooddata/util": "10.
|
70
|
+
"@gooddata/sdk-model": "10.28.0-alpha.1",
|
71
|
+
"@gooddata/sdk-backend-spi": "10.28.0-alpha.1",
|
72
|
+
"@gooddata/sdk-ui": "10.28.0-alpha.1",
|
73
|
+
"@gooddata/sdk-ui-kit": "10.28.0-alpha.1",
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "10.28.0-alpha.1",
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "10.28.0-alpha.1",
|
76
|
+
"@gooddata/util": "10.28.0-alpha.1"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -124,8 +124,8 @@
|
|
124
124
|
"vitest": "3.0.8",
|
125
125
|
"vitest-dom": "0.1.1",
|
126
126
|
"@types/js-yaml": "^4.0.9",
|
127
|
-
"@gooddata/reference-workspace": "10.
|
128
|
-
"@gooddata/sdk-backend-mockingbird": "10.
|
127
|
+
"@gooddata/reference-workspace": "10.28.0-alpha.1",
|
128
|
+
"@gooddata/sdk-backend-mockingbird": "10.28.0-alpha.1"
|
129
129
|
},
|
130
130
|
"scripts": {
|
131
131
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|