@gooddata/sdk-ui-charts 10.33.0-alpha.37 → 10.33.0-alpha.38

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 +5 -5
  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-3
10
+ Date generated: 2025-7-4
11
11
 
12
- Revision ID: 06fbd0766ab27a2890498d0542ef1abdc4cab936
12
+ Revision ID: 99fcf48ee248b280bfa269393bbe34e6163ba3f8
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -12792,7 +12792,7 @@ Package Title: @types/react-transition-group (4.4.10)
12792
12792
 
12793
12793
  Package Locator: npm+@types/react-transition-group$4.4.10
12794
12794
 
12795
- Package Depth: Direct
12795
+ Package Depth: Transitive
12796
12796
  --------------------------------------------------------------------------------
12797
12797
 
12798
12798
  * Declared Licenses *
@@ -33708,7 +33708,7 @@ Package Title: react-transition-group (4.4.5)
33708
33708
 
33709
33709
  Package Locator: npm+react-transition-group$4.4.5
33710
33710
 
33711
- Package Depth: Direct
33711
+ Package Depth: Transitive
33712
33712
  --------------------------------------------------------------------------------
33713
33713
 
33714
33714
  * Declared Licenses *
@@ -74556,4 +74556,4 @@ POSSIBILITY OF SUCH DAMAGE.
74556
74556
  --------------------------------------------------------------------------------
74557
74557
  --------------------------------------------------------------------------------
74558
74558
 
74559
- Report Generated by FOSSA on 2025-7-3
74559
+ Report Generated by FOSSA on 2025-7-4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "10.33.0-alpha.37",
3
+ "version": "10.33.0-alpha.38",
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.37",
71
- "@gooddata/sdk-ui": "10.33.0-alpha.37",
72
- "@gooddata/sdk-model": "10.33.0-alpha.37",
73
- "@gooddata/sdk-ui-theme-provider": "10.33.0-alpha.37",
74
- "@gooddata/sdk-ui-kit": "10.33.0-alpha.37",
75
- "@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.37",
76
- "@gooddata/util": "10.33.0-alpha.37"
70
+ "@gooddata/sdk-backend-spi": "10.33.0-alpha.38",
71
+ "@gooddata/sdk-model": "10.33.0-alpha.38",
72
+ "@gooddata/sdk-ui": "10.33.0-alpha.38",
73
+ "@gooddata/sdk-ui-kit": "10.33.0-alpha.38",
74
+ "@gooddata/sdk-ui-theme-provider": "10.33.0-alpha.38",
75
+ "@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.38",
76
+ "@gooddata/util": "10.33.0-alpha.38"
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.37",
129
- "@gooddata/sdk-backend-mockingbird": "10.33.0-alpha.37"
128
+ "@gooddata/reference-workspace": "10.33.0-alpha.38",
129
+ "@gooddata/sdk-backend-mockingbird": "10.33.0-alpha.38"
130
130
  },
131
131
  "scripts": {
132
132
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",