@gooddata/sdk-ui-gen-ai 10.26.0-alpha.64 → 10.26.0-alpha.66

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-gen-ai",
3
- "version": "10.26.0-alpha.64",
3
+ "version": "10.26.0-alpha.66",
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.26.0-alpha.64",
50
- "@gooddata/sdk-backend-spi": "10.26.0-alpha.64",
51
- "@gooddata/sdk-model": "10.26.0-alpha.64",
52
- "@gooddata/sdk-ui": "10.26.0-alpha.64",
53
- "@gooddata/sdk-ui-charts": "10.26.0-alpha.64",
54
- "@gooddata/sdk-ui-pivot": "10.26.0-alpha.64",
55
- "@gooddata/util": "10.26.0-alpha.64",
56
- "@gooddata/sdk-ui-kit": "10.26.0-alpha.64"
49
+ "@gooddata/api-client-tiger": "10.26.0-alpha.66",
50
+ "@gooddata/sdk-backend-spi": "10.26.0-alpha.66",
51
+ "@gooddata/sdk-model": "10.26.0-alpha.66",
52
+ "@gooddata/sdk-ui": "10.26.0-alpha.66",
53
+ "@gooddata/sdk-ui-charts": "10.26.0-alpha.66",
54
+ "@gooddata/sdk-ui-pivot": "10.26.0-alpha.66",
55
+ "@gooddata/sdk-ui-kit": "10.26.0-alpha.66",
56
+ "@gooddata/util": "10.26.0-alpha.66"
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.26.0-alpha.64",
106
- "@gooddata/reference-workspace": "10.26.0-alpha.64",
107
- "@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.64",
108
- "@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.64"
105
+ "@gooddata/i18n-toolkit": "10.26.0-alpha.66",
106
+ "@gooddata/reference-workspace": "10.26.0-alpha.66",
107
+ "@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.66",
108
+ "@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.66"
109
109
  },
110
110
  "scripts": {
111
111
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
@@ -128,7 +128,7 @@
128
128
  "validate-locales": "i18n-toolkit --debug",
129
129
  "validate-locales-ci": "i18n-toolkit",
130
130
  "validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
131
- "validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
131
+ "validate-ci": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
132
132
  "validate-theming": "npm run scss && node scripts/validateCss.js",
133
133
  "scss": "sass --load-path=node_modules styles/scss:styles/css"
134
134
  }