@gooddata/sdk-ui-ext 10.12.0-alpha.3 → 10.12.0-alpha.4
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 +183 -8
- package/package.json +16 -16
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-9-
|
|
10
|
+
Date generated: 2024-9-20
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 5ec20cf74f4c62bb1ba108ac794da39cba17e187
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -170,6 +170,7 @@ Revision ID: db08da8c798ff34ee4b7fa609e11418460eb3622
|
|
|
170
170
|
- @formatjs/intl-listformat (7.5.3) [MIT]
|
|
171
171
|
- @formatjs/intl-localematcher (0.5.2) [MIT]
|
|
172
172
|
- @formatjs/ts-transformer (3.13.9) [MIT]
|
|
173
|
+
- @gooddata/number-formatter (1.0.5) [MIT]
|
|
173
174
|
- @html-validate/stylish (4.2.0) [MIT]
|
|
174
175
|
- @isaacs/cliui (8.0.2) [ISC]
|
|
175
176
|
- @jest/schemas (29.6.3) [MIT]
|
|
@@ -397,6 +398,7 @@ Revision ID: db08da8c798ff34ee4b7fa609e11418460eb3622
|
|
|
397
398
|
- deep-eql (4.1.3) [MIT]
|
|
398
399
|
- deepmerge (4.3.1) [MIT]
|
|
399
400
|
- default-gateway (6.0.3) [BSD-2-Clause]
|
|
401
|
+
- default-import (1.1.5) [MIT]
|
|
400
402
|
- defaults (1.0.4) [MIT]
|
|
401
403
|
- define-data-property (1.1.1) [MIT]
|
|
402
404
|
- define-lazy-prop (2.0.0) [MIT]
|
|
@@ -793,6 +795,7 @@ Revision ID: db08da8c798ff34ee4b7fa609e11418460eb3622
|
|
|
793
795
|
- remark-rehype (11.1.0) [MIT]
|
|
794
796
|
- require-from-string (2.0.2) [MIT]
|
|
795
797
|
- requires-port (1.0.0) [MIT]
|
|
798
|
+
- reselect (5.1.1) [MIT]
|
|
796
799
|
- reselect (4.1.8) [MIT]
|
|
797
800
|
- resize-observer-polyfill (1.5.1) [MIT]
|
|
798
801
|
- resolve (1.22.8) [MIT, ISC]
|
|
@@ -859,12 +862,14 @@ Revision ID: db08da8c798ff34ee4b7fa609e11418460eb3622
|
|
|
859
862
|
- std-env (3.6.0) [MIT]
|
|
860
863
|
- string-width (4.2.3) [MIT]
|
|
861
864
|
- string-width (5.1.2) [MIT]
|
|
865
|
+
- string-width-cjs (5.1.1) [ISC]
|
|
862
866
|
- string_decoder (1.1.1) [MIT]
|
|
863
867
|
- string_decoder (1.3.0) [MIT]
|
|
864
868
|
- stringify-entities (4.0.3) [MIT]
|
|
865
869
|
- stringify-object (3.3.0) [BSD-2-Clause]
|
|
866
870
|
- strip-ansi (6.0.1) [MIT]
|
|
867
871
|
- strip-ansi (7.1.0) [MIT]
|
|
872
|
+
- strip-ansi-cjs (8.0.0) [ISC]
|
|
868
873
|
- strip-final-newline (2.0.0) [MIT]
|
|
869
874
|
- strip-final-newline (3.0.0) [MIT]
|
|
870
875
|
- strip-literal (1.3.0) [MIT]
|
|
@@ -966,6 +971,7 @@ Revision ID: db08da8c798ff34ee4b7fa609e11418460eb3622
|
|
|
966
971
|
- wrap-ansi (6.2.0) [MIT]
|
|
967
972
|
- wrap-ansi (7.0.0) [MIT]
|
|
968
973
|
- wrap-ansi (8.1.0) [MIT]
|
|
974
|
+
- wrap-ansi-cjs (8.0.0) [ISC]
|
|
969
975
|
- wrappy (1.0.2) [ISC]
|
|
970
976
|
- ws (7.5.9) [MIT]
|
|
971
977
|
- ws (8.15.1) [MIT]
|
|
@@ -1204,8 +1210,9 @@ Package Locator: npm+@ag-grid-community/core$27.3.0
|
|
|
1204
1210
|
--------------------------------------------------------------------------------
|
|
1205
1211
|
|
|
1206
1212
|
* Declared Licenses *
|
|
1207
|
-
MIT
|
|
1213
|
+
MIT, ISC
|
|
1208
1214
|
|
|
1215
|
+
* MIT *
|
|
1209
1216
|
|
|
1210
1217
|
The MIT License
|
|
1211
1218
|
|
|
@@ -1230,10 +1237,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1230
1237
|
SOFTWARE.
|
|
1231
1238
|
|
|
1232
1239
|
|
|
1233
|
-
|
|
1234
|
-
* Other Licenses *
|
|
1235
|
-
ISC
|
|
1236
|
-
|
|
1240
|
+
* ISC *
|
|
1237
1241
|
|
|
1238
1242
|
Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
|
|
1239
1243
|
Copyright (c) 1995-2003 by Internet Software Consortium
|
|
@@ -6235,6 +6239,36 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
6235
6239
|
|
|
6236
6240
|
|
|
6237
6241
|
|
|
6242
|
+
--------------------------------------------------------------------------------
|
|
6243
|
+
Package Title: @gooddata/number-formatter (1.0.5)
|
|
6244
|
+
|
|
6245
|
+
Package Locator: npm+@gooddata/number-formatter$1.0.5
|
|
6246
|
+
--------------------------------------------------------------------------------
|
|
6247
|
+
|
|
6248
|
+
* Declared Licenses *
|
|
6249
|
+
MIT
|
|
6250
|
+
|
|
6251
|
+
|
|
6252
|
+
Copyright (c) <year> <copyright holders>
|
|
6253
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6254
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
6255
|
+
in the Software without restriction, including without limitation the rights
|
|
6256
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6257
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
6258
|
+
furnished to do so, subject to the following conditions:
|
|
6259
|
+
|
|
6260
|
+
The above copyright notice and this permission notice shall be included in all
|
|
6261
|
+
copies or substantial portions of the Software.
|
|
6262
|
+
|
|
6263
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6264
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6265
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6266
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6267
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6268
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6269
|
+
SOFTWARE.
|
|
6270
|
+
|
|
6271
|
+
|
|
6238
6272
|
--------------------------------------------------------------------------------
|
|
6239
6273
|
Package Title: @html-validate/stylish (4.2.0)
|
|
6240
6274
|
|
|
@@ -14437,6 +14471,40 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
14437
14471
|
|
|
14438
14472
|
|
|
14439
14473
|
|
|
14474
|
+
--------------------------------------------------------------------------------
|
|
14475
|
+
Package Title: default-import (1.1.5)
|
|
14476
|
+
|
|
14477
|
+
Package Locator: npm+default-import$1.1.5
|
|
14478
|
+
--------------------------------------------------------------------------------
|
|
14479
|
+
|
|
14480
|
+
* Declared Licenses *
|
|
14481
|
+
MIT
|
|
14482
|
+
|
|
14483
|
+
|
|
14484
|
+
MIT License
|
|
14485
|
+
|
|
14486
|
+
Copyright (c) 2022 Jacob Ley
|
|
14487
|
+
|
|
14488
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14489
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14490
|
+
in the Software without restriction, including without limitation the rights
|
|
14491
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14492
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14493
|
+
furnished to do so, subject to the following conditions:
|
|
14494
|
+
|
|
14495
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14496
|
+
copies or substantial portions of the Software.
|
|
14497
|
+
|
|
14498
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14499
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14500
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14501
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14502
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14503
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14504
|
+
SOFTWARE.
|
|
14505
|
+
|
|
14506
|
+
|
|
14507
|
+
|
|
14440
14508
|
--------------------------------------------------------------------------------
|
|
14441
14509
|
Package Title: defaults (1.0.4)
|
|
14442
14510
|
|
|
@@ -29170,6 +29238,40 @@ SOFTWARE.
|
|
|
29170
29238
|
|
|
29171
29239
|
|
|
29172
29240
|
|
|
29241
|
+
--------------------------------------------------------------------------------
|
|
29242
|
+
Package Title: reselect (5.1.1)
|
|
29243
|
+
|
|
29244
|
+
Package Locator: npm+reselect$5.1.1
|
|
29245
|
+
--------------------------------------------------------------------------------
|
|
29246
|
+
|
|
29247
|
+
* Declared Licenses *
|
|
29248
|
+
MIT
|
|
29249
|
+
|
|
29250
|
+
|
|
29251
|
+
The MIT License (MIT)
|
|
29252
|
+
|
|
29253
|
+
Copyright (c) 2015-2018 Reselect Contributors
|
|
29254
|
+
|
|
29255
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29256
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
29257
|
+
in the Software without restriction, including without limitation the rights
|
|
29258
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29259
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
29260
|
+
furnished to do so, subject to the following conditions:
|
|
29261
|
+
|
|
29262
|
+
The above copyright notice and this permission notice shall be included in all
|
|
29263
|
+
copies or substantial portions of the Software.
|
|
29264
|
+
|
|
29265
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29266
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29267
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29268
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29269
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29270
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29271
|
+
SOFTWARE.
|
|
29272
|
+
|
|
29273
|
+
|
|
29274
|
+
|
|
29173
29275
|
--------------------------------------------------------------------------------
|
|
29174
29276
|
Package Title: reselect (4.1.8)
|
|
29175
29277
|
|
|
@@ -33502,6 +33604,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
33502
33604
|
SOFTWARE.
|
|
33503
33605
|
|
|
33504
33606
|
|
|
33607
|
+
--------------------------------------------------------------------------------
|
|
33608
|
+
Package Title: string-width-cjs (5.1.1)
|
|
33609
|
+
|
|
33610
|
+
Package Locator: npm+string-width-cjs$5.1.1
|
|
33611
|
+
--------------------------------------------------------------------------------
|
|
33612
|
+
|
|
33613
|
+
* Declared Licenses *
|
|
33614
|
+
ISC
|
|
33615
|
+
|
|
33616
|
+
|
|
33617
|
+
Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
|
|
33618
|
+
Copyright (c) 1995-2003 by Internet Software Consortium
|
|
33619
|
+
Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
33620
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
33621
|
+
|
|
33622
|
+
|
|
33505
33623
|
--------------------------------------------------------------------------------
|
|
33506
33624
|
Package Title: string_decoder (1.1.1)
|
|
33507
33625
|
|
|
@@ -33749,6 +33867,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
33749
33867
|
SOFTWARE.
|
|
33750
33868
|
|
|
33751
33869
|
|
|
33870
|
+
--------------------------------------------------------------------------------
|
|
33871
|
+
Package Title: strip-ansi-cjs (8.0.0)
|
|
33872
|
+
|
|
33873
|
+
Package Locator: npm+strip-ansi-cjs$8.0.0
|
|
33874
|
+
--------------------------------------------------------------------------------
|
|
33875
|
+
|
|
33876
|
+
* Declared Licenses *
|
|
33877
|
+
ISC
|
|
33878
|
+
|
|
33879
|
+
|
|
33880
|
+
Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
|
|
33881
|
+
Copyright (c) 1995-2003 by Internet Software Consortium
|
|
33882
|
+
Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
33883
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
33884
|
+
|
|
33885
|
+
|
|
33752
33886
|
--------------------------------------------------------------------------------
|
|
33753
33887
|
Package Title: strip-final-newline (2.0.0)
|
|
33754
33888
|
|
|
@@ -48311,6 +48445,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
48311
48445
|
SOFTWARE.
|
|
48312
48446
|
|
|
48313
48447
|
|
|
48448
|
+
--------------------------------------------------------------------------------
|
|
48449
|
+
Package Title: wrap-ansi-cjs (8.0.0)
|
|
48450
|
+
|
|
48451
|
+
Package Locator: npm+wrap-ansi-cjs$8.0.0
|
|
48452
|
+
--------------------------------------------------------------------------------
|
|
48453
|
+
|
|
48454
|
+
* Declared Licenses *
|
|
48455
|
+
ISC
|
|
48456
|
+
|
|
48457
|
+
|
|
48458
|
+
Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
|
|
48459
|
+
Copyright (c) 1995-2003 by Internet Software Consortium
|
|
48460
|
+
Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
48461
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
48462
|
+
|
|
48463
|
+
|
|
48314
48464
|
--------------------------------------------------------------------------------
|
|
48315
48465
|
Package Title: wrappy (1.0.2)
|
|
48316
48466
|
|
|
@@ -64372,6 +64522,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
64372
64522
|
SOFTWARE.
|
|
64373
64523
|
|
|
64374
64524
|
|
|
64525
|
+
* MIT *
|
|
64526
|
+
|
|
64527
|
+
MIT License
|
|
64528
|
+
|
|
64529
|
+
Copyright (c) 2022 Jacob Ley
|
|
64530
|
+
|
|
64531
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
64532
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
64533
|
+
in the Software without restriction, including without limitation the rights
|
|
64534
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
64535
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
64536
|
+
furnished to do so, subject to the following conditions:
|
|
64537
|
+
|
|
64538
|
+
The above copyright notice and this permission notice shall be included in all
|
|
64539
|
+
copies or substantial portions of the Software.
|
|
64540
|
+
|
|
64541
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
64542
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
64543
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
64544
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
64545
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
64546
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
64547
|
+
SOFTWARE.
|
|
64548
|
+
|
|
64549
|
+
|
|
64375
64550
|
* MIT *
|
|
64376
64551
|
|
|
64377
64552
|
MIT License
|
|
@@ -69046,4 +69221,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
69046
69221
|
--------------------------------------------------------------------------------
|
|
69047
69222
|
--------------------------------------------------------------------------------
|
|
69048
69223
|
|
|
69049
|
-
Report Generated by FOSSA on 2024-9-
|
|
69224
|
+
Report Generated by FOSSA on 2024-9-20
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "10.12.0-alpha.
|
|
3
|
+
"version": "10.12.0-alpha.4",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"uuid": "^8.3.2",
|
|
52
52
|
"debounce-promise": "^3.1.2",
|
|
53
53
|
"json-stable-stringify": "^1.0.1",
|
|
54
|
-
"@gooddata/sdk-backend-base": "10.12.0-alpha.
|
|
55
|
-
"@gooddata/sdk-backend-spi": "10.12.0-alpha.
|
|
56
|
-
"@gooddata/sdk-embedding": "10.12.0-alpha.
|
|
57
|
-
"@gooddata/sdk-
|
|
58
|
-
"@gooddata/sdk-
|
|
59
|
-
"@gooddata/sdk-ui-charts": "10.12.0-alpha.
|
|
60
|
-
"@gooddata/sdk-ui-geo": "10.12.0-alpha.
|
|
61
|
-
"@gooddata/sdk-ui-kit": "10.12.0-alpha.
|
|
62
|
-
"@gooddata/sdk-ui-pivot": "10.12.0-alpha.
|
|
63
|
-
"@gooddata/sdk-ui-
|
|
64
|
-
"@gooddata/
|
|
65
|
-
"@gooddata/
|
|
54
|
+
"@gooddata/sdk-backend-base": "10.12.0-alpha.4",
|
|
55
|
+
"@gooddata/sdk-backend-spi": "10.12.0-alpha.4",
|
|
56
|
+
"@gooddata/sdk-embedding": "10.12.0-alpha.4",
|
|
57
|
+
"@gooddata/sdk-model": "10.12.0-alpha.4",
|
|
58
|
+
"@gooddata/sdk-ui": "10.12.0-alpha.4",
|
|
59
|
+
"@gooddata/sdk-ui-charts": "10.12.0-alpha.4",
|
|
60
|
+
"@gooddata/sdk-ui-geo": "10.12.0-alpha.4",
|
|
61
|
+
"@gooddata/sdk-ui-kit": "10.12.0-alpha.4",
|
|
62
|
+
"@gooddata/sdk-ui-pivot": "10.12.0-alpha.4",
|
|
63
|
+
"@gooddata/sdk-ui-vis-commons": "10.12.0-alpha.4",
|
|
64
|
+
"@gooddata/util": "10.12.0-alpha.4",
|
|
65
|
+
"@gooddata/sdk-ui-theme-provider": "10.12.0-alpha.4"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -117,9 +117,9 @@
|
|
|
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/i18n-toolkit": "10.12.0-alpha.
|
|
121
|
-
"@gooddata/
|
|
122
|
-
"@gooddata/
|
|
120
|
+
"@gooddata/i18n-toolkit": "10.12.0-alpha.4",
|
|
121
|
+
"@gooddata/sdk-backend-mockingbird": "10.12.0-alpha.4",
|
|
122
|
+
"@gooddata/reference-workspace": "10.12.0-alpha.4"
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|