@gooddata/sdk-ui-all 10.3.0-alpha.2 → 10.3.0-alpha.3

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 +423 -3
  2. package/package.json +9 -9
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2024-4-9
10
+ Date generated: 2024-5-21
11
11
 
12
- Revision ID: 77c6338613626834e81c5b0e2577450ce9fabf1c
12
+ Revision ID: aa14b39e4ff4c096657ab63348f5a0254363cd8f
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -446,6 +446,7 @@ Revision ID: 77c6338613626834e81c5b0e2577450ce9fabf1c
446
446
  - events (3.3.0) [MIT]
447
447
  - execa (5.1.1) [MIT]
448
448
  - execa (8.0.1) [MIT]
449
+ - exponential-backoff (3.1.1) [Apache-2.0]
449
450
  - express (4.18.2) [MIT]
450
451
  - extend (3.0.2) [MIT]
451
452
  - external-editor (3.1.0) [MIT]
@@ -16011,6 +16012,220 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16011
16012
  SOFTWARE.
16012
16013
 
16013
16014
 
16015
+ --------------------------------------------------------------------------------
16016
+ Package Title: exponential-backoff (3.1.1)
16017
+
16018
+ Package Locator: npm+exponential-backoff$3.1.1
16019
+ --------------------------------------------------------------------------------
16020
+
16021
+ * Declared Licenses *
16022
+ Apache-2.0
16023
+
16024
+
16025
+
16026
+ Apache License
16027
+ Version 2.0, January 2004
16028
+ http://www.apache.org/licenses/
16029
+
16030
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16031
+
16032
+ 1. Definitions.
16033
+
16034
+ "License" shall mean the terms and conditions for use, reproduction,
16035
+ and distribution as defined by Sections 1 through 9 of this document.
16036
+
16037
+ "Licensor" shall mean the copyright owner or entity authorized by
16038
+ the copyright owner that is granting the License.
16039
+
16040
+ "Legal Entity" shall mean the union of the acting entity and all
16041
+ other entities that control, are controlled by, or are under common
16042
+ control with that entity. For the purposes of this definition,
16043
+ "control" means (i) the power, direct or indirect, to cause the
16044
+ direction or management of such entity, whether by contract or
16045
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
16046
+ outstanding shares, or (iii) beneficial ownership of such entity.
16047
+
16048
+ "You" (or "Your") shall mean an individual or Legal Entity
16049
+ exercising permissions granted by this License.
16050
+
16051
+ "Source" form shall mean the preferred form for making modifications,
16052
+ including but not limited to software source code, documentation
16053
+ source, and configuration files.
16054
+
16055
+ "Object" form shall mean any form resulting from mechanical
16056
+ transformation or translation of a Source form, including but
16057
+ not limited to compiled object code, generated documentation,
16058
+ and conversions to other media types.
16059
+
16060
+ "Work" shall mean the work of authorship, whether in Source or
16061
+ Object form, made available under the License, as indicated by a
16062
+ copyright notice that is included in or attached to the work
16063
+ (an example is provided in the Appendix below).
16064
+
16065
+ "Derivative Works" shall mean any work, whether in Source or Object
16066
+ form, that is based on (or derived from) the Work and for which the
16067
+ editorial revisions, annotations, elaborations, or other modifications
16068
+ represent, as a whole, an original work of authorship. For the purposes
16069
+ of this License, Derivative Works shall not include works that remain
16070
+ separable from, or merely link (or bind by name) to the interfaces of,
16071
+ the Work and Derivative Works thereof.
16072
+
16073
+ "Contribution" shall mean any work of authorship, including
16074
+ the original version of the Work and any modifications or additions
16075
+ to that Work or Derivative Works thereof, that is intentionally
16076
+ submitted to Licensor for inclusion in the Work by the copyright owner
16077
+ or by an individual or Legal Entity authorized to submit on behalf of
16078
+ the copyright owner. For the purposes of this definition, "submitted"
16079
+ means any form of electronic, verbal, or written communication sent
16080
+ to the Licensor or its representatives, including but not limited to
16081
+ communication on electronic mailing lists, source code control systems,
16082
+ and issue tracking systems that are managed by, or on behalf of, the
16083
+ Licensor for the purpose of discussing and improving the Work, but
16084
+ excluding communication that is conspicuously marked or otherwise
16085
+ designated in writing by the copyright owner as "Not a Contribution."
16086
+
16087
+ "Contributor" shall mean Licensor and any individual or Legal Entity
16088
+ on behalf of whom a Contribution has been received by Licensor and
16089
+ subsequently incorporated within the Work.
16090
+
16091
+ 2. Grant of Copyright License. Subject to the terms and conditions of
16092
+ this License, each Contributor hereby grants to You a perpetual,
16093
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16094
+ copyright license to reproduce, prepare Derivative Works of,
16095
+ publicly display, publicly perform, sublicense, and distribute the
16096
+ Work and such Derivative Works in Source or Object form.
16097
+
16098
+ 3. Grant of Patent License. Subject to the terms and conditions of
16099
+ this License, each Contributor hereby grants to You a perpetual,
16100
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16101
+ (except as stated in this section) patent license to make, have made,
16102
+ use, offer to sell, sell, import, and otherwise transfer the Work,
16103
+ where such license applies only to those patent claims licensable
16104
+ by such Contributor that are necessarily infringed by their
16105
+ Contribution(s) alone or by combination of their Contribution(s)
16106
+ with the Work to which such Contribution(s) was submitted. If You
16107
+ institute patent litigation against any entity (including a
16108
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
16109
+ or a Contribution incorporated within the Work constitutes direct
16110
+ or contributory patent infringement, then any patent licenses
16111
+ granted to You under this License for that Work shall terminate
16112
+ as of the date such litigation is filed.
16113
+
16114
+ 4. Redistribution. You may reproduce and distribute copies of the
16115
+ Work or Derivative Works thereof in any medium, with or without
16116
+ modifications, and in Source or Object form, provided that You
16117
+ meet the following conditions:
16118
+
16119
+ (a) You must give any other recipients of the Work or
16120
+ Derivative Works a copy of this License; and
16121
+
16122
+ (b) You must cause any modified files to carry prominent notices
16123
+ stating that You changed the files; and
16124
+
16125
+ (c) You must retain, in the Source form of any Derivative Works
16126
+ that You distribute, all copyright, patent, trademark, and
16127
+ attribution notices from the Source form of the Work,
16128
+ excluding those notices that do not pertain to any part of
16129
+ the Derivative Works; and
16130
+
16131
+ (d) If the Work includes a "NOTICE" text file as part of its
16132
+ distribution, then any Derivative Works that You distribute must
16133
+ include a readable copy of the attribution notices contained
16134
+ within such NOTICE file, excluding those notices that do not
16135
+ pertain to any part of the Derivative Works, in at least one
16136
+ of the following places: within a NOTICE text file distributed
16137
+ as part of the Derivative Works; within the Source form or
16138
+ documentation, if provided along with the Derivative Works; or,
16139
+ within a display generated by the Derivative Works, if and
16140
+ wherever such third-party notices normally appear. The contents
16141
+ of the NOTICE file are for informational purposes only and
16142
+ do not modify the License. You may add Your own attribution
16143
+ notices within Derivative Works that You distribute, alongside
16144
+ or as an addendum to the NOTICE text from the Work, provided
16145
+ that such additional attribution notices cannot be construed
16146
+ as modifying the License.
16147
+
16148
+ You may add Your own copyright statement to Your modifications and
16149
+ may provide additional or different license terms and conditions
16150
+ for use, reproduction, or distribution of Your modifications, or
16151
+ for any such Derivative Works as a whole, provided Your use,
16152
+ reproduction, and distribution of the Work otherwise complies with
16153
+ the conditions stated in this License.
16154
+
16155
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
16156
+ any Contribution intentionally submitted for inclusion in the Work
16157
+ by You to the Licensor shall be under the terms and conditions of
16158
+ this License, without any additional terms or conditions.
16159
+ Notwithstanding the above, nothing herein shall supersede or modify
16160
+ the terms of any separate license agreement you may have executed
16161
+ with Licensor regarding such Contributions.
16162
+
16163
+ 6. Trademarks. This License does not grant permission to use the trade
16164
+ names, trademarks, service marks, or product names of the Licensor,
16165
+ except as required for reasonable and customary use in describing the
16166
+ origin of the Work and reproducing the content of the NOTICE file.
16167
+
16168
+ 7. Disclaimer of Warranty. Unless required by applicable law or
16169
+ agreed to in writing, Licensor provides the Work (and each
16170
+ Contributor provides its Contributions) on an "AS IS" BASIS,
16171
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16172
+ implied, including, without limitation, any warranties or conditions
16173
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
16174
+ PARTICULAR PURPOSE. You are solely responsible for determining the
16175
+ appropriateness of using or redistributing the Work and assume any
16176
+ risks associated with Your exercise of permissions under this License.
16177
+
16178
+ 8. Limitation of Liability. In no event and under no legal theory,
16179
+ whether in tort (including negligence), contract, or otherwise,
16180
+ unless required by applicable law (such as deliberate and grossly
16181
+ negligent acts) or agreed to in writing, shall any Contributor be
16182
+ liable to You for damages, including any direct, indirect, special,
16183
+ incidental, or consequential damages of any character arising as a
16184
+ result of this License or out of the use or inability to use the
16185
+ Work (including but not limited to damages for loss of goodwill,
16186
+ work stoppage, computer failure or malfunction, or any and all
16187
+ other commercial damages or losses), even if such Contributor
16188
+ has been advised of the possibility of such damages.
16189
+
16190
+ 9. Accepting Warranty or Additional Liability. While redistributing
16191
+ the Work or Derivative Works thereof, You may choose to offer,
16192
+ and charge a fee for, acceptance of support, warranty, indemnity,
16193
+ or other liability obligations and/or rights consistent with this
16194
+ License. However, in accepting such obligations, You may act only
16195
+ on Your own behalf and on Your sole responsibility, not on behalf
16196
+ of any other Contributor, and only if You agree to indemnify,
16197
+ defend, and hold each Contributor harmless for any liability
16198
+ incurred by, or claims asserted against, such Contributor by reason
16199
+ of your accepting any such warranty or additional liability.
16200
+
16201
+ END OF TERMS AND CONDITIONS
16202
+
16203
+ APPENDIX: How to apply the Apache License to your work.
16204
+
16205
+ To apply the Apache License to your work, attach the following
16206
+ boilerplate notice, with the fields enclosed by brackets "[]"
16207
+ replaced with your own identifying information. (Don't include
16208
+ the brackets!) The text should be enclosed in the appropriate
16209
+ comment syntax for the file format. We also recommend that a
16210
+ file or class name and description of purpose be included on the
16211
+ same "printed page" as the copyright notice for easier
16212
+ identification within third-party archives.
16213
+
16214
+ Copyright [yyyy] [name of copyright owner]
16215
+
16216
+ Licensed under the Apache License, Version 2.0 (the "License");
16217
+ you may not use this file except in compliance with the License.
16218
+ You may obtain a copy of the License at
16219
+
16220
+ http://www.apache.org/licenses/LICENSE-2.0
16221
+
16222
+ Unless required by applicable law or agreed to in writing, software
16223
+ distributed under the License is distributed on an "AS IS" BASIS,
16224
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16225
+ See the License for the specific language governing permissions and
16226
+ limitations under the License.
16227
+
16228
+
16014
16229
  --------------------------------------------------------------------------------
16015
16230
  Package Title: express (4.18.2)
16016
16231
 
@@ -48613,6 +48828,211 @@ SOFTWARE.
48613
48828
  See the License for the specific language governing permissions and
48614
48829
  limitations under the License.
48615
48830
 
48831
+ * Apache-2.0 *
48832
+
48833
+
48834
+ Apache License
48835
+ Version 2.0, January 2004
48836
+ http://www.apache.org/licenses/
48837
+
48838
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
48839
+
48840
+ 1. Definitions.
48841
+
48842
+ "License" shall mean the terms and conditions for use, reproduction,
48843
+ and distribution as defined by Sections 1 through 9 of this document.
48844
+
48845
+ "Licensor" shall mean the copyright owner or entity authorized by
48846
+ the copyright owner that is granting the License.
48847
+
48848
+ "Legal Entity" shall mean the union of the acting entity and all
48849
+ other entities that control, are controlled by, or are under common
48850
+ control with that entity. For the purposes of this definition,
48851
+ "control" means (i) the power, direct or indirect, to cause the
48852
+ direction or management of such entity, whether by contract or
48853
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
48854
+ outstanding shares, or (iii) beneficial ownership of such entity.
48855
+
48856
+ "You" (or "Your") shall mean an individual or Legal Entity
48857
+ exercising permissions granted by this License.
48858
+
48859
+ "Source" form shall mean the preferred form for making modifications,
48860
+ including but not limited to software source code, documentation
48861
+ source, and configuration files.
48862
+
48863
+ "Object" form shall mean any form resulting from mechanical
48864
+ transformation or translation of a Source form, including but
48865
+ not limited to compiled object code, generated documentation,
48866
+ and conversions to other media types.
48867
+
48868
+ "Work" shall mean the work of authorship, whether in Source or
48869
+ Object form, made available under the License, as indicated by a
48870
+ copyright notice that is included in or attached to the work
48871
+ (an example is provided in the Appendix below).
48872
+
48873
+ "Derivative Works" shall mean any work, whether in Source or Object
48874
+ form, that is based on (or derived from) the Work and for which the
48875
+ editorial revisions, annotations, elaborations, or other modifications
48876
+ represent, as a whole, an original work of authorship. For the purposes
48877
+ of this License, Derivative Works shall not include works that remain
48878
+ separable from, or merely link (or bind by name) to the interfaces of,
48879
+ the Work and Derivative Works thereof.
48880
+
48881
+ "Contribution" shall mean any work of authorship, including
48882
+ the original version of the Work and any modifications or additions
48883
+ to that Work or Derivative Works thereof, that is intentionally
48884
+ submitted to Licensor for inclusion in the Work by the copyright owner
48885
+ or by an individual or Legal Entity authorized to submit on behalf of
48886
+ the copyright owner. For the purposes of this definition, "submitted"
48887
+ means any form of electronic, verbal, or written communication sent
48888
+ to the Licensor or its representatives, including but not limited to
48889
+ communication on electronic mailing lists, source code control systems,
48890
+ and issue tracking systems that are managed by, or on behalf of, the
48891
+ Licensor for the purpose of discussing and improving the Work, but
48892
+ excluding communication that is conspicuously marked or otherwise
48893
+ designated in writing by the copyright owner as "Not a Contribution."
48894
+
48895
+ "Contributor" shall mean Licensor and any individual or Legal Entity
48896
+ on behalf of whom a Contribution has been received by Licensor and
48897
+ subsequently incorporated within the Work.
48898
+
48899
+ 2. Grant of Copyright License. Subject to the terms and conditions of
48900
+ this License, each Contributor hereby grants to You a perpetual,
48901
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
48902
+ copyright license to reproduce, prepare Derivative Works of,
48903
+ publicly display, publicly perform, sublicense, and distribute the
48904
+ Work and such Derivative Works in Source or Object form.
48905
+
48906
+ 3. Grant of Patent License. Subject to the terms and conditions of
48907
+ this License, each Contributor hereby grants to You a perpetual,
48908
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
48909
+ (except as stated in this section) patent license to make, have made,
48910
+ use, offer to sell, sell, import, and otherwise transfer the Work,
48911
+ where such license applies only to those patent claims licensable
48912
+ by such Contributor that are necessarily infringed by their
48913
+ Contribution(s) alone or by combination of their Contribution(s)
48914
+ with the Work to which such Contribution(s) was submitted. If You
48915
+ institute patent litigation against any entity (including a
48916
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
48917
+ or a Contribution incorporated within the Work constitutes direct
48918
+ or contributory patent infringement, then any patent licenses
48919
+ granted to You under this License for that Work shall terminate
48920
+ as of the date such litigation is filed.
48921
+
48922
+ 4. Redistribution. You may reproduce and distribute copies of the
48923
+ Work or Derivative Works thereof in any medium, with or without
48924
+ modifications, and in Source or Object form, provided that You
48925
+ meet the following conditions:
48926
+
48927
+ (a) You must give any other recipients of the Work or
48928
+ Derivative Works a copy of this License; and
48929
+
48930
+ (b) You must cause any modified files to carry prominent notices
48931
+ stating that You changed the files; and
48932
+
48933
+ (c) You must retain, in the Source form of any Derivative Works
48934
+ that You distribute, all copyright, patent, trademark, and
48935
+ attribution notices from the Source form of the Work,
48936
+ excluding those notices that do not pertain to any part of
48937
+ the Derivative Works; and
48938
+
48939
+ (d) If the Work includes a "NOTICE" text file as part of its
48940
+ distribution, then any Derivative Works that You distribute must
48941
+ include a readable copy of the attribution notices contained
48942
+ within such NOTICE file, excluding those notices that do not
48943
+ pertain to any part of the Derivative Works, in at least one
48944
+ of the following places: within a NOTICE text file distributed
48945
+ as part of the Derivative Works; within the Source form or
48946
+ documentation, if provided along with the Derivative Works; or,
48947
+ within a display generated by the Derivative Works, if and
48948
+ wherever such third-party notices normally appear. The contents
48949
+ of the NOTICE file are for informational purposes only and
48950
+ do not modify the License. You may add Your own attribution
48951
+ notices within Derivative Works that You distribute, alongside
48952
+ or as an addendum to the NOTICE text from the Work, provided
48953
+ that such additional attribution notices cannot be construed
48954
+ as modifying the License.
48955
+
48956
+ You may add Your own copyright statement to Your modifications and
48957
+ may provide additional or different license terms and conditions
48958
+ for use, reproduction, or distribution of Your modifications, or
48959
+ for any such Derivative Works as a whole, provided Your use,
48960
+ reproduction, and distribution of the Work otherwise complies with
48961
+ the conditions stated in this License.
48962
+
48963
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
48964
+ any Contribution intentionally submitted for inclusion in the Work
48965
+ by You to the Licensor shall be under the terms and conditions of
48966
+ this License, without any additional terms or conditions.
48967
+ Notwithstanding the above, nothing herein shall supersede or modify
48968
+ the terms of any separate license agreement you may have executed
48969
+ with Licensor regarding such Contributions.
48970
+
48971
+ 6. Trademarks. This License does not grant permission to use the trade
48972
+ names, trademarks, service marks, or product names of the Licensor,
48973
+ except as required for reasonable and customary use in describing the
48974
+ origin of the Work and reproducing the content of the NOTICE file.
48975
+
48976
+ 7. Disclaimer of Warranty. Unless required by applicable law or
48977
+ agreed to in writing, Licensor provides the Work (and each
48978
+ Contributor provides its Contributions) on an "AS IS" BASIS,
48979
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
48980
+ implied, including, without limitation, any warranties or conditions
48981
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
48982
+ PARTICULAR PURPOSE. You are solely responsible for determining the
48983
+ appropriateness of using or redistributing the Work and assume any
48984
+ risks associated with Your exercise of permissions under this License.
48985
+
48986
+ 8. Limitation of Liability. In no event and under no legal theory,
48987
+ whether in tort (including negligence), contract, or otherwise,
48988
+ unless required by applicable law (such as deliberate and grossly
48989
+ negligent acts) or agreed to in writing, shall any Contributor be
48990
+ liable to You for damages, including any direct, indirect, special,
48991
+ incidental, or consequential damages of any character arising as a
48992
+ result of this License or out of the use or inability to use the
48993
+ Work (including but not limited to damages for loss of goodwill,
48994
+ work stoppage, computer failure or malfunction, or any and all
48995
+ other commercial damages or losses), even if such Contributor
48996
+ has been advised of the possibility of such damages.
48997
+
48998
+ 9. Accepting Warranty or Additional Liability. While redistributing
48999
+ the Work or Derivative Works thereof, You may choose to offer,
49000
+ and charge a fee for, acceptance of support, warranty, indemnity,
49001
+ or other liability obligations and/or rights consistent with this
49002
+ License. However, in accepting such obligations, You may act only
49003
+ on Your own behalf and on Your sole responsibility, not on behalf
49004
+ of any other Contributor, and only if You agree to indemnify,
49005
+ defend, and hold each Contributor harmless for any liability
49006
+ incurred by, or claims asserted against, such Contributor by reason
49007
+ of your accepting any such warranty or additional liability.
49008
+
49009
+ END OF TERMS AND CONDITIONS
49010
+
49011
+ APPENDIX: How to apply the Apache License to your work.
49012
+
49013
+ To apply the Apache License to your work, attach the following
49014
+ boilerplate notice, with the fields enclosed by brackets "[]"
49015
+ replaced with your own identifying information. (Don't include
49016
+ the brackets!) The text should be enclosed in the appropriate
49017
+ comment syntax for the file format. We also recommend that a
49018
+ file or class name and description of purpose be included on the
49019
+ same "printed page" as the copyright notice for easier
49020
+ identification within third-party archives.
49021
+
49022
+ Copyright [yyyy] [name of copyright owner]
49023
+
49024
+ Licensed under the Apache License, Version 2.0 (the "License");
49025
+ you may not use this file except in compliance with the License.
49026
+ You may obtain a copy of the License at
49027
+
49028
+ http://www.apache.org/licenses/LICENSE-2.0
49029
+
49030
+ Unless required by applicable law or agreed to in writing, software
49031
+ distributed under the License is distributed on an "AS IS" BASIS,
49032
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49033
+ See the License for the specific language governing permissions and
49034
+ limitations under the License.
49035
+
48616
49036
 
48617
49037
  * MIT *
48618
49038
 
@@ -68663,4 +69083,4 @@ POSSIBILITY OF SUCH DAMAGE.
68663
69083
  --------------------------------------------------------------------------------
68664
69084
  --------------------------------------------------------------------------------
68665
69085
 
68666
- Report Generated by FOSSA on 2024-4-9
69086
+ Report Generated by FOSSA on 2024-5-21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-all",
3
- "version": "10.3.0-alpha.2",
3
+ "version": "10.3.0-alpha.3",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData SDK - All-In-One",
6
6
  "repository": {
@@ -24,14 +24,14 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "tslib": "^2.5.0",
27
- "@gooddata/sdk-backend-spi": "10.3.0-alpha.2",
28
- "@gooddata/sdk-model": "10.3.0-alpha.2",
29
- "@gooddata/sdk-ui": "10.3.0-alpha.2",
30
- "@gooddata/sdk-ui-charts": "10.3.0-alpha.2",
31
- "@gooddata/sdk-ui-ext": "10.3.0-alpha.2",
32
- "@gooddata/sdk-ui-filters": "10.3.0-alpha.2",
33
- "@gooddata/sdk-ui-pivot": "10.3.0-alpha.2",
34
- "@gooddata/sdk-ui-geo": "10.3.0-alpha.2"
27
+ "@gooddata/sdk-backend-spi": "10.3.0-alpha.3",
28
+ "@gooddata/sdk-model": "10.3.0-alpha.3",
29
+ "@gooddata/sdk-ui": "10.3.0-alpha.3",
30
+ "@gooddata/sdk-ui-charts": "10.3.0-alpha.3",
31
+ "@gooddata/sdk-ui-ext": "10.3.0-alpha.3",
32
+ "@gooddata/sdk-ui-filters": "10.3.0-alpha.3",
33
+ "@gooddata/sdk-ui-pivot": "10.3.0-alpha.3",
34
+ "@gooddata/sdk-ui-geo": "10.3.0-alpha.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@gooddata/eslint-config": "^4.1.0",