@gooddata/sdk-ui-charts 10.16.0-alpha.9 → 10.17.0-alpha.0

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 +9 -9
  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-11-18
10
+ Date generated: 2024-11-28
11
11
 
12
- Revision ID: f1e4e63b2d30372409b2f2d6f3e4d12f2170ec3c
12
+ Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -330,7 +330,7 @@ Revision ID: f1e4e63b2d30372409b2f2d6f3e4d12f2170ec3c
330
330
  - cache-parser (1.2.4) [MIT]
331
331
  - call-bind (1.0.5) [MIT]
332
332
  - callsites (3.1.0) [MIT]
333
- - caniuse-lite (1.0.30001680) [CC-BY-4.0]
333
+ - caniuse-lite (1.0.30001684) [CC-BY-4.0]
334
334
  - ccount (2.0.1) [MIT]
335
335
  - chai (4.3.10) [MIT]
336
336
  - chalk (4.1.2) [MIT]
@@ -422,7 +422,7 @@ Revision ID: f1e4e63b2d30372409b2f2d6f3e4d12f2170ec3c
422
422
  - earcut (2.2.4) [ISC]
423
423
  - eastasianwidth (0.2.0) [MIT]
424
424
  - ee-first (1.1.1) [MIT]
425
- - electron-to-chromium (1.5.62) [ISC]
425
+ - electron-to-chromium (1.5.66) [ISC]
426
426
  - emoji-regex (8.0.0) [MIT]
427
427
  - emoji-regex (9.2.2) [MIT]
428
428
  - encodeurl (1.0.2) [MIT]
@@ -12544,9 +12544,9 @@ SOFTWARE.
12544
12544
 
12545
12545
 
12546
12546
  --------------------------------------------------------------------------------
12547
- Package Title: caniuse-lite (1.0.30001680)
12547
+ Package Title: caniuse-lite (1.0.30001684)
12548
12548
 
12549
- Package Locator: npm+caniuse-lite$1.0.30001680
12549
+ Package Locator: npm+caniuse-lite$1.0.30001684
12550
12550
 
12551
12551
  Package Depth: Transitive
12552
12552
  --------------------------------------------------------------------------------
@@ -16063,9 +16063,9 @@ THE SOFTWARE.
16063
16063
 
16064
16064
 
16065
16065
  --------------------------------------------------------------------------------
16066
- Package Title: electron-to-chromium (1.5.62)
16066
+ Package Title: electron-to-chromium (1.5.66)
16067
16067
 
16068
- Package Locator: npm+electron-to-chromium$1.5.62
16068
+ Package Locator: npm+electron-to-chromium$1.5.66
16069
16069
 
16070
16070
  Package Depth: Transitive
16071
16071
  --------------------------------------------------------------------------------
@@ -71248,4 +71248,4 @@ POSSIBILITY OF SUCH DAMAGE.
71248
71248
  --------------------------------------------------------------------------------
71249
71249
  --------------------------------------------------------------------------------
71250
71250
 
71251
- Report Generated by FOSSA on 2024-11-18
71251
+ Report Generated by FOSSA on 2024-11-28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "10.16.0-alpha.9",
3
+ "version": "10.17.0-alpha.0",
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-model": "10.16.0-alpha.9",
71
- "@gooddata/sdk-backend-spi": "10.16.0-alpha.9",
72
- "@gooddata/sdk-ui": "10.16.0-alpha.9",
73
- "@gooddata/sdk-ui-theme-provider": "10.16.0-alpha.9",
74
- "@gooddata/sdk-ui-vis-commons": "10.16.0-alpha.9",
75
- "@gooddata/sdk-ui-kit": "10.16.0-alpha.9",
76
- "@gooddata/util": "10.16.0-alpha.9"
70
+ "@gooddata/sdk-backend-spi": "10.17.0-alpha.0",
71
+ "@gooddata/sdk-model": "10.17.0-alpha.0",
72
+ "@gooddata/sdk-ui": "10.17.0-alpha.0",
73
+ "@gooddata/sdk-ui-kit": "10.17.0-alpha.0",
74
+ "@gooddata/sdk-ui-theme-provider": "10.17.0-alpha.0",
75
+ "@gooddata/sdk-ui-vis-commons": "10.17.0-alpha.0",
76
+ "@gooddata/util": "10.17.0-alpha.0"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -123,8 +123,8 @@
123
123
  "typescript": "5.3.3",
124
124
  "vitest": "1.0.4",
125
125
  "vitest-dom": "0.1.1",
126
- "@gooddata/reference-workspace": "10.16.0-alpha.9",
127
- "@gooddata/sdk-backend-mockingbird": "10.16.0-alpha.9"
126
+ "@gooddata/reference-workspace": "10.17.0-alpha.0",
127
+ "@gooddata/sdk-backend-mockingbird": "10.17.0-alpha.0"
128
128
  },
129
129
  "scripts": {
130
130
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",