@gooddata/sdk-ui-charts 10.16.0-beta.0 → 10.17.0-alpha.0
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/NOTICE +1 -1
- package/package.json +10 -10
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-11-28
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.17.0-alpha.0",
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -67,13 +67,13 @@
|
|
67
67
|
"ts-invariant": "^0.7.5",
|
68
68
|
"tslib": "^2.5.0",
|
69
69
|
"uuid": "^8.3.2",
|
70
|
-
"@gooddata/sdk-backend-spi": "10.
|
71
|
-
"@gooddata/sdk-
|
72
|
-
"@gooddata/sdk-
|
73
|
-
"@gooddata/sdk-ui-
|
74
|
-
"@gooddata/sdk-ui-
|
75
|
-
"@gooddata/
|
76
|
-
"@gooddata/
|
70
|
+
"@gooddata/sdk-backend-spi": "10.17.0-alpha.0",
|
71
|
+
"@gooddata/sdk-model": "10.17.0-alpha.0",
|
72
|
+
"@gooddata/sdk-ui": "10.17.0-alpha.0",
|
73
|
+
"@gooddata/sdk-ui-kit": "10.17.0-alpha.0",
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "10.17.0-alpha.0",
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "10.17.0-alpha.0",
|
76
|
+
"@gooddata/util": "10.17.0-alpha.0"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -123,8 +123,8 @@
|
|
123
123
|
"typescript": "5.3.3",
|
124
124
|
"vitest": "1.0.4",
|
125
125
|
"vitest-dom": "0.1.1",
|
126
|
-
"@gooddata/reference-workspace": "10.
|
127
|
-
"@gooddata/sdk-backend-mockingbird": "10.
|
126
|
+
"@gooddata/reference-workspace": "10.17.0-alpha.0",
|
127
|
+
"@gooddata/sdk-backend-mockingbird": "10.17.0-alpha.0"
|
128
128
|
},
|
129
129
|
"scripts": {
|
130
130
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|