@gooddata/sdk-ui-semantic-search 10.26.0-alpha.8 → 10.26.0

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-semantic-search",
3
- "version": "10.26.0-alpha.8",
3
+ "version": "10.26.0",
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.26.0-alpha.8",
42
- "@gooddata/sdk-ui-kit": "10.26.0-alpha.8",
43
- "@gooddata/sdk-ui": "10.26.0-alpha.8",
44
- "@gooddata/sdk-backend-spi": "10.26.0-alpha.8",
45
- "@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.8",
46
- "@gooddata/util": "10.26.0-alpha.8"
41
+ "@gooddata/sdk-model": "10.26.0",
42
+ "@gooddata/sdk-ui": "10.26.0",
43
+ "@gooddata/sdk-ui-kit": "10.26.0",
44
+ "@gooddata/sdk-backend-spi": "10.26.0",
45
+ "@gooddata/sdk-ui-theme-provider": "10.26.0",
46
+ "@gooddata/util": "10.26.0"
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/sdk-backend-mockingbird": "10.26.0-alpha.8",
89
- "@gooddata/i18n-toolkit": "10.26.0-alpha.8"
88
+ "@gooddata/i18n-toolkit": "10.26.0",
89
+ "@gooddata/sdk-backend-mockingbird": "10.26.0"
90
90
  },
91
91
  "scripts": {
92
92
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
@@ -108,7 +108,7 @@
108
108
  "validate-locales": "i18n-toolkit --debug",
109
109
  "validate-locales-ci": "i18n-toolkit",
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
- "validate-ci": "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",
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
113
  "scss": "sass --load-path=node_modules styles/scss:styles/css"
114
114
  }