@gooddata/sdk-ui-geo 10.26.0-alpha.9 → 10.26.0
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-geo",
|
|
3
|
-
"version": "10.26.0
|
|
3
|
+
"version": "10.26.0",
|
|
4
4
|
"description": "GoodData.UI SDK - Geo Charts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"ts-invariant": "^0.7.5",
|
|
42
42
|
"tslib": "^2.5.0",
|
|
43
43
|
"uuid": "^8.3.2",
|
|
44
|
-
"@gooddata/sdk-backend-spi": "10.26.0
|
|
45
|
-
"@gooddata/sdk-model": "10.26.0
|
|
46
|
-
"@gooddata/sdk-ui": "10.26.0
|
|
47
|
-
"@gooddata/sdk-ui-
|
|
48
|
-
"@gooddata/sdk-ui
|
|
49
|
-
"@gooddata/sdk-ui-vis-commons": "10.26.0
|
|
44
|
+
"@gooddata/sdk-backend-spi": "10.26.0",
|
|
45
|
+
"@gooddata/sdk-model": "10.26.0",
|
|
46
|
+
"@gooddata/sdk-ui-kit": "10.26.0",
|
|
47
|
+
"@gooddata/sdk-ui-theme-provider": "10.26.0",
|
|
48
|
+
"@gooddata/sdk-ui": "10.26.0",
|
|
49
|
+
"@gooddata/sdk-ui-vis-commons": "10.26.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"typescript": "5.3.3",
|
|
93
93
|
"vitest": "3.0.8",
|
|
94
94
|
"vitest-dom": "0.1.1",
|
|
95
|
-
"@gooddata/sdk-backend-mockingbird": "10.26.0
|
|
95
|
+
"@gooddata/sdk-backend-mockingbird": "10.26.0"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"clean": "rm -rf ci dist esm styles/css coverage *.log tsconfig.tsbuildinfo",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"stylelint": "stylelint '**/*.scss'",
|
|
112
112
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
|
113
113
|
"validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
|
114
|
-
"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",
|
|
114
|
+
"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",
|
|
115
115
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
|
116
116
|
"validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
|
|
117
117
|
"validate-theming": "npm run scss && node scripts/validateCss.js",
|