@gooddata/sdk-ui-charts 11.54.0 → 11.55.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 +18 -18
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: 2026-8-26
10
+ Date generated: 2026-8-27
11
11
 
12
- Revision ID: 1f91513cf1dd868d5b0de66dfc1ea4e579f8a2d5
12
+ Revision ID: 2d4dd1846781c3124e28a8a9cc900e7a1b2df31e
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -105732,4 +105732,4 @@ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
105732
105732
  --------------------------------------------------------------------------------
105733
105733
  --------------------------------------------------------------------------------
105734
105734
 
105735
- Report Generated by FOSSA on 2026-8-26
105735
+ Report Generated by FOSSA on 2026-8-27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "11.54.0",
3
+ "version": "11.55.0-alpha.1",
4
4
  "description": "GoodData.UI SDK - Charts",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -69,22 +69,22 @@
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",
73
- "@gooddata/sdk-ui": "11.54.0",
74
- "@gooddata/sdk-model": "11.54.0",
75
- "@gooddata/sdk-ui-kit": "11.54.0",
76
- "@gooddata/sdk-ui-theme-provider": "11.54.0",
77
- "@gooddata/sdk-ui-vis-commons": "11.54.0",
78
- "@gooddata/util": "11.54.0"
72
+ "@gooddata/sdk-backend-spi": "11.55.0-alpha.1",
73
+ "@gooddata/sdk-model": "11.55.0-alpha.1",
74
+ "@gooddata/sdk-ui": "11.55.0-alpha.1",
75
+ "@gooddata/sdk-ui-kit": "11.55.0-alpha.1",
76
+ "@gooddata/sdk-ui-theme-provider": "11.55.0-alpha.1",
77
+ "@gooddata/sdk-ui-vis-commons": "11.55.0-alpha.1",
78
+ "@gooddata/util": "11.55.0-alpha.1"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@microsoft/api-documenter": "7.30.10",
82
- "@microsoft/api-extractor": "^7.55.2",
82
+ "@microsoft/api-extractor": "7.58.12",
83
83
  "@testing-library/dom": "10.4.1",
84
84
  "@testing-library/react": "16.3.0",
85
- "@types/hoist-non-react-statics": "^3.3.1",
85
+ "@types/hoist-non-react-statics": "3.3.7",
86
86
  "@types/js-yaml": "4.0.9",
87
- "@types/lodash-es": "^4.17.12",
87
+ "@types/lodash-es": "4.17.12",
88
88
  "@types/node": "24.12.0",
89
89
  "@types/raf": "3.4.3",
90
90
  "@types/react": "19.1.11",
@@ -108,7 +108,7 @@
108
108
  "eslint-plugin-sonarjs": "3.0.6",
109
109
  "full-icu": "1.6.0",
110
110
  "happy-dom": "20.9.0",
111
- "npm-run-all": "^4.1.5",
111
+ "npm-run-all": "4.1.5",
112
112
  "oxfmt": "0.52.0",
113
113
  "oxlint": "1.51.0",
114
114
  "oxlint-tsgolint": "0.15.0",
@@ -116,15 +116,15 @@
116
116
  "react": "19.1.1",
117
117
  "react-dom": "19.1.1",
118
118
  "sass": "1.70.0",
119
- "stylelint": "^16.26.1",
119
+ "stylelint": "16.26.1",
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",
124
- "@gooddata/oxlint-config": "11.54.0",
125
- "@gooddata/reference-workspace": "11.54.0",
126
- "@gooddata/sdk-backend-mockingbird": "11.54.0",
127
- "@gooddata/stylelint-config": "11.54.0"
123
+ "@gooddata/oxlint-config": "11.55.0-alpha.1",
124
+ "@gooddata/eslint-config": "11.55.0-alpha.1",
125
+ "@gooddata/sdk-backend-mockingbird": "11.55.0-alpha.1",
126
+ "@gooddata/reference-workspace": "11.55.0-alpha.1",
127
+ "@gooddata/stylelint-config": "11.55.0-alpha.1"
128
128
  },
129
129
  "peerDependencies": {
130
130
  "react": "^18.0.0 || ^19.0.0",