@gooddata/sdk-ui-ext 10.24.0-alpha.0 → 10.24.0-alpha.2

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 (2) hide show
  1. package/NOTICE +4585 -12053
  2. package/package.json +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-ext",
3
- "version": "10.24.0-alpha.0",
3
+ "version": "10.24.0-alpha.2",
4
4
  "description": "GoodData.UI SDK - Extensions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,19 +55,19 @@
55
55
  "ts-invariant": "^0.7.5",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2",
58
- "@gooddata/sdk-backend-base": "10.24.0-alpha.0",
59
- "@gooddata/sdk-model": "10.24.0-alpha.0",
60
- "@gooddata/sdk-backend-spi": "10.24.0-alpha.0",
61
- "@gooddata/sdk-embedding": "10.24.0-alpha.0",
62
- "@gooddata/sdk-ui-charts": "10.24.0-alpha.0",
63
- "@gooddata/sdk-ui": "10.24.0-alpha.0",
64
- "@gooddata/sdk-ui-filters": "10.24.0-alpha.0",
65
- "@gooddata/sdk-ui-kit": "10.24.0-alpha.0",
66
- "@gooddata/sdk-ui-theme-provider": "10.24.0-alpha.0",
67
- "@gooddata/sdk-ui-geo": "10.24.0-alpha.0",
68
- "@gooddata/sdk-ui-vis-commons": "10.24.0-alpha.0",
69
- "@gooddata/sdk-ui-pivot": "10.24.0-alpha.0",
70
- "@gooddata/util": "10.24.0-alpha.0"
58
+ "@gooddata/sdk-backend-base": "10.24.0-alpha.2",
59
+ "@gooddata/sdk-backend-spi": "10.24.0-alpha.2",
60
+ "@gooddata/sdk-model": "10.24.0-alpha.2",
61
+ "@gooddata/sdk-embedding": "10.24.0-alpha.2",
62
+ "@gooddata/sdk-ui": "10.24.0-alpha.2",
63
+ "@gooddata/sdk-ui-charts": "10.24.0-alpha.2",
64
+ "@gooddata/sdk-ui-filters": "10.24.0-alpha.2",
65
+ "@gooddata/sdk-ui-kit": "10.24.0-alpha.2",
66
+ "@gooddata/sdk-ui-geo": "10.24.0-alpha.2",
67
+ "@gooddata/sdk-ui-pivot": "10.24.0-alpha.2",
68
+ "@gooddata/sdk-ui-vis-commons": "10.24.0-alpha.2",
69
+ "@gooddata/sdk-ui-theme-provider": "10.24.0-alpha.2",
70
+ "@gooddata/util": "10.24.0-alpha.2"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -107,7 +107,7 @@
107
107
  "eslint-plugin-sonarjs": "^0.16.0",
108
108
  "eslint-plugin-tsdoc": "^0.2.14",
109
109
  "full-icu": "^1.3.0",
110
- "jsdom": "^22.1.0",
110
+ "jsdom": "26.0.0",
111
111
  "prettier": "~2.5.0",
112
112
  "raf": "^3.4.1",
113
113
  "react": "^18.2.0",
@@ -118,15 +118,15 @@
118
118
  "stylelint-config-prettier": "^8.0.2",
119
119
  "svgo": "^2.8.0",
120
120
  "typescript": "5.3.3",
121
- "vitest": "1.0.4",
121
+ "vitest": "3.0.8",
122
122
  "vitest-dom": "0.1.1",
123
123
  "@types/debounce-promise": "^3.1.4",
124
124
  "@types/json-stable-stringify": "^1.0.32",
125
125
  "@types/codemirror": "^5.60.7",
126
126
  "@types/js-yaml": "^4.0.9",
127
- "@gooddata/i18n-toolkit": "10.24.0-alpha.0",
128
- "@gooddata/reference-workspace": "10.24.0-alpha.0",
129
- "@gooddata/sdk-backend-mockingbird": "10.24.0-alpha.0"
127
+ "@gooddata/i18n-toolkit": "10.24.0-alpha.2",
128
+ "@gooddata/reference-workspace": "10.24.0-alpha.2",
129
+ "@gooddata/sdk-backend-mockingbird": "10.24.0-alpha.2"
130
130
  },
131
131
  "scripts": {
132
132
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",