@gooddata/sdk-ui 11.56.0-alpha.4 → 11.56.0-alpha.6
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.
- package/package.json +14 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.6",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"ts-invariant": "0.10.3",
|
|
43
43
|
"tslib": "2.8.1",
|
|
44
44
|
"uuid": "11.1.1",
|
|
45
|
-
"@gooddata/sdk-backend-spi": "11.56.0-alpha.
|
|
46
|
-
"@gooddata/sdk-model": "11.56.0-alpha.
|
|
47
|
-
"@gooddata/util": "11.56.0-alpha.
|
|
45
|
+
"@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
|
|
46
|
+
"@gooddata/sdk-model": "11.56.0-alpha.6",
|
|
47
|
+
"@gooddata/util": "11.56.0-alpha.6"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-documenter": "7.30.10",
|
|
@@ -59,7 +59,6 @@
|
|
|
59
59
|
"@types/react-dom": "19.1.7",
|
|
60
60
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
61
61
|
"@typescript-eslint/parser": "8.58.0",
|
|
62
|
-
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
63
62
|
"dependency-cruiser": "17.3.10",
|
|
64
63
|
"eslint": "^9.39.2",
|
|
65
64
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -81,16 +80,16 @@
|
|
|
81
80
|
"react-dom": "19.1.1",
|
|
82
81
|
"stylelint": "16.26.1",
|
|
83
82
|
"tsd": "0.32.0",
|
|
84
|
-
"typescript": "
|
|
83
|
+
"typescript": "7.0.2",
|
|
85
84
|
"vitest": "4.1.8",
|
|
86
85
|
"vitest-dom": "0.1.1",
|
|
87
|
-
"@gooddata/
|
|
88
|
-
"@gooddata/eslint-config": "11.56.0-alpha.
|
|
89
|
-
"@gooddata/
|
|
90
|
-
"@gooddata/reference-workspace": "11.56.0-alpha.
|
|
91
|
-
"@gooddata/sdk-backend-
|
|
92
|
-
"@gooddata/stylelint-config": "11.56.0-alpha.
|
|
93
|
-
"@gooddata/sdk-backend-
|
|
86
|
+
"@gooddata/oxlint-config": "11.56.0-alpha.6",
|
|
87
|
+
"@gooddata/eslint-config": "11.56.0-alpha.6",
|
|
88
|
+
"@gooddata/i18n-toolkit": "11.56.0-alpha.6",
|
|
89
|
+
"@gooddata/reference-workspace": "11.56.0-alpha.6",
|
|
90
|
+
"@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.6",
|
|
91
|
+
"@gooddata/stylelint-config": "11.56.0-alpha.6",
|
|
92
|
+
"@gooddata/sdk-backend-base": "11.56.0-alpha.6"
|
|
94
93
|
},
|
|
95
94
|
"peerDependencies": {
|
|
96
95
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -102,9 +101,9 @@
|
|
|
102
101
|
"_phase:validate": "npm run build-dynamic-files && npm run validate",
|
|
103
102
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
104
103
|
"build": "bash scripts/build.sh",
|
|
105
|
-
"build-check": "
|
|
104
|
+
"build-check": "tsc",
|
|
106
105
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
|
107
|
-
"build-ts": "
|
|
106
|
+
"build-ts": "tsc -p tsconfig.build.json",
|
|
108
107
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log tsconfig.tsbuildinfo",
|
|
109
108
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
110
109
|
"format-check": "oxfmt --check .",
|