@gooddata/sdk-ui-semantic-search 10.20.0-alpha.29 → 10.20.0-alpha.3

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.29",
3
+ "version": "10.20.0-alpha.3",
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-ui": "10.20.0-alpha.29",
42
- "@gooddata/sdk-model": "10.20.0-alpha.29",
43
- "@gooddata/sdk-ui-kit": "10.20.0-alpha.29",
44
- "@gooddata/util": "10.20.0-alpha.29",
45
- "@gooddata/sdk-ui-theme-provider": "10.20.0-alpha.29",
46
- "@gooddata/sdk-backend-spi": "10.20.0-alpha.29"
41
+ "@gooddata/sdk-model": "10.20.0-alpha.3",
42
+ "@gooddata/sdk-ui-kit": "10.20.0-alpha.3",
43
+ "@gooddata/sdk-ui": "10.20.0-alpha.3",
44
+ "@gooddata/sdk-backend-spi": "10.20.0-alpha.3",
45
+ "@gooddata/sdk-ui-theme-provider": "10.20.0-alpha.3",
46
+ "@gooddata/util": "10.20.0-alpha.3"
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.29",
89
- "@gooddata/i18n-toolkit": "10.20.0-alpha.29"
88
+ "@gooddata/i18n-toolkit": "10.20.0-alpha.3",
89
+ "@gooddata/sdk-backend-mockingbird": "10.20.0-alpha.3"
90
90
  },
91
91
  "scripts": {
92
92
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",