@gooddata/sdk-ui-charts 11.54.0-alpha.6 → 11.54.0-alpha.7

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 +1 -1
  2. package/package.json +17 -17
package/NOTICE CHANGED
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
9
9
 
10
10
  Date generated: 2026-8-26
11
11
 
12
- Revision ID: 801e4736307fbb28cf5d9d0a6566fc45d596c003
12
+ Revision ID: 1f91513cf1dd868d5b0de66dfc1ea4e579f8a2d5
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "11.54.0-alpha.6",
3
+ "version": "11.54.0-alpha.7",
4
4
  "description": "GoodData.UI SDK - Charts",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -69,24 +69,24 @@
69
69
  "ts-invariant": "0.10.3",
70
70
  "tslib": "2.8.1",
71
71
  "uuid": "11.1.1",
72
- "@gooddata/sdk-backend-spi": "11.54.0-alpha.6",
73
- "@gooddata/sdk-model": "11.54.0-alpha.6",
74
- "@gooddata/sdk-ui": "11.54.0-alpha.6",
75
- "@gooddata/sdk-ui-kit": "11.54.0-alpha.6",
76
- "@gooddata/sdk-ui-theme-provider": "11.54.0-alpha.6",
77
- "@gooddata/sdk-ui-vis-commons": "11.54.0-alpha.6",
78
- "@gooddata/util": "11.54.0-alpha.6"
72
+ "@gooddata/sdk-backend-spi": "11.54.0-alpha.7",
73
+ "@gooddata/sdk-ui": "11.54.0-alpha.7",
74
+ "@gooddata/sdk-model": "11.54.0-alpha.7",
75
+ "@gooddata/sdk-ui-kit": "11.54.0-alpha.7",
76
+ "@gooddata/sdk-ui-theme-provider": "11.54.0-alpha.7",
77
+ "@gooddata/sdk-ui-vis-commons": "11.54.0-alpha.7",
78
+ "@gooddata/util": "11.54.0-alpha.7"
79
79
  },
80
80
  "devDependencies": {
81
- "@microsoft/api-documenter": "^7.17.0",
81
+ "@microsoft/api-documenter": "7.30.10",
82
82
  "@microsoft/api-extractor": "^7.55.2",
83
83
  "@testing-library/dom": "10.4.1",
84
84
  "@testing-library/react": "16.3.0",
85
85
  "@types/hoist-non-react-statics": "^3.3.1",
86
- "@types/js-yaml": "^4.0.9",
86
+ "@types/js-yaml": "4.0.9",
87
87
  "@types/lodash-es": "^4.17.12",
88
88
  "@types/node": "24.12.0",
89
- "@types/raf": "^3.4.0",
89
+ "@types/raf": "3.4.3",
90
90
  "@types/react": "19.1.11",
91
91
  "@types/react-dom": "19.1.7",
92
92
  "@types/react-measure": "2.0.12",
@@ -106,7 +106,7 @@
106
106
  "eslint-plugin-react": "7.37.5",
107
107
  "eslint-plugin-react-hooks": "5.2.0",
108
108
  "eslint-plugin-sonarjs": "3.0.6",
109
- "full-icu": "^1.3.0",
109
+ "full-icu": "1.6.0",
110
110
  "happy-dom": "20.9.0",
111
111
  "npm-run-all": "^4.1.5",
112
112
  "oxfmt": "0.52.0",
@@ -120,11 +120,11 @@
120
120
  "typescript": "5.9.3",
121
121
  "vitest": "4.1.8",
122
122
  "vitest-dom": "0.1.1",
123
- "@gooddata/eslint-config": "11.54.0-alpha.6",
124
- "@gooddata/oxlint-config": "11.54.0-alpha.6",
125
- "@gooddata/reference-workspace": "11.54.0-alpha.6",
126
- "@gooddata/sdk-backend-mockingbird": "11.54.0-alpha.6",
127
- "@gooddata/stylelint-config": "11.54.0-alpha.6"
123
+ "@gooddata/eslint-config": "11.54.0-alpha.7",
124
+ "@gooddata/oxlint-config": "11.54.0-alpha.7",
125
+ "@gooddata/reference-workspace": "11.54.0-alpha.7",
126
+ "@gooddata/sdk-backend-mockingbird": "11.54.0-alpha.7",
127
+ "@gooddata/stylelint-config": "11.54.0-alpha.7"
128
128
  },
129
129
  "peerDependencies": {
130
130
  "react": "^18.0.0 || ^19.0.0",