@gooddata/sdk-ui-kit 10.26.0-alpha.64 → 10.26.0-alpha.66
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 +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-kit",
|
3
|
-
"version": "10.26.0-alpha.
|
3
|
+
"version": "10.26.0-alpha.66",
|
4
4
|
"description": "GoodData SDK - UI Building Components",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -69,11 +69,11 @@
|
|
69
69
|
"tslib": "^2.5.0",
|
70
70
|
"uuid": "^8.3.2",
|
71
71
|
"unified": "^11.0.5",
|
72
|
-
"@gooddata/sdk-backend-spi": "10.26.0-alpha.
|
73
|
-
"@gooddata/sdk-model": "10.26.0-alpha.
|
74
|
-
"@gooddata/sdk-ui": "10.26.0-alpha.
|
75
|
-
"@gooddata/
|
76
|
-
"@gooddata/
|
72
|
+
"@gooddata/sdk-backend-spi": "10.26.0-alpha.66",
|
73
|
+
"@gooddata/sdk-model": "10.26.0-alpha.66",
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.66",
|
75
|
+
"@gooddata/sdk-ui": "10.26.0-alpha.66",
|
76
|
+
"@gooddata/util": "10.26.0-alpha.66"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -132,8 +132,8 @@
|
|
132
132
|
"typescript": "5.3.3",
|
133
133
|
"vitest": "3.0.8",
|
134
134
|
"vitest-dom": "0.1.1",
|
135
|
-
"@gooddata/reference-workspace": "10.26.0-alpha.
|
136
|
-
"@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.
|
135
|
+
"@gooddata/reference-workspace": "10.26.0-alpha.66",
|
136
|
+
"@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.66"
|
137
137
|
},
|
138
138
|
"scripts": {
|
139
139
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|
@@ -153,7 +153,7 @@
|
|
153
153
|
"stylelint": "stylelint '**/*.scss'",
|
154
154
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
155
155
|
"validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
156
|
-
"validate-ci": "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",
|
156
|
+
"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",
|
157
157
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
158
158
|
"validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
|
159
159
|
"validate-theming": "npm run scss && node scripts/validateCss.js",
|