@gooddata/sdk-ui-ext 10.0.0-alpha.10 → 10.0.0-alpha.12

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 +1 -1
  2. package/package.json +18 -18
package/NOTICE CHANGED
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
9
9
 
10
10
  Date generated: 2024-3-28
11
11
 
12
- Revision ID: 572cc4fc6ec763bf6f69a29236d8d828ec9e53eb
12
+ Revision ID: b55abe2f7a056d58d34cbdb9b5778fbc56402b03
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-ext",
3
- "version": "10.0.0-alpha.10",
3
+ "version": "10.0.0-alpha.12",
4
4
  "description": "GoodData.UI SDK - Extensions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,19 +50,19 @@
50
50
  "uuid": "^8.3.2",
51
51
  "debounce-promise": "^3.1.2",
52
52
  "json-stable-stringify": "^1.0.1",
53
- "@gooddata/sdk-backend-base": "10.0.0-alpha.10",
54
- "@gooddata/sdk-backend-spi": "10.0.0-alpha.10",
55
- "@gooddata/sdk-embedding": "10.0.0-alpha.10",
56
- "@gooddata/sdk-ui": "10.0.0-alpha.10",
57
- "@gooddata/sdk-model": "10.0.0-alpha.10",
58
- "@gooddata/sdk-ui-filters": "10.0.0-alpha.10",
59
- "@gooddata/sdk-ui-charts": "10.0.0-alpha.10",
60
- "@gooddata/sdk-ui-geo": "10.0.0-alpha.10",
61
- "@gooddata/sdk-ui-kit": "10.0.0-alpha.10",
62
- "@gooddata/sdk-ui-pivot": "10.0.0-alpha.10",
63
- "@gooddata/sdk-ui-theme-provider": "10.0.0-alpha.10",
64
- "@gooddata/sdk-ui-vis-commons": "10.0.0-alpha.10",
65
- "@gooddata/util": "10.0.0-alpha.10"
53
+ "@gooddata/sdk-backend-base": "10.0.0-alpha.12",
54
+ "@gooddata/sdk-backend-spi": "10.0.0-alpha.12",
55
+ "@gooddata/sdk-model": "10.0.0-alpha.12",
56
+ "@gooddata/sdk-embedding": "10.0.0-alpha.12",
57
+ "@gooddata/sdk-ui": "10.0.0-alpha.12",
58
+ "@gooddata/sdk-ui-charts": "10.0.0-alpha.12",
59
+ "@gooddata/sdk-ui-filters": "10.0.0-alpha.12",
60
+ "@gooddata/sdk-ui-geo": "10.0.0-alpha.12",
61
+ "@gooddata/sdk-ui-kit": "10.0.0-alpha.12",
62
+ "@gooddata/sdk-ui-pivot": "10.0.0-alpha.12",
63
+ "@gooddata/sdk-ui-vis-commons": "10.0.0-alpha.12",
64
+ "@gooddata/sdk-ui-theme-provider": "10.0.0-alpha.12",
65
+ "@gooddata/util": "10.0.0-alpha.12"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -117,10 +117,10 @@
117
117
  "vitest-dom": "0.1.1",
118
118
  "@types/debounce-promise": "^3.1.4",
119
119
  "@types/json-stable-stringify": "^1.0.32",
120
- "@gooddata/live-examples-workspace": "10.0.0-alpha.10",
121
- "@gooddata/i18n-toolkit": "10.0.0-alpha.10",
122
- "@gooddata/reference-workspace": "10.0.0-alpha.10",
123
- "@gooddata/sdk-backend-mockingbird": "10.0.0-alpha.10"
120
+ "@gooddata/live-examples-workspace": "10.0.0-alpha.12",
121
+ "@gooddata/i18n-toolkit": "10.0.0-alpha.12",
122
+ "@gooddata/reference-workspace": "10.0.0-alpha.12",
123
+ "@gooddata/sdk-backend-mockingbird": "10.0.0-alpha.12"
124
124
  },
125
125
  "scripts": {
126
126
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",