@gooddata/sdk-ui-geo 11.56.0-alpha.5 → 11.56.0-alpha.7

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 +15 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-geo",
3
- "version": "11.56.0-alpha.5",
3
+ "version": "11.56.0-alpha.7",
4
4
  "description": "GoodData.UI SDK - Geo Charts",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -43,12 +43,12 @@
43
43
  "ts-invariant": "0.10.3",
44
44
  "tslib": "2.8.1",
45
45
  "uuid": "11.1.1",
46
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.5",
47
- "@gooddata/sdk-model": "11.56.0-alpha.5",
48
- "@gooddata/sdk-ui": "11.56.0-alpha.5",
49
- "@gooddata/sdk-ui-kit": "11.56.0-alpha.5",
50
- "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.5",
51
- "@gooddata/sdk-ui-vis-commons": "11.56.0-alpha.5"
46
+ "@gooddata/sdk-backend-spi": "11.56.0-alpha.7",
47
+ "@gooddata/sdk-model": "11.56.0-alpha.7",
48
+ "@gooddata/sdk-ui": "11.56.0-alpha.7",
49
+ "@gooddata/sdk-ui-kit": "11.56.0-alpha.7",
50
+ "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.7",
51
+ "@gooddata/sdk-ui-vis-commons": "11.56.0-alpha.7"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-documenter": "7.30.10",
@@ -65,7 +65,6 @@
65
65
  "@types/react-measure": "2.0.12",
66
66
  "@typescript-eslint/eslint-plugin": "8.58.0",
67
67
  "@typescript-eslint/parser": "8.58.0",
68
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
69
68
  "dependency-cruiser": "17.3.10",
70
69
  "eslint": "^9.39.2",
71
70
  "eslint-plugin-headers": "1.3.3",
@@ -83,15 +82,15 @@
83
82
  "raf": "3.4.1",
84
83
  "react": "19.1.1",
85
84
  "react-dom": "19.1.1",
86
- "sass": "1.80.0",
85
+ "sass": "1.100.0",
87
86
  "stylelint": "16.26.1",
88
- "typescript": "6.0.3",
87
+ "typescript": "7.0.2",
89
88
  "vitest": "4.1.8",
90
89
  "vitest-dom": "0.1.1",
91
- "@gooddata/eslint-config": "11.56.0-alpha.5",
92
- "@gooddata/oxlint-config": "11.56.0-alpha.5",
93
- "@gooddata/stylelint-config": "11.56.0-alpha.5",
94
- "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.5"
90
+ "@gooddata/eslint-config": "11.56.0-alpha.7",
91
+ "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.7",
92
+ "@gooddata/stylelint-config": "11.56.0-alpha.7",
93
+ "@gooddata/oxlint-config": "11.56.0-alpha.7"
95
94
  },
96
95
  "peerDependencies": {
97
96
  "react": "^18.0.0 || ^19.0.0",
@@ -103,8 +102,8 @@
103
102
  "_phase:validate": "npm run validate",
104
103
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
105
104
  "build": "bash scripts/build.sh",
106
- "build-check": "tsgo",
107
- "build-ts": "tsgo -p tsconfig.build.json",
105
+ "build-check": "tsc",
106
+ "build-ts": "tsc -p tsconfig.build.json",
108
107
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm styles/css coverage temp *.log tsconfig.tsbuildinfo",
109
108
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
110
109
  "format-check": "oxfmt --check .",