@gooddata/sdk-ui-loaders 10.16.0-alpha.4 → 10.16.0-alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- package/NOTICE +6 -6
- package/package.json +5 -5
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-11-
|
10
|
+
Date generated: 2024-11-18
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: 845ec7436a84b54ffd8202da0d7b3e541d4bb5a8
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
@@ -170,7 +170,7 @@ Revision ID: cd08ae0ca9de334a320f4c2153889ab5a8b8dd4e
|
|
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.
|
173
|
+
- @gooddata/number-formatter (1.0.6) [MIT]
|
174
174
|
- @html-validate/stylish (4.2.0) [MIT]
|
175
175
|
- @isaacs/cliui (8.0.2) [ISC]
|
176
176
|
- @jest/schemas (29.6.3) [MIT]
|
@@ -6533,9 +6533,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
6533
6533
|
|
6534
6534
|
|
6535
6535
|
--------------------------------------------------------------------------------
|
6536
|
-
Package Title: @gooddata/number-formatter (1.0.
|
6536
|
+
Package Title: @gooddata/number-formatter (1.0.6)
|
6537
6537
|
|
6538
|
-
Package Locator: npm+@gooddata/number-formatter$1.0.
|
6538
|
+
Package Locator: npm+@gooddata/number-formatter$1.0.6
|
6539
6539
|
|
6540
6540
|
Package Depth: Direct
|
6541
6541
|
--------------------------------------------------------------------------------
|
@@ -71198,4 +71198,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
71198
71198
|
--------------------------------------------------------------------------------
|
71199
71199
|
--------------------------------------------------------------------------------
|
71200
71200
|
|
71201
|
-
Report Generated by FOSSA on 2024-11-
|
71201
|
+
Report Generated by FOSSA on 2024-11-18
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-loaders",
|
3
|
-
"version": "10.16.0-alpha.
|
3
|
+
"version": "10.16.0-alpha.7",
|
4
4
|
"description": "GoodData SDK Runtime Component Loaders",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -32,10 +32,10 @@
|
|
32
32
|
"semver": "^7.3.5",
|
33
33
|
"ts-invariant": "^0.7.5",
|
34
34
|
"tslib": "^2.5.0",
|
35
|
-
"@gooddata/sdk-
|
36
|
-
"@gooddata/sdk-
|
37
|
-
"@gooddata/sdk-
|
38
|
-
"@gooddata/sdk-ui-dashboard": "10.16.0-alpha.
|
35
|
+
"@gooddata/sdk-ui": "10.16.0-alpha.7",
|
36
|
+
"@gooddata/sdk-backend-spi": "10.16.0-alpha.7",
|
37
|
+
"@gooddata/sdk-model": "10.16.0-alpha.7",
|
38
|
+
"@gooddata/sdk-ui-dashboard": "10.16.0-alpha.7"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
41
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|