@gooddata/sdk-ui-kit 10.36.0-alpha.6 → 10.36.0-alpha.8
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 +10 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-kit",
|
3
|
-
"version": "10.36.0-alpha.
|
3
|
+
"version": "10.36.0-alpha.8",
|
4
4
|
"description": "GoodData SDK - UI Building Components",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -75,11 +75,11 @@
|
|
75
75
|
"@floating-ui/dom": "1.6.13",
|
76
76
|
"@floating-ui/react-dom": "2.1.2",
|
77
77
|
"@floating-ui/react": "~0.27.12",
|
78
|
-
"@gooddata/sdk-backend-spi": "10.36.0-alpha.
|
79
|
-
"@gooddata/sdk-model": "10.36.0-alpha.
|
80
|
-
"@gooddata/sdk-ui": "10.36.0-alpha.
|
81
|
-
"@gooddata/sdk-ui-theme-provider": "10.36.0-alpha.
|
82
|
-
"@gooddata/util": "10.36.0-alpha.
|
78
|
+
"@gooddata/sdk-backend-spi": "10.36.0-alpha.8",
|
79
|
+
"@gooddata/sdk-model": "10.36.0-alpha.8",
|
80
|
+
"@gooddata/sdk-ui": "10.36.0-alpha.8",
|
81
|
+
"@gooddata/sdk-ui-theme-provider": "10.36.0-alpha.8",
|
82
|
+
"@gooddata/util": "10.36.0-alpha.8"
|
83
83
|
},
|
84
84
|
"peerDependencies": {
|
85
85
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -135,8 +135,8 @@
|
|
135
135
|
"typescript": "5.8.3",
|
136
136
|
"vitest": "3.2.4",
|
137
137
|
"vitest-dom": "0.1.1",
|
138
|
-
"@gooddata/reference-workspace": "10.36.0-alpha.
|
139
|
-
"@gooddata/sdk-backend-mockingbird": "10.36.0-alpha.
|
138
|
+
"@gooddata/reference-workspace": "10.36.0-alpha.8",
|
139
|
+
"@gooddata/sdk-backend-mockingbird": "10.36.0-alpha.8"
|
140
140
|
},
|
141
141
|
"scripts": {
|
142
142
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|
@@ -156,8 +156,8 @@
|
|
156
156
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
157
157
|
"stylelint": "stylelint '**/*.scss'",
|
158
158
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
159
|
-
"validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming && npm run validate-ui-components",
|
160
|
-
"validate-ci": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming && npm run validate-ui-components",
|
159
|
+
"validate": "tsc && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming && npm run validate-ui-components",
|
160
|
+
"validate-ci": "tsc && export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming && npm run validate-ui-components",
|
161
161
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
162
162
|
"validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
|
163
163
|
"validate-theming": "npm run scss && node scripts/validateCss.js",
|