@gooddata/sdk-ui-filters 11.56.0-alpha.4 → 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 +15 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-filters",
3
- "version": "11.56.0-alpha.4",
3
+ "version": "11.56.0-alpha.6",
4
4
  "description": "GoodData.UI SDK - Filter Components",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -47,11 +47,11 @@
47
47
  "ts-invariant": "0.10.3",
48
48
  "tslib": "2.8.1",
49
49
  "uuid": "11.1.1",
50
- "@gooddata/sdk-ui": "11.56.0-alpha.4",
51
- "@gooddata/util": "11.56.0-alpha.4",
52
- "@gooddata/sdk-ui-kit": "11.56.0-alpha.4",
53
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.4",
54
- "@gooddata/sdk-model": "11.56.0-alpha.4"
50
+ "@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
51
+ "@gooddata/sdk-model": "11.56.0-alpha.6",
52
+ "@gooddata/util": "11.56.0-alpha.6",
53
+ "@gooddata/sdk-ui-kit": "11.56.0-alpha.6",
54
+ "@gooddata/sdk-ui": "11.56.0-alpha.6"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@microsoft/api-documenter": "7.30.10",
@@ -65,7 +65,6 @@
65
65
  "@types/react-dom": "19.1.7",
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",
@@ -87,15 +86,15 @@
87
86
  "react-dom": "19.1.1",
88
87
  "sass": "1.80.0",
89
88
  "stylelint": "16.26.1",
90
- "typescript": "6.0.3",
89
+ "typescript": "7.0.2",
91
90
  "vitest": "4.1.8",
92
91
  "vitest-dom": "0.1.1",
93
- "@gooddata/eslint-config": "11.56.0-alpha.4",
94
- "@gooddata/oxlint-config": "11.56.0-alpha.4",
95
- "@gooddata/reference-workspace": "11.56.0-alpha.4",
96
- "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.4",
97
- "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.4",
98
- "@gooddata/stylelint-config": "11.56.0-alpha.4"
92
+ "@gooddata/eslint-config": "11.56.0-alpha.6",
93
+ "@gooddata/reference-workspace": "11.56.0-alpha.6",
94
+ "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.6",
95
+ "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.6",
96
+ "@gooddata/oxlint-config": "11.56.0-alpha.6",
97
+ "@gooddata/stylelint-config": "11.56.0-alpha.6"
99
98
  },
100
99
  "peerDependencies": {
101
100
  "react": "^18.0.0 || ^19.0.0",
@@ -107,8 +106,8 @@
107
106
  "_phase:validate": "npm run validate",
108
107
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
109
108
  "build": "bash scripts/build.sh",
110
- "build-check": "tsgo",
111
- "build-ts": "tsgo -p tsconfig.build.json",
109
+ "build-check": "tsc",
110
+ "build-ts": "tsc -p tsconfig.build.json",
112
111
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
113
112
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
114
113
  "format-check": "oxfmt --check .",