@gooddata/sdk-ui-charts 11.18.0-alpha.0 → 11.18.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 +12 -11
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: 2026-1-
|
|
10
|
+
Date generated: 2026-1-22
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: bcedf8141f2aef2ca802ed866411f30136db106d
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -35381,4 +35381,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
35381
35381
|
--------------------------------------------------------------------------------
|
|
35382
35382
|
--------------------------------------------------------------------------------
|
|
35383
35383
|
|
|
35384
|
-
Report Generated by FOSSA on 2026-1-
|
|
35384
|
+
Report Generated by FOSSA on 2026-1-22
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
|
3
|
-
"version": "11.18.0-alpha.
|
|
3
|
+
"version": "11.18.0-alpha.2",
|
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"ts-invariant": "^0.7.5",
|
|
70
70
|
"tslib": "2.8.1",
|
|
71
71
|
"uuid": "^11.1.0",
|
|
72
|
-
"@gooddata/sdk-backend-spi": "11.18.0-alpha.
|
|
73
|
-
"@gooddata/sdk-model": "11.18.0-alpha.
|
|
74
|
-
"@gooddata/sdk-ui": "11.18.0-alpha.
|
|
75
|
-
"@gooddata/sdk-ui-
|
|
76
|
-
"@gooddata/sdk-ui-
|
|
77
|
-
"@gooddata/sdk-ui-vis-commons": "11.18.0-alpha.
|
|
78
|
-
"@gooddata/util": "11.18.0-alpha.
|
|
72
|
+
"@gooddata/sdk-backend-spi": "11.18.0-alpha.2",
|
|
73
|
+
"@gooddata/sdk-model": "11.18.0-alpha.2",
|
|
74
|
+
"@gooddata/sdk-ui": "11.18.0-alpha.2",
|
|
75
|
+
"@gooddata/sdk-ui-theme-provider": "11.18.0-alpha.2",
|
|
76
|
+
"@gooddata/sdk-ui-kit": "11.18.0-alpha.2",
|
|
77
|
+
"@gooddata/sdk-ui-vis-commons": "11.18.0-alpha.2",
|
|
78
|
+
"@gooddata/util": "11.18.0-alpha.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"eslint-plugin-header": "3.1.1",
|
|
102
102
|
"eslint-plugin-import": "2.32.0",
|
|
103
103
|
"eslint-plugin-import-esm": "1.2.1",
|
|
104
|
+
"eslint-plugin-jsdoc": "62.1.0",
|
|
104
105
|
"eslint-plugin-no-only-tests": "2.6.0",
|
|
105
106
|
"eslint-plugin-prettier": "5.5.4",
|
|
106
107
|
"eslint-plugin-react": "7.37.5",
|
|
@@ -121,9 +122,9 @@
|
|
|
121
122
|
"typescript": "5.9.3",
|
|
122
123
|
"vitest": "4.0.8",
|
|
123
124
|
"vitest-dom": "0.1.1",
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/sdk-backend-mockingbird": "11.18.0-alpha.
|
|
125
|
+
"@gooddata/reference-workspace": "11.18.0-alpha.2",
|
|
126
|
+
"@gooddata/eslint-config": "11.18.0-alpha.2",
|
|
127
|
+
"@gooddata/sdk-backend-mockingbird": "11.18.0-alpha.2"
|
|
127
128
|
},
|
|
128
129
|
"peerDependencies": {
|
|
129
130
|
"react": "^18.0.0 || ^19.0.0",
|