@gooddata/sdk-ui-charts 10.33.0-alpha.19 → 10.33.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.
Files changed (2) hide show
  1. package/NOTICE +7 -7
  2. 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-7-2
10
+ Date generated: 2025-6-26
11
11
 
12
- Revision ID: 9ec69f4c9667f71d6f4dcae29ca686d66130c816
12
+ Revision ID: 2ed1e7653fddc3e0296fd015f45590ea238d6c2d
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -834,7 +834,7 @@ Revision ID: 9ec69f4c9667f71d6f4dcae29ca686d66130c816
834
834
  - react-markdown (9.0.1) [MIT]
835
835
  - react-measure (2.5.2) [MIT]
836
836
  - react-native-listener (1.1.0) [MIT, Apache-2.0]
837
- - react-portal (4.3.0) [MIT]
837
+ - react-portal (4.2.2) [MIT]
838
838
  - react-redux (8.1.3) [MIT]
839
839
  - react-responsive (10.0.1) [MIT, BSD-3-Clause]
840
840
  - react-select (5.7.3) [MIT]
@@ -38645,9 +38645,9 @@ Authors: rasmussenerik@gmail.com
38645
38645
  Package Download URL: https://registry.npmjs.org/react-native-listener/-/react-native-listener-1.1.0.tgz
38646
38646
 
38647
38647
  --------------------------------------------------------------------------------
38648
- Package Title: react-portal (4.3.0)
38648
+ Package Title: react-portal (4.2.2)
38649
38649
 
38650
- Package Locator: npm+react-portal$4.3.0
38650
+ Package Locator: npm+react-portal$4.2.2
38651
38651
 
38652
38652
  Package Depth: Direct
38653
38653
  --------------------------------------------------------------------------------
@@ -38684,7 +38684,7 @@ SOFTWARE.
38684
38684
 
38685
38685
  Authors: vojtech@miksu.cz
38686
38686
 
38687
- Package Download URL: https://registry.npmjs.org/react-portal/-/react-portal-4.3.0.tgz
38687
+ Package Download URL: https://registry.npmjs.org/react-portal/-/react-portal-4.2.2.tgz
38688
38688
 
38689
38689
  --------------------------------------------------------------------------------
38690
38690
  Package Title: react-redux (8.1.3)
@@ -83824,4 +83824,4 @@ POSSIBILITY OF SUCH DAMAGE.
83824
83824
  --------------------------------------------------------------------------------
83825
83825
  --------------------------------------------------------------------------------
83826
83826
 
83827
- Report Generated by FOSSA on 2025-7-2
83827
+ Report Generated by FOSSA on 2025-6-26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "10.33.0-alpha.19",
3
+ "version": "10.33.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-backend-spi": "10.33.0-alpha.19",
71
- "@gooddata/sdk-model": "10.33.0-alpha.19",
72
- "@gooddata/sdk-ui-kit": "10.33.0-alpha.19",
73
- "@gooddata/sdk-ui-theme-provider": "10.33.0-alpha.19",
74
- "@gooddata/sdk-ui": "10.33.0-alpha.19",
75
- "@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.19",
76
- "@gooddata/util": "10.33.0-alpha.19"
70
+ "@gooddata/sdk-backend-spi": "10.33.0-alpha.2",
71
+ "@gooddata/sdk-ui": "10.33.0-alpha.2",
72
+ "@gooddata/sdk-ui-kit": "10.33.0-alpha.2",
73
+ "@gooddata/sdk-model": "10.33.0-alpha.2",
74
+ "@gooddata/sdk-ui-theme-provider": "10.33.0-alpha.2",
75
+ "@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.2",
76
+ "@gooddata/util": "10.33.0-alpha.2"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -125,8 +125,8 @@
125
125
  "vitest": "3.0.8",
126
126
  "vitest-dom": "0.1.1",
127
127
  "@types/js-yaml": "^4.0.9",
128
- "@gooddata/reference-workspace": "10.33.0-alpha.19",
129
- "@gooddata/sdk-backend-mockingbird": "10.33.0-alpha.19"
128
+ "@gooddata/reference-workspace": "10.33.0-alpha.2",
129
+ "@gooddata/sdk-backend-mockingbird": "10.33.0-alpha.2"
130
130
  },
131
131
  "scripts": {
132
132
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",