@gooddata/sdk-ui-gen-ai 10.22.0-alpha.45 → 10.22.0-alpha.46

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-gen-ai",
3
- "version": "10.22.0-alpha.45",
3
+ "version": "10.22.0-alpha.46",
4
4
  "description": "GoodData GenAI SDK",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,14 +46,14 @@
46
46
  "react-loading-skeleton": "^3.4.0",
47
47
  "react-markdown": "^9.0.1",
48
48
  "remark-emoji": "^5.0.1",
49
- "@gooddata/api-client-tiger": "10.22.0-alpha.45",
50
- "@gooddata/sdk-backend-spi": "10.22.0-alpha.45",
51
- "@gooddata/sdk-ui": "10.22.0-alpha.45",
52
- "@gooddata/sdk-ui-charts": "10.22.0-alpha.45",
53
- "@gooddata/sdk-model": "10.22.0-alpha.45",
54
- "@gooddata/sdk-ui-pivot": "10.22.0-alpha.45",
55
- "@gooddata/util": "10.22.0-alpha.45",
56
- "@gooddata/sdk-ui-kit": "10.22.0-alpha.45"
49
+ "@gooddata/api-client-tiger": "10.22.0-alpha.46",
50
+ "@gooddata/sdk-backend-spi": "10.22.0-alpha.46",
51
+ "@gooddata/sdk-ui-pivot": "10.22.0-alpha.46",
52
+ "@gooddata/sdk-model": "10.22.0-alpha.46",
53
+ "@gooddata/sdk-ui": "10.22.0-alpha.46",
54
+ "@gooddata/sdk-ui-charts": "10.22.0-alpha.46",
55
+ "@gooddata/util": "10.22.0-alpha.46",
56
+ "@gooddata/sdk-ui-kit": "10.22.0-alpha.46"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -102,10 +102,10 @@
102
102
  "vitest-dom": "0.1.1",
103
103
  "@types/react-native-listener": "~1.1.3",
104
104
  "@types/uuid": "^8.3.4",
105
- "@gooddata/i18n-toolkit": "10.22.0-alpha.45",
106
- "@gooddata/reference-workspace": "10.22.0-alpha.45",
107
- "@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.45",
108
- "@gooddata/sdk-ui-theme-provider": "10.22.0-alpha.45"
105
+ "@gooddata/i18n-toolkit": "10.22.0-alpha.46",
106
+ "@gooddata/reference-workspace": "10.22.0-alpha.46",
107
+ "@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.46",
108
+ "@gooddata/sdk-ui-theme-provider": "10.22.0-alpha.46"
109
109
  },
110
110
  "scripts": {
111
111
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",