@gooddata/sdk-ui 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",
|
3
|
-
"version": "10.26.0-alpha.
|
3
|
+
"version": "10.26.0-alpha.66",
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -42,9 +42,9 @@
|
|
42
42
|
"ts-invariant": "^0.7.5",
|
43
43
|
"tslib": "^2.5.0",
|
44
44
|
"uuid": "^8.3.2",
|
45
|
-
"@gooddata/sdk-backend-spi": "10.26.0-alpha.
|
46
|
-
"@gooddata/util": "10.26.0-alpha.
|
47
|
-
"@gooddata/sdk-model": "10.26.0-alpha.
|
45
|
+
"@gooddata/sdk-backend-spi": "10.26.0-alpha.66",
|
46
|
+
"@gooddata/util": "10.26.0-alpha.66",
|
47
|
+
"@gooddata/sdk-model": "10.26.0-alpha.66"
|
48
48
|
},
|
49
49
|
"peerDependencies": {
|
50
50
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -96,10 +96,10 @@
|
|
96
96
|
"typescript": "5.3.3",
|
97
97
|
"vitest": "3.0.8",
|
98
98
|
"vitest-dom": "0.1.1",
|
99
|
-
"@gooddata/i18n-toolkit": "10.26.0-alpha.
|
100
|
-
"@gooddata/reference-workspace": "10.26.0-alpha.
|
101
|
-
"@gooddata/sdk-backend-base": "10.26.0-alpha.
|
102
|
-
"@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.
|
99
|
+
"@gooddata/i18n-toolkit": "10.26.0-alpha.66",
|
100
|
+
"@gooddata/reference-workspace": "10.26.0-alpha.66",
|
101
|
+
"@gooddata/sdk-backend-base": "10.26.0-alpha.66",
|
102
|
+
"@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.66"
|
103
103
|
},
|
104
104
|
"scripts": {
|
105
105
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
@@ -119,7 +119,7 @@
|
|
119
119
|
"stylelint": "stylelint '**/*.scss'",
|
120
120
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
121
121
|
"validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check",
|
122
|
-
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check",
|
122
|
+
"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",
|
123
123
|
"validate-locales": "i18n-toolkit --debug",
|
124
124
|
"validate-locales-ci": "i18n-toolkit"
|
125
125
|
}
|