@gooddata/sdk-ui-geo 11.19.0-alpha.2 → 11.19.0-alpha.3
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 +16 -20
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.3",
|
|
4
4
|
"description": "GoodData.UI SDK - Geo Charts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -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-
|
|
48
|
-
"@gooddata/sdk-
|
|
49
|
-
"@gooddata/sdk-ui-
|
|
50
|
-
"@gooddata/sdk-ui-
|
|
51
|
-
"@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.
|
|
46
|
+
"@gooddata/sdk-backend-spi": "11.19.0-alpha.3",
|
|
47
|
+
"@gooddata/sdk-model": "11.19.0-alpha.3",
|
|
48
|
+
"@gooddata/sdk-ui": "11.19.0-alpha.3",
|
|
49
|
+
"@gooddata/sdk-ui-kit": "11.19.0-alpha.3",
|
|
50
|
+
"@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.3",
|
|
51
|
+
"@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.3"
|
|
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,31 @@
|
|
|
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": "^
|
|
70
|
+
"eslint": "^9.39.2",
|
|
72
71
|
"eslint-config-prettier": "10.1.8",
|
|
73
72
|
"eslint-plugin-header": "3.1.1",
|
|
74
|
-
"eslint-plugin-import": "2.32.0",
|
|
75
73
|
"eslint-plugin-import-esm": "1.2.1",
|
|
74
|
+
"eslint-plugin-import-x": "4.16.1",
|
|
76
75
|
"eslint-plugin-jsdoc": "62.1.0",
|
|
77
76
|
"eslint-plugin-no-barrel-files": "1.2.2",
|
|
78
|
-
"eslint-plugin-no-only-tests": "
|
|
77
|
+
"eslint-plugin-no-only-tests": "3.3.0",
|
|
79
78
|
"eslint-plugin-prettier": "5.5.4",
|
|
80
79
|
"eslint-plugin-react": "7.37.5",
|
|
81
80
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
82
|
-
"eslint-plugin-regexp": "1.15.0",
|
|
83
81
|
"eslint-plugin-sonarjs": "3.0.6",
|
|
84
|
-
"eslint-plugin-tsdoc": "0.2.14",
|
|
85
82
|
"npm-run-all": "^4.1.5",
|
|
86
83
|
"prettier": "^3.6.2",
|
|
87
84
|
"raf": "^3.4.1",
|
|
88
85
|
"react": "19.1.1",
|
|
89
86
|
"react-dom": "19.1.1",
|
|
90
87
|
"sass": "1.70.0",
|
|
91
|
-
"stylelint": "^
|
|
92
|
-
"stylelint-checkstyle-formatter": "^0.1.2",
|
|
93
|
-
"stylelint-config-prettier": "^9.0.5",
|
|
88
|
+
"stylelint": "^15.11.0",
|
|
94
89
|
"typescript": "5.9.3",
|
|
95
90
|
"vitest": "4.0.8",
|
|
96
91
|
"vitest-dom": "0.1.1",
|
|
97
|
-
"@gooddata/eslint-config": "11.19.0-alpha.
|
|
98
|
-
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.
|
|
92
|
+
"@gooddata/eslint-config": "11.19.0-alpha.3",
|
|
93
|
+
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.3",
|
|
94
|
+
"@gooddata/stylelint-config": "11.19.0-alpha.3"
|
|
99
95
|
},
|
|
100
96
|
"peerDependencies": {
|
|
101
97
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -111,8 +107,8 @@
|
|
|
111
107
|
"build-ts": "tsc -p tsconfig.build.json",
|
|
112
108
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm styles/css coverage *.log tsconfig.tsbuildinfo",
|
|
113
109
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
114
|
-
"eslint": "eslint
|
|
115
|
-
"eslint-fix": "eslint
|
|
110
|
+
"eslint": "eslint .",
|
|
111
|
+
"eslint-fix": "eslint . --fix",
|
|
116
112
|
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
117
113
|
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
118
114
|
"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",
|