@gooddata/sdk-ui-semantic-search 10.11.0-alpha.5 → 10.11.0-alpha.6

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-semantic-search",
3
- "version": "10.11.0-alpha.5",
3
+ "version": "10.11.0-alpha.6",
4
4
  "description": "GoodData SDK TypeScript & React skeleton",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,11 +37,11 @@
37
37
  "react-intl": "^6.4.1",
38
38
  "tslib": "^2.5.0",
39
39
  "classnames": "^2.3.1",
40
- "@gooddata/sdk-ui": "10.11.0-alpha.5",
41
- "@gooddata/sdk-model": "10.11.0-alpha.5",
42
- "@gooddata/sdk-ui-kit": "10.11.0-alpha.5",
43
- "@gooddata/sdk-ui-theme-provider": "10.11.0-alpha.5",
44
- "@gooddata/sdk-backend-spi": "10.11.0-alpha.5"
40
+ "@gooddata/sdk-model": "10.11.0-alpha.6",
41
+ "@gooddata/sdk-ui": "10.11.0-alpha.6",
42
+ "@gooddata/sdk-ui-kit": "10.11.0-alpha.6",
43
+ "@gooddata/sdk-backend-spi": "10.11.0-alpha.6",
44
+ "@gooddata/sdk-ui-theme-provider": "10.11.0-alpha.6"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -83,7 +83,7 @@
83
83
  "stylelint": "^13.8.0",
84
84
  "stylelint-checkstyle-formatter": "^0.1.2",
85
85
  "stylelint-config-prettier": "^8.0.2",
86
- "@gooddata/sdk-backend-mockingbird": "10.11.0-alpha.5"
86
+ "@gooddata/sdk-backend-mockingbird": "10.11.0-alpha.6"
87
87
  },
88
88
  "scripts": {
89
89
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",