@gooddata/sdk-ui-all 10.9.0-alpha.9 → 10.9.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.
Files changed (2) hide show
  1. package/NOTICE +35 -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-8-8
10
+ Date generated: 2024-8-22
11
11
 
12
- Revision ID: c59f0f8bf838792baeba07a326e764724c984547
12
+ Revision ID: ac2a1cbb3ecc2631d09cfd81c542bf794e25ba77
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -764,6 +764,7 @@ Revision ID: c59f0f8bf838792baeba07a326e764724c984547
764
764
  - react-is (18.2.0) [MIT]
765
765
  - react-lifecycles-compat (3.0.4) [MIT]
766
766
  - react-lines-ellipsis (0.15.4) [MIT]
767
+ - react-loading-skeleton (3.4.0) [MIT]
767
768
  - react-markdown (9.0.1) [MIT]
768
769
  - react-measure (2.5.2) [MIT]
769
770
  - react-native-listener (1.1.0) [Apache-2.0, MIT]
@@ -28116,6 +28117,26 @@ SOFTWARE.
28116
28117
 
28117
28118
 
28118
28119
 
28120
+ --------------------------------------------------------------------------------
28121
+ Package Title: react-loading-skeleton (3.4.0)
28122
+
28123
+ Package Locator: npm+react-loading-skeleton$3.4.0
28124
+ --------------------------------------------------------------------------------
28125
+
28126
+ * Declared Licenses *
28127
+ MIT
28128
+
28129
+
28130
+ Copyright 2023 David Tang
28131
+
28132
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
28133
+
28134
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
28135
+
28136
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28137
+
28138
+
28139
+
28119
28140
  --------------------------------------------------------------------------------
28120
28141
  Package Title: react-markdown (9.0.1)
28121
28142
 
@@ -60447,6 +60468,17 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
60447
60468
  SOFTWARE.
60448
60469
 
60449
60470
 
60471
+ * MIT *
60472
+
60473
+ Copyright 2023 David Tang
60474
+
60475
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
60476
+
60477
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
60478
+
60479
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60480
+
60481
+
60450
60482
  * MIT *
60451
60483
 
60452
60484
  Copyright Bjørge Næss
@@ -69112,4 +69144,4 @@ POSSIBILITY OF SUCH DAMAGE.
69112
69144
  --------------------------------------------------------------------------------
69113
69145
  --------------------------------------------------------------------------------
69114
69146
 
69115
- Report Generated by FOSSA on 2024-8-8
69147
+ Report Generated by FOSSA on 2024-8-22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-all",
3
- "version": "10.9.0-alpha.9",
3
+ "version": "10.9.0",
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.9.0-alpha.9",
28
- "@gooddata/sdk-model": "10.9.0-alpha.9",
29
- "@gooddata/sdk-ui": "10.9.0-alpha.9",
30
- "@gooddata/sdk-ui-charts": "10.9.0-alpha.9",
31
- "@gooddata/sdk-ui-filters": "10.9.0-alpha.9",
32
- "@gooddata/sdk-ui-ext": "10.9.0-alpha.9",
33
- "@gooddata/sdk-ui-geo": "10.9.0-alpha.9",
34
- "@gooddata/sdk-ui-pivot": "10.9.0-alpha.9"
27
+ "@gooddata/sdk-backend-spi": "10.9.0",
28
+ "@gooddata/sdk-ui": "10.9.0",
29
+ "@gooddata/sdk-model": "10.9.0",
30
+ "@gooddata/sdk-ui-charts": "10.9.0",
31
+ "@gooddata/sdk-ui-filters": "10.9.0",
32
+ "@gooddata/sdk-ui-ext": "10.9.0",
33
+ "@gooddata/sdk-ui-geo": "10.9.0",
34
+ "@gooddata/sdk-ui-pivot": "10.9.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@gooddata/eslint-config": "^4.1.0",