@gooddata/sdk-ui-semantic-search 10.28.0-alpha.71 → 10.28.0-alpha.73

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 +11 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-semantic-search",
3
- "version": "10.28.0-alpha.71",
3
+ "version": "10.28.0-alpha.73",
4
4
  "description": "GoodData SDK TypeScript & React skeleton",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,12 +38,12 @@
38
38
  "react-intl": "^6.4.1",
39
39
  "tslib": "^2.5.0",
40
40
  "classnames": "^2.3.1",
41
- "@gooddata/sdk-model": "10.28.0-alpha.71",
42
- "@gooddata/sdk-ui-kit": "10.28.0-alpha.71",
43
- "@gooddata/sdk-ui-theme-provider": "10.28.0-alpha.71",
44
- "@gooddata/sdk-backend-spi": "10.28.0-alpha.71",
45
- "@gooddata/sdk-ui": "10.28.0-alpha.71",
46
- "@gooddata/util": "10.28.0-alpha.71"
41
+ "@gooddata/sdk-model": "10.28.0-alpha.73",
42
+ "@gooddata/sdk-ui": "10.28.0-alpha.73",
43
+ "@gooddata/sdk-backend-spi": "10.28.0-alpha.73",
44
+ "@gooddata/util": "10.28.0-alpha.73",
45
+ "@gooddata/sdk-ui-kit": "10.28.0-alpha.73",
46
+ "@gooddata/sdk-ui-theme-provider": "10.28.0-alpha.73"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -85,8 +85,8 @@
85
85
  "stylelint": "^13.8.0",
86
86
  "stylelint-checkstyle-formatter": "^0.1.2",
87
87
  "stylelint-config-prettier": "^8.0.2",
88
- "@gooddata/i18n-toolkit": "10.28.0-alpha.71",
89
- "@gooddata/sdk-backend-mockingbird": "10.28.0-alpha.71"
88
+ "@gooddata/i18n-toolkit": "10.28.0-alpha.73",
89
+ "@gooddata/sdk-backend-mockingbird": "10.28.0-alpha.73"
90
90
  },
91
91
  "scripts": {
92
92
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
@@ -110,6 +110,7 @@
110
110
  "validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
111
111
  "validate-ci": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
112
112
  "validate-theming": "npm run scss && node scripts/validateCss.js",
113
- "scss": "sass --load-path=node_modules styles/scss:styles/css"
113
+ "scss": "sass --load-path=node_modules styles/scss:styles/css",
114
+ "validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-semantic-search\"'"
114
115
  }
115
116
  }