@gooddata/sdk-ui-all 11.4.0-alpha.2 → 11.4.0-alpha.4

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 -12
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-10-8
10
+ Date generated: 2025-10-9
11
11
 
12
- Revision ID: 0854c4b0e7ac5c317115a2e722b418c6de183b3e
12
+ Revision ID: 6f25e690f53ba468ed4864489583d89680be2353
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -82386,4 +82386,4 @@ POSSIBILITY OF SUCH DAMAGE.
82386
82386
  --------------------------------------------------------------------------------
82387
82387
  --------------------------------------------------------------------------------
82388
82388
 
82389
- Report Generated by FOSSA on 2025-10-8
82389
+ Report Generated by FOSSA on 2025-10-9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-all",
3
- "version": "11.4.0-alpha.2",
3
+ "version": "11.4.0-alpha.4",
4
4
  "description": "GoodData SDK - All-In-One",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,14 +24,14 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "tslib": "2.8.1",
27
- "@gooddata/sdk-backend-spi": "11.4.0-alpha.2",
28
- "@gooddata/sdk-model": "11.4.0-alpha.2",
29
- "@gooddata/sdk-ui": "11.4.0-alpha.2",
30
- "@gooddata/sdk-ui-charts": "11.4.0-alpha.2",
31
- "@gooddata/sdk-ui-ext": "11.4.0-alpha.2",
32
- "@gooddata/sdk-ui-filters": "11.4.0-alpha.2",
33
- "@gooddata/sdk-ui-geo": "11.4.0-alpha.2",
34
- "@gooddata/sdk-ui-pivot": "11.4.0-alpha.2"
27
+ "@gooddata/sdk-backend-spi": "11.4.0-alpha.4",
28
+ "@gooddata/sdk-ui": "11.4.0-alpha.4",
29
+ "@gooddata/sdk-ui-ext": "11.4.0-alpha.4",
30
+ "@gooddata/sdk-model": "11.4.0-alpha.4",
31
+ "@gooddata/sdk-ui-filters": "11.4.0-alpha.4",
32
+ "@gooddata/sdk-ui-pivot": "11.4.0-alpha.4",
33
+ "@gooddata/sdk-ui-geo": "11.4.0-alpha.4",
34
+ "@gooddata/sdk-ui-charts": "11.4.0-alpha.4"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@microsoft/api-documenter": "^7.17.0",
@@ -45,7 +45,6 @@
45
45
  "eslint-plugin-header": "3.1.1",
46
46
  "eslint-plugin-import": "2.32.0",
47
47
  "eslint-plugin-import-esm": "1.2.1",
48
- "eslint-plugin-jest": "^29.0.1",
49
48
  "eslint-plugin-no-only-tests": "2.6.0",
50
49
  "eslint-plugin-prettier": "5.5.4",
51
50
  "eslint-plugin-regexp": "1.15.0",
@@ -53,8 +52,7 @@
53
52
  "eslint-plugin-tsdoc": "0.2.14",
54
53
  "prettier": "^3.6.2",
55
54
  "typescript": "5.8.3",
56
- "@gooddata/eslint-config": "1.0.0",
57
- "@gooddata/eslint-plugin": "1.0.0"
55
+ "@gooddata/eslint-config": "11.4.0-alpha.4"
58
56
  },
59
57
  "scripts": {
60
58
  "_phase:build": "npm run build",