@gooddata/sdk-ui-kit 11.56.0-alpha.5 → 11.56.0-alpha.6

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 +14 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-kit",
3
- "version": "11.56.0-alpha.5",
3
+ "version": "11.56.0-alpha.6",
4
4
  "description": "GoodData SDK - UI Building Components",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -79,11 +79,11 @@
79
79
  "unified": "^11.0.5",
80
80
  "uuid": "11.1.1",
81
81
  "yaml": "2.8.3",
82
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.5",
83
- "@gooddata/sdk-model": "11.56.0-alpha.5",
84
- "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.5",
85
- "@gooddata/util": "11.56.0-alpha.5",
86
- "@gooddata/sdk-ui": "11.56.0-alpha.5"
82
+ "@gooddata/sdk-model": "11.56.0-alpha.6",
83
+ "@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
84
+ "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.6",
85
+ "@gooddata/sdk-ui": "11.56.0-alpha.6",
86
+ "@gooddata/util": "11.56.0-alpha.6"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@microsoft/api-documenter": "7.30.10",
@@ -103,7 +103,6 @@
103
103
  "@types/tinycolor2": "1.4.6",
104
104
  "@typescript-eslint/eslint-plugin": "8.58.0",
105
105
  "@typescript-eslint/parser": "8.58.0",
106
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
107
106
  "dependency-cruiser": "17.3.10",
108
107
  "eslint": "^9.39.2",
109
108
  "eslint-plugin-headers": "1.3.3",
@@ -126,14 +125,14 @@
126
125
  "sass": "1.80.0",
127
126
  "stylelint": "16.26.1",
128
127
  "svgo": "2.8.3",
129
- "typescript": "6.0.3",
128
+ "typescript": "7.0.2",
130
129
  "vitest": "4.1.8",
131
130
  "vitest-dom": "0.1.1",
132
- "@gooddata/eslint-config": "11.56.0-alpha.5",
133
- "@gooddata/oxlint-config": "11.56.0-alpha.5",
134
- "@gooddata/reference-workspace": "11.56.0-alpha.5",
135
- "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.5",
136
- "@gooddata/stylelint-config": "11.56.0-alpha.5"
131
+ "@gooddata/eslint-config": "11.56.0-alpha.6",
132
+ "@gooddata/reference-workspace": "11.56.0-alpha.6",
133
+ "@gooddata/oxlint-config": "11.56.0-alpha.6",
134
+ "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.6",
135
+ "@gooddata/stylelint-config": "11.56.0-alpha.6"
137
136
  },
138
137
  "peerDependencies": {
139
138
  "react": "^18.0.0 || ^19.0.0",
@@ -145,8 +144,8 @@
145
144
  "_phase:validate": "npm run validate",
146
145
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
147
146
  "build": "bash scripts/build.sh",
148
- "build-check": "tsgo",
149
- "build-ts": "tsgo -p tsconfig.build.json",
147
+ "build-check": "tsc",
148
+ "build-ts": "tsc -p tsconfig.build.json",
150
149
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp styles/css *.log tsconfig.tsbuildinfo",
151
150
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
152
151
  "format-check": "oxfmt --check .",