@gooddata/sdk-ui-charts 10.36.0-alpha.7 → 10.36.0-alpha.9

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 +3 -3
  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-23
10
+ Date generated: 2025-7-28
11
11
 
12
- Revision ID: d5a90c8abf7ea2e0b6fb31d6c9f2861e8f740856
12
+ Revision ID: 1dd5af771f00f9897a8dda4eece03e4dd02a926c
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -85771,4 +85771,4 @@ POSSIBILITY OF SUCH DAMAGE.
85771
85771
  --------------------------------------------------------------------------------
85772
85772
  --------------------------------------------------------------------------------
85773
85773
 
85774
- Report Generated by FOSSA on 2025-7-23
85774
+ Report Generated by FOSSA on 2025-7-28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "10.36.0-alpha.7",
3
+ "version": "10.36.0-alpha.9",
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.8.1",
69
69
  "uuid": "^8.3.2",
70
- "@gooddata/sdk-backend-spi": "10.36.0-alpha.7",
71
- "@gooddata/sdk-ui": "10.36.0-alpha.7",
72
- "@gooddata/sdk-model": "10.36.0-alpha.7",
73
- "@gooddata/sdk-ui-kit": "10.36.0-alpha.7",
74
- "@gooddata/sdk-ui-theme-provider": "10.36.0-alpha.7",
75
- "@gooddata/sdk-ui-vis-commons": "10.36.0-alpha.7",
76
- "@gooddata/util": "10.36.0-alpha.7"
70
+ "@gooddata/sdk-backend-spi": "10.36.0-alpha.9",
71
+ "@gooddata/sdk-ui": "10.36.0-alpha.9",
72
+ "@gooddata/sdk-model": "10.36.0-alpha.9",
73
+ "@gooddata/sdk-ui-kit": "10.36.0-alpha.9",
74
+ "@gooddata/sdk-ui-theme-provider": "10.36.0-alpha.9",
75
+ "@gooddata/sdk-ui-vis-commons": "10.36.0-alpha.9",
76
+ "@gooddata/util": "10.36.0-alpha.9"
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.2.4",
126
126
  "vitest-dom": "0.1.1",
127
127
  "@types/js-yaml": "^4.0.9",
128
- "@gooddata/reference-workspace": "10.36.0-alpha.7",
129
- "@gooddata/sdk-backend-mockingbird": "10.36.0-alpha.7"
128
+ "@gooddata/sdk-backend-mockingbird": "10.36.0-alpha.9",
129
+ "@gooddata/reference-workspace": "10.36.0-alpha.9"
130
130
  },
131
131
  "scripts": {
132
132
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",