@gooddata/sdk-ui-filters 11.35.0-alpha.5 → 11.35.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.
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-filters",
|
|
3
|
-
"version": "11.35.0-alpha.
|
|
3
|
+
"version": "11.35.0-alpha.7",
|
|
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.0",
|
|
50
|
-
"@gooddata/sdk-backend-spi": "11.35.0-alpha.
|
|
51
|
-
"@gooddata/sdk-model": "11.35.0-alpha.
|
|
52
|
-
"@gooddata/sdk-ui
|
|
53
|
-
"@gooddata/util": "11.35.0-alpha.
|
|
54
|
-
"@gooddata/sdk-ui": "11.35.0-alpha.
|
|
50
|
+
"@gooddata/sdk-backend-spi": "11.35.0-alpha.7",
|
|
51
|
+
"@gooddata/sdk-model": "11.35.0-alpha.7",
|
|
52
|
+
"@gooddata/sdk-ui": "11.35.0-alpha.7",
|
|
53
|
+
"@gooddata/util": "11.35.0-alpha.7",
|
|
54
|
+
"@gooddata/sdk-ui-kit": "11.35.0-alpha.7"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -93,12 +93,12 @@
|
|
|
93
93
|
"typescript": "5.9.3",
|
|
94
94
|
"vitest": "4.1.0",
|
|
95
95
|
"vitest-dom": "0.1.1",
|
|
96
|
-
"@gooddata/
|
|
97
|
-
"@gooddata/
|
|
98
|
-
"@gooddata/reference-workspace": "11.35.0-alpha.
|
|
99
|
-
"@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.
|
|
100
|
-
"@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.
|
|
101
|
-
"@gooddata/stylelint-config": "11.35.0-alpha.
|
|
96
|
+
"@gooddata/oxlint-config": "11.35.0-alpha.7",
|
|
97
|
+
"@gooddata/eslint-config": "11.35.0-alpha.7",
|
|
98
|
+
"@gooddata/reference-workspace": "11.35.0-alpha.7",
|
|
99
|
+
"@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.7",
|
|
100
|
+
"@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.7",
|
|
101
|
+
"@gooddata/stylelint-config": "11.35.0-alpha.7"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"build": "bash scripts/build.sh",
|
|
113
113
|
"build-check": "tsgo",
|
|
114
114
|
"build-ts": "tsgo -p tsconfig.build.json",
|
|
115
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
|
115
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
|
|
116
116
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
117
117
|
"format-check": "oxfmt --check .",
|
|
118
118
|
"format-write": "oxfmt .",
|