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