@gooddata/sdk-ui-charts 10.22.0-alpha.3 → 10.22.0-alpha.5
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.
- package/package.json +10 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
3
|
-
"version": "10.22.0-alpha.
|
3
|
+
"version": "10.22.0-alpha.5",
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -68,13 +68,13 @@
|
|
68
68
|
"ts-invariant": "^0.7.5",
|
69
69
|
"tslib": "^2.5.0",
|
70
70
|
"uuid": "^8.3.2",
|
71
|
-
"@gooddata/sdk-backend-spi": "10.22.0-alpha.
|
72
|
-
"@gooddata/sdk-
|
73
|
-
"@gooddata/sdk-ui": "10.22.0-alpha.
|
74
|
-
"@gooddata/sdk-
|
75
|
-
"@gooddata/sdk-ui-theme-provider": "10.22.0-alpha.
|
76
|
-
"@gooddata/sdk-ui-vis-commons": "10.22.0-alpha.
|
77
|
-
"@gooddata/util": "10.22.0-alpha.
|
71
|
+
"@gooddata/sdk-backend-spi": "10.22.0-alpha.5",
|
72
|
+
"@gooddata/sdk-ui-kit": "10.22.0-alpha.5",
|
73
|
+
"@gooddata/sdk-ui": "10.22.0-alpha.5",
|
74
|
+
"@gooddata/sdk-model": "10.22.0-alpha.5",
|
75
|
+
"@gooddata/sdk-ui-theme-provider": "10.22.0-alpha.5",
|
76
|
+
"@gooddata/sdk-ui-vis-commons": "10.22.0-alpha.5",
|
77
|
+
"@gooddata/util": "10.22.0-alpha.5"
|
78
78
|
},
|
79
79
|
"peerDependencies": {
|
80
80
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -125,8 +125,8 @@
|
|
125
125
|
"vitest": "1.0.4",
|
126
126
|
"vitest-dom": "0.1.1",
|
127
127
|
"@types/js-yaml": "^4.0.9",
|
128
|
-
"@gooddata/reference-workspace": "10.22.0-alpha.
|
129
|
-
"@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.
|
128
|
+
"@gooddata/reference-workspace": "10.22.0-alpha.5",
|
129
|
+
"@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.5"
|
130
130
|
},
|
131
131
|
"scripts": {
|
132
132
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|