@gooddata/sdk-ui 11.35.0-alpha.5 → 11.35.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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "11.35.0-alpha.
|
|
3
|
+
"version": "11.35.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.0",
|
|
45
|
-
"@gooddata/sdk-
|
|
46
|
-
"@gooddata/
|
|
47
|
-
"@gooddata/
|
|
45
|
+
"@gooddata/sdk-model": "11.35.0-alpha.6",
|
|
46
|
+
"@gooddata/util": "11.35.0-alpha.6",
|
|
47
|
+
"@gooddata/sdk-backend-spi": "11.35.0-alpha.6"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"typescript": "5.9.3",
|
|
88
88
|
"vitest": "4.1.0",
|
|
89
89
|
"vitest-dom": "0.1.1",
|
|
90
|
-
"@gooddata/
|
|
91
|
-
"@gooddata/i18n-toolkit": "11.35.0-alpha.
|
|
92
|
-
"@gooddata/
|
|
93
|
-
"@gooddata/reference-workspace": "11.35.0-alpha.
|
|
94
|
-
"@gooddata/sdk-backend-base": "11.35.0-alpha.
|
|
95
|
-
"@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.
|
|
96
|
-
"@gooddata/stylelint-config": "11.35.0-alpha.
|
|
90
|
+
"@gooddata/eslint-config": "11.35.0-alpha.6",
|
|
91
|
+
"@gooddata/i18n-toolkit": "11.35.0-alpha.6",
|
|
92
|
+
"@gooddata/oxlint-config": "11.35.0-alpha.6",
|
|
93
|
+
"@gooddata/reference-workspace": "11.35.0-alpha.6",
|
|
94
|
+
"@gooddata/sdk-backend-base": "11.35.0-alpha.6",
|
|
95
|
+
"@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.6",
|
|
96
|
+
"@gooddata/stylelint-config": "11.35.0-alpha.6"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"build-check": "tsgo",
|
|
109
109
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
|
110
110
|
"build-ts": "tsgo -p tsconfig.build.json",
|
|
111
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
111
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log tsconfig.tsbuildinfo",
|
|
112
112
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
113
113
|
"format-check": "oxfmt --check .",
|
|
114
114
|
"format-write": "oxfmt .",
|