@gooddata/sdk-ui-loaders 11.56.0-alpha.5 → 11.56.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 +10 -11
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-9-8
11
11
 
12
- Revision ID: 88695cebb8f01a84a542250f23d705b05e93325b
12
+ Revision ID: 1048ca52472a196fef1b2b02d6448cbf7df0a911
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-loaders",
3
- "version": "11.56.0-alpha.5",
3
+ "version": "11.56.0-alpha.7",
4
4
  "description": "GoodData SDK Runtime Component Loaders",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -32,10 +32,10 @@
32
32
  "semver": "7.7.4",
33
33
  "ts-invariant": "0.10.3",
34
34
  "tslib": "2.8.1",
35
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.5",
36
- "@gooddata/sdk-model": "11.56.0-alpha.5",
37
- "@gooddata/sdk-ui": "11.56.0-alpha.5",
38
- "@gooddata/sdk-ui-dashboard": "11.56.0-alpha.5"
35
+ "@gooddata/sdk-backend-spi": "11.56.0-alpha.7",
36
+ "@gooddata/sdk-model": "11.56.0-alpha.7",
37
+ "@gooddata/sdk-ui": "11.56.0-alpha.7",
38
+ "@gooddata/sdk-ui-dashboard": "11.56.0-alpha.7"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-documenter": "7.30.10",
@@ -48,7 +48,6 @@
48
48
  "@types/semver": "7.3.13",
49
49
  "@typescript-eslint/eslint-plugin": "8.58.0",
50
50
  "@typescript-eslint/parser": "8.58.0",
51
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
52
51
  "dependency-cruiser": "17.3.10",
53
52
  "eslint": "^9.39.2",
54
53
  "eslint-plugin-headers": "1.3.3",
@@ -66,9 +65,9 @@
66
65
  "raf": "3.4.1",
67
66
  "react": "19.1.1",
68
67
  "react-dom": "19.1.1",
69
- "typescript": "6.0.3",
70
- "@gooddata/eslint-config": "11.56.0-alpha.5",
71
- "@gooddata/oxlint-config": "11.56.0-alpha.5"
68
+ "typescript": "7.0.2",
69
+ "@gooddata/eslint-config": "11.56.0-alpha.7",
70
+ "@gooddata/oxlint-config": "11.56.0-alpha.7"
72
71
  },
73
72
  "peerDependencies": {
74
73
  "react": "^18.0.0 || ^19.0.0",
@@ -79,8 +78,8 @@
79
78
  "_phase:validate": "npm run validate",
80
79
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
81
80
  "build": "npm-run-all -p build-check build-ts && npm run api-extractor",
82
- "build-check": "tsgo",
83
- "build-ts": "tsgo -p tsconfig.build.json",
81
+ "build-check": "tsc",
82
+ "build-ts": "tsc -p tsconfig.build.json",
84
83
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
85
84
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
86
85
  "format-check": "oxfmt --check .",