@gooddata/sdk-ui-geo 11.19.0-alpha.2 → 11.19.0-alpha.4
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 +20 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-geo",
|
|
3
|
-
"version": "11.19.0-alpha.
|
|
3
|
+
"version": "11.19.0-alpha.4",
|
|
4
4
|
"description": "GoodData.UI SDK - Geo Charts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@gooddata/number-formatter": "^1.0.6",
|
|
36
36
|
"classnames": "^2.3.1",
|
|
37
37
|
"default-import": "1.1.5",
|
|
38
|
-
"lodash-es": "^4.17.
|
|
38
|
+
"lodash-es": "^4.17.23",
|
|
39
39
|
"mapbox-gl": "^2.6.1",
|
|
40
40
|
"maplibre-gl": "^4.7.1",
|
|
41
41
|
"react-intl": "7.1.11",
|
|
@@ -43,15 +43,14 @@
|
|
|
43
43
|
"ts-invariant": "^0.7.5",
|
|
44
44
|
"tslib": "2.8.1",
|
|
45
45
|
"uuid": "^11.1.0",
|
|
46
|
-
"@gooddata/sdk-backend-spi": "11.19.0-alpha.
|
|
47
|
-
"@gooddata/sdk-ui": "11.19.0-alpha.
|
|
48
|
-
"@gooddata/sdk-model": "11.19.0-alpha.
|
|
49
|
-
"@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.
|
|
50
|
-
"@gooddata/sdk-ui-kit": "11.19.0-alpha.
|
|
51
|
-
"@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.
|
|
46
|
+
"@gooddata/sdk-backend-spi": "11.19.0-alpha.4",
|
|
47
|
+
"@gooddata/sdk-ui": "11.19.0-alpha.4",
|
|
48
|
+
"@gooddata/sdk-model": "11.19.0-alpha.4",
|
|
49
|
+
"@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.4",
|
|
50
|
+
"@gooddata/sdk-ui-kit": "11.19.0-alpha.4",
|
|
51
|
+
"@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@gooddata/stylelint-config": "^5.0.0",
|
|
55
54
|
"@microsoft/api-documenter": "^7.17.0",
|
|
56
55
|
"@microsoft/api-extractor": "^7.55.2",
|
|
57
56
|
"@testing-library/dom": "10.4.1",
|
|
@@ -68,34 +67,29 @@
|
|
|
68
67
|
"@typescript-eslint/parser": "8.52.0",
|
|
69
68
|
"@vitest/eslint-plugin": "1.6.6",
|
|
70
69
|
"dependency-cruiser": "^14.1.2",
|
|
71
|
-
"eslint": "^
|
|
72
|
-
"eslint-config-prettier": "10.1.8",
|
|
70
|
+
"eslint": "^9.39.2",
|
|
73
71
|
"eslint-plugin-header": "3.1.1",
|
|
74
|
-
"eslint-plugin-import": "2.32.0",
|
|
75
72
|
"eslint-plugin-import-esm": "1.2.1",
|
|
73
|
+
"eslint-plugin-import-x": "4.16.1",
|
|
76
74
|
"eslint-plugin-jsdoc": "62.1.0",
|
|
77
75
|
"eslint-plugin-no-barrel-files": "1.2.2",
|
|
78
|
-
"eslint-plugin-no-only-tests": "
|
|
79
|
-
"eslint-plugin-prettier": "5.5.4",
|
|
76
|
+
"eslint-plugin-no-only-tests": "3.3.0",
|
|
80
77
|
"eslint-plugin-react": "7.37.5",
|
|
81
78
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
82
|
-
"eslint-plugin-regexp": "1.15.0",
|
|
83
79
|
"eslint-plugin-sonarjs": "3.0.6",
|
|
84
|
-
"eslint-plugin-tsdoc": "0.2.14",
|
|
85
80
|
"npm-run-all": "^4.1.5",
|
|
86
81
|
"prettier": "^3.6.2",
|
|
87
82
|
"raf": "^3.4.1",
|
|
88
83
|
"react": "19.1.1",
|
|
89
84
|
"react-dom": "19.1.1",
|
|
90
85
|
"sass": "1.70.0",
|
|
91
|
-
"stylelint": "^
|
|
92
|
-
"stylelint-checkstyle-formatter": "^0.1.2",
|
|
93
|
-
"stylelint-config-prettier": "^9.0.5",
|
|
86
|
+
"stylelint": "^16.26.1",
|
|
94
87
|
"typescript": "5.9.3",
|
|
95
88
|
"vitest": "4.0.8",
|
|
96
89
|
"vitest-dom": "0.1.1",
|
|
97
|
-
"@gooddata/eslint-config": "11.19.0-alpha.
|
|
98
|
-
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.
|
|
90
|
+
"@gooddata/eslint-config": "11.19.0-alpha.4",
|
|
91
|
+
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.4",
|
|
92
|
+
"@gooddata/stylelint-config": "11.19.0-alpha.4"
|
|
99
93
|
},
|
|
100
94
|
"peerDependencies": {
|
|
101
95
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -111,16 +105,16 @@
|
|
|
111
105
|
"build-ts": "tsc -p tsconfig.build.json",
|
|
112
106
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm styles/css coverage *.log tsconfig.tsbuildinfo",
|
|
113
107
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
114
|
-
"eslint": "eslint
|
|
115
|
-
"eslint-fix": "eslint
|
|
116
|
-
"prettier-check": "prettier --
|
|
117
|
-
"prettier-write": "prettier --
|
|
108
|
+
"eslint": "eslint .",
|
|
109
|
+
"eslint-fix": "eslint . --fix",
|
|
110
|
+
"prettier-check": "prettier --check .",
|
|
111
|
+
"prettier-write": "prettier --write .",
|
|
118
112
|
"scss": "sass --load-path=node_modules --load-path=node_modules/mapbox-gl/dist --load-path=node_modules/maplibre-gl/dist styles/scss/main.scss:styles/css/main.css",
|
|
119
113
|
"stylelint": "stylelint '**/*.scss'",
|
|
120
114
|
"stylelint-fix": "stylelint '**/*.scss' --fix",
|
|
121
115
|
"test": "vitest watch",
|
|
122
116
|
"test-once": "vitest run",
|
|
123
|
-
"validate": "
|
|
117
|
+
"validate": "npm run eslint && npm run dep-cruiser && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
|
124
118
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-geo\"'",
|
|
125
119
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
|
126
120
|
"validate-theming": "npm run scss && node scripts/validateCss.js"
|