@gooddata/sdk-ui-charts 10.26.0-alpha.1 → 10.26.0-alpha.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/NOTICE +3 -3
- package/package.json +10 -10
package/NOTICE
CHANGED
@@ -7,9 +7,9 @@
|
|
7
7
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
9
9
|
|
10
|
-
Date generated: 2025-4-
|
10
|
+
Date generated: 2025-4-17
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: 6055f5fc683ea84a3f3f4076a958396a85df4c5f
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
@@ -74957,4 +74957,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
74957
74957
|
--------------------------------------------------------------------------------
|
74958
74958
|
--------------------------------------------------------------------------------
|
74959
74959
|
|
74960
|
-
Report Generated by FOSSA on 2025-4-
|
74960
|
+
Report Generated by FOSSA on 2025-4-17
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
3
|
-
"version": "10.26.0-alpha.
|
3
|
+
"version": "10.26.0-alpha.2",
|
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-model": "10.26.0-alpha.
|
71
|
-
"@gooddata/sdk-backend-spi": "10.26.0-alpha.
|
72
|
-
"@gooddata/sdk-ui
|
73
|
-
"@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.
|
74
|
-
"@gooddata/sdk-ui": "10.26.0-alpha.
|
75
|
-
"@gooddata/sdk-ui-vis-commons": "10.26.0-alpha.
|
76
|
-
"@gooddata/util": "10.26.0-alpha.
|
70
|
+
"@gooddata/sdk-model": "10.26.0-alpha.2",
|
71
|
+
"@gooddata/sdk-backend-spi": "10.26.0-alpha.2",
|
72
|
+
"@gooddata/sdk-ui": "10.26.0-alpha.2",
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.2",
|
74
|
+
"@gooddata/sdk-ui-kit": "10.26.0-alpha.2",
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "10.26.0-alpha.2",
|
76
|
+
"@gooddata/util": "10.26.0-alpha.2"
|
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/
|
128
|
-
"@gooddata/
|
127
|
+
"@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.2",
|
128
|
+
"@gooddata/reference-workspace": "10.26.0-alpha.2"
|
129
129
|
},
|
130
130
|
"scripts": {
|
131
131
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|