@gooddata/sdk-ui-catalog 11.14.0-alpha.0 → 11.14.0-alpha.1

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-catalog",
3
- "version": "11.14.0-alpha.0",
3
+ "version": "11.14.0-alpha.1",
4
4
  "description": "GoodData SDK - Analytics Catalog",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,13 +37,13 @@
37
37
  "lodash-es": "^4.17.21",
38
38
  "react-intl": "7.1.11",
39
39
  "tslib": "2.8.1",
40
- "@gooddata/sdk-backend-spi": "11.14.0-alpha.0",
41
- "@gooddata/sdk-model": "11.14.0-alpha.0",
42
- "@gooddata/sdk-ui": "11.14.0-alpha.0",
43
- "@gooddata/sdk-ui-kit": "11.14.0-alpha.0",
44
- "@gooddata/sdk-ui-semantic-search": "11.14.0-alpha.0",
45
- "@gooddata/sdk-ui-theme-provider": "11.14.0-alpha.0",
46
- "@gooddata/util": "11.14.0-alpha.0"
40
+ "@gooddata/sdk-backend-spi": "11.14.0-alpha.1",
41
+ "@gooddata/sdk-ui": "11.14.0-alpha.1",
42
+ "@gooddata/sdk-ui-kit": "11.14.0-alpha.1",
43
+ "@gooddata/sdk-model": "11.14.0-alpha.1",
44
+ "@gooddata/sdk-ui-semantic-search": "11.14.0-alpha.1",
45
+ "@gooddata/sdk-ui-theme-provider": "11.14.0-alpha.1",
46
+ "@gooddata/util": "11.14.0-alpha.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-documenter": "^7.17.0",
@@ -83,9 +83,9 @@
83
83
  "typescript": "5.8.3",
84
84
  "vitest": "3.2.4",
85
85
  "vitest-dom": "0.1.1",
86
- "@gooddata/eslint-config": "11.14.0-alpha.0",
87
- "@gooddata/i18n-toolkit": "11.14.0-alpha.0",
88
- "@gooddata/sdk-backend-mockingbird": "11.14.0-alpha.0"
86
+ "@gooddata/eslint-config": "11.14.0-alpha.1",
87
+ "@gooddata/i18n-toolkit": "11.14.0-alpha.1",
88
+ "@gooddata/sdk-backend-mockingbird": "11.14.0-alpha.1"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "react": "^18.0.0 || ^19.0.0",
@@ -115,7 +115,7 @@
115
115
  "test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
116
116
  "test-once": "vitest run",
117
117
  "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",
118
- "validate-esm": "node --loader ./scripts/validateEsmLoader.mjs --input-type=module --eval 'import \"@gooddata/sdk-ui-catalog\"'",
118
+ "validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-catalog\"'",
119
119
  "validate-locales": "i18n-toolkit",
120
120
  "validate-locales-ci": "i18n-toolkit",
121
121
  "validate-theming": "npm run scss && node scripts/validateCss.js"