@gooddata/sdk-ui-semantic-search 10.20.0-alpha.52 → 10.20.0-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-semantic-search",
3
- "version": "10.20.0-alpha.52",
3
+ "version": "10.20.0-alpha.7",
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.20.0-alpha.52",
42
- "@gooddata/sdk-ui": "10.20.0-alpha.52",
43
- "@gooddata/sdk-ui-kit": "10.20.0-alpha.52",
44
- "@gooddata/sdk-ui-theme-provider": "10.20.0-alpha.52",
45
- "@gooddata/util": "10.20.0-alpha.52",
46
- "@gooddata/sdk-backend-spi": "10.20.0-alpha.52"
41
+ "@gooddata/sdk-model": "10.20.0-alpha.7",
42
+ "@gooddata/sdk-ui-theme-provider": "10.20.0-alpha.7",
43
+ "@gooddata/sdk-ui-kit": "10.20.0-alpha.7",
44
+ "@gooddata/sdk-ui": "10.20.0-alpha.7",
45
+ "@gooddata/sdk-backend-spi": "10.20.0-alpha.7",
46
+ "@gooddata/util": "10.20.0-alpha.7"
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.20.0-alpha.52",
89
- "@gooddata/i18n-toolkit": "10.20.0-alpha.52"
88
+ "@gooddata/sdk-backend-mockingbird": "10.20.0-alpha.7",
89
+ "@gooddata/i18n-toolkit": "10.20.0-alpha.7"
90
90
  },
91
91
  "scripts": {
92
92
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",