@gooddata/sdk-ui-charts 10.17.0-beta.0 → 10.18.0-alpha.1

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: 2024-12-12
10
+ Date generated: 2024-12-11
11
11
 
12
- Revision ID: 122ea873a7d2a0677994b41a1dd27ad5eee0f954
12
+ Revision ID: aa9a7bc89047d6aca5adad2e425b559628b1cbf2
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -72561,4 +72561,4 @@ POSSIBILITY OF SUCH DAMAGE.
72561
72561
  --------------------------------------------------------------------------------
72562
72562
  --------------------------------------------------------------------------------
72563
72563
 
72564
- Report Generated by FOSSA on 2024-12-12
72564
+ Report Generated by FOSSA on 2024-12-11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "10.17.0-beta.0",
3
+ "version": "10.18.0-alpha.1",
4
4
  "description": "GoodData.UI SDK - Charts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -68,13 +68,13 @@
68
68
  "ts-invariant": "^0.7.5",
69
69
  "tslib": "^2.5.0",
70
70
  "uuid": "^8.3.2",
71
- "@gooddata/sdk-backend-spi": "10.17.0-beta.0",
72
- "@gooddata/sdk-model": "10.17.0-beta.0",
73
- "@gooddata/sdk-ui": "10.17.0-beta.0",
74
- "@gooddata/sdk-ui-kit": "10.17.0-beta.0",
75
- "@gooddata/sdk-ui-vis-commons": "10.17.0-beta.0",
76
- "@gooddata/sdk-ui-theme-provider": "10.17.0-beta.0",
77
- "@gooddata/util": "10.17.0-beta.0"
71
+ "@gooddata/sdk-backend-spi": "10.18.0-alpha.1",
72
+ "@gooddata/sdk-ui": "10.18.0-alpha.1",
73
+ "@gooddata/sdk-model": "10.18.0-alpha.1",
74
+ "@gooddata/sdk-ui-kit": "10.18.0-alpha.1",
75
+ "@gooddata/sdk-ui-theme-provider": "10.18.0-alpha.1",
76
+ "@gooddata/sdk-ui-vis-commons": "10.18.0-alpha.1",
77
+ "@gooddata/util": "10.18.0-alpha.1"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -125,8 +125,8 @@
125
125
  "vitest": "1.0.4",
126
126
  "vitest-dom": "0.1.1",
127
127
  "@types/js-yaml": "^4.0.9",
128
- "@gooddata/reference-workspace": "10.17.0-beta.0",
129
- "@gooddata/sdk-backend-mockingbird": "10.17.0-beta.0"
128
+ "@gooddata/reference-workspace": "10.18.0-alpha.1",
129
+ "@gooddata/sdk-backend-mockingbird": "10.18.0-alpha.1"
130
130
  },
131
131
  "scripts": {
132
132
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",