@gooddata/sdk-ui-geo 10.41.0-alpha.2 → 10.41.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.
Files changed (1) hide show
  1. package/package.json +30 -30
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-geo",
3
- "version": "10.41.0-alpha.2",
3
+ "version": "10.41.0-alpha.4",
4
4
  "description": "GoodData.UI SDK - Geo Charts",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/gooddata/gooddata-ui-sdk.git",
8
8
  "directory": "libs/sdk-ui-geo"
9
9
  },
10
- "author": "GoodData Corporation",
11
10
  "license": "MIT",
11
+ "author": "GoodData Corporation",
12
+ "sideEffects": [
13
+ "*.css",
14
+ "*.svg"
15
+ ],
12
16
  "type": "module",
13
- "browser": "./esm/index.js",
14
17
  "exports": {
15
18
  ".": "./esm/index.js",
16
19
  "./styles/css/*": "./styles/css/*",
17
20
  "./styles/scss/*": "./styles/scss/*",
18
21
  "./internal-tests/GeoChartOptionsWrapper": "./esm/core/geoChart/GeoChartOptionsWrapper.js"
19
22
  },
23
+ "browser": "./esm/index.js",
20
24
  "types": "./esm/index.d.ts",
21
- "sideEffects": [
22
- "*.css",
23
- "*.svg"
24
- ],
25
25
  "files": [
26
26
  "esm/**/*.js",
27
27
  "esm/**/*.json",
@@ -41,16 +41,12 @@
41
41
  "ts-invariant": "^0.7.5",
42
42
  "tslib": "2.8.1",
43
43
  "uuid": "^11.1.0",
44
- "@gooddata/sdk-backend-spi": "10.41.0-alpha.2",
45
- "@gooddata/sdk-ui": "10.41.0-alpha.2",
46
- "@gooddata/sdk-model": "10.41.0-alpha.2",
47
- "@gooddata/sdk-ui-kit": "10.41.0-alpha.2",
48
- "@gooddata/sdk-ui-theme-provider": "10.41.0-alpha.2",
49
- "@gooddata/sdk-ui-vis-commons": "10.41.0-alpha.2"
50
- },
51
- "peerDependencies": {
52
- "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
53
- "react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
44
+ "@gooddata/sdk-backend-spi": "10.41.0-alpha.4",
45
+ "@gooddata/sdk-ui": "10.41.0-alpha.4",
46
+ "@gooddata/sdk-model": "10.41.0-alpha.4",
47
+ "@gooddata/sdk-ui-theme-provider": "10.41.0-alpha.4",
48
+ "@gooddata/sdk-ui-kit": "10.41.0-alpha.4",
49
+ "@gooddata/sdk-ui-vis-commons": "10.41.0-alpha.4"
54
50
  },
55
51
  "devDependencies": {
56
52
  "@gooddata/eslint-config": "^4.1.1",
@@ -62,9 +58,9 @@
62
58
  "@types/lodash": "^4.14.202",
63
59
  "@types/mapbox-gl": "^2.6.0",
64
60
  "@types/node": "^22.13.0",
61
+ "@types/react": "18.3.23",
65
62
  "@types/react-dom": "18.3.7",
66
63
  "@types/react-measure": "^2.0.12",
67
- "@types/react": "18.3.23",
68
64
  "@typescript-eslint/eslint-plugin": "^8.38.0",
69
65
  "@typescript-eslint/parser": "^8.38.0",
70
66
  "concurrently": "^6.0.2",
@@ -77,8 +73,8 @@
77
73
  "eslint-plugin-jest": "^29.0.1",
78
74
  "eslint-plugin-no-only-tests": "^2.4.0",
79
75
  "eslint-plugin-prettier": "^5.5.1",
80
- "eslint-plugin-react-hooks": "^4.5.0",
81
76
  "eslint-plugin-react": "^7.31.10",
77
+ "eslint-plugin-react-hooks": "^4.5.0",
82
78
  "eslint-plugin-regexp": "^1.9.0",
83
79
  "eslint-plugin-sonarjs": "^0.16.0",
84
80
  "eslint-plugin-tsdoc": "^0.2.14",
@@ -93,31 +89,35 @@
93
89
  "typescript": "5.8.3",
94
90
  "vitest": "3.2.4",
95
91
  "vitest-dom": "0.1.1",
96
- "@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.2"
92
+ "@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.4"
93
+ },
94
+ "peerDependencies": {
95
+ "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
96
+ "react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
97
97
  },
98
98
  "scripts": {
99
99
  "_phase:build": "npm run build",
100
100
  "_phase:test": "npm run test-once",
101
101
  "_phase:validate": "npm run validate",
102
- "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm styles/css coverage *.log tsconfig.tsbuildinfo",
103
102
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
104
103
  "build": "bash scripts/build.sh",
105
- "test": "vitest watch",
106
- "test-once": "vitest run",
107
- "test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
104
+ "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm styles/css coverage *.log tsconfig.tsbuildinfo",
105
+ "dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
106
+ "dep-cruiser-ci": "mkdir -p ci/results && depcruise --validate .dependency-cruiser.cjs --output-type err-html src/ >./ci/results/dep-cruiser.html",
108
107
  "eslint": "eslint -c .eslintrc.cjs src/",
109
- "eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
110
108
  "eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs src/",
109
+ "eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
111
110
  "prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
112
111
  "prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
113
- "dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
114
- "dep-cruiser-ci": "mkdir -p ci/results && depcruise --validate .dependency-cruiser.cjs --output-type err-html src/ >./ci/results/dep-cruiser.html",
112
+ "scss": "sass --load-path=node_modules --load-path=node_modules/mapbox-gl/dist styles/scss/main.scss:styles/css/main.css",
115
113
  "stylelint": "stylelint '**/*.scss'",
116
114
  "stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
115
+ "test": "vitest watch",
116
+ "test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
117
+ "test-once": "vitest run",
117
118
  "validate": "tsc && export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
119
+ "validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-geo\"'",
118
120
  "validate-locales": "cd ../sdk-ui && npm run validate-locales",
119
- "validate-theming": "npm run scss && node scripts/validateCss.js",
120
- "scss": "sass --load-path=node_modules --load-path=node_modules/mapbox-gl/dist styles/scss/main.scss:styles/css/main.css",
121
- "validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-geo\"'"
121
+ "validate-theming": "npm run scss && node scripts/validateCss.js"
122
122
  }
123
123
  }