@gooddata/sdk-ui 11.20.0-alpha.1 → 11.20.0-alpha.3
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "11.20.0-alpha.
|
|
3
|
+
"version": "11.20.0-alpha.3",
|
|
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.7.5",
|
|
43
43
|
"tslib": "2.8.1",
|
|
44
44
|
"uuid": "^11.1.0",
|
|
45
|
-
"@gooddata/sdk-backend-spi": "11.20.0-alpha.
|
|
46
|
-
"@gooddata/sdk-model": "11.20.0-alpha.
|
|
47
|
-
"@gooddata/util": "11.20.0-alpha.
|
|
45
|
+
"@gooddata/sdk-backend-spi": "11.20.0-alpha.3",
|
|
46
|
+
"@gooddata/sdk-model": "11.20.0-alpha.3",
|
|
47
|
+
"@gooddata/util": "11.20.0-alpha.3"
|
|
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.0.8",
|
|
89
89
|
"vitest-dom": "0.1.1",
|
|
90
|
-
"@gooddata/
|
|
91
|
-
"@gooddata/
|
|
92
|
-
"@gooddata/oxlint-config": "11.20.0-alpha.
|
|
93
|
-
"@gooddata/reference-workspace": "11.20.0-alpha.
|
|
94
|
-
"@gooddata/sdk-backend-base": "11.20.0-alpha.
|
|
95
|
-
"@gooddata/
|
|
96
|
-
"@gooddata/
|
|
90
|
+
"@gooddata/eslint-config": "11.20.0-alpha.3",
|
|
91
|
+
"@gooddata/i18n-toolkit": "11.20.0-alpha.3",
|
|
92
|
+
"@gooddata/oxlint-config": "11.20.0-alpha.3",
|
|
93
|
+
"@gooddata/reference-workspace": "11.20.0-alpha.3",
|
|
94
|
+
"@gooddata/sdk-backend-base": "11.20.0-alpha.3",
|
|
95
|
+
"@gooddata/sdk-backend-mockingbird": "11.20.0-alpha.3",
|
|
96
|
+
"@gooddata/stylelint-config": "11.20.0-alpha.3"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"validate": "npm run lint && npm run dep-cruiser && npm run stylelint && npm run validate-locales && npm run format-check",
|
|
121
121
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui\"' ",
|
|
122
122
|
"validate-locales": "i18n-toolkit",
|
|
123
|
-
"lint": "oxlint . --type-aware && eslint .",
|
|
124
|
-
"lint-fix": "oxlint . --type-aware --fix && eslint . --fix"
|
|
123
|
+
"lint": "oxlint . --type-aware --quiet && eslint .",
|
|
124
|
+
"lint-fix": "oxlint . --type-aware --quiet --fix && eslint . --fix"
|
|
125
125
|
}
|
|
126
126
|
}
|