@gooddata/sdk-ui-charts 10.40.0 → 10.41.0-alpha.2
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 +7 -7
- package/package.json +15 -14
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: 2025-8-
|
10
|
+
Date generated: 2025-8-25
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: 5b6b005103c48f5dee3f3cf1bc2862ce816d4f91
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
@@ -24,7 +24,7 @@ Revision ID: 62279f6582f03aac59a309675e6fb1e6ef5c2d5b
|
|
24
24
|
|
25
25
|
================================================================================
|
26
26
|
|
27
|
-
- @aaronhayes/react-use-hubspot-form (2.1.
|
27
|
+
- @aaronhayes/react-use-hubspot-form (2.1.2) [MIT]
|
28
28
|
- @ampproject/remapping (2.2.1) [Apache-2.0]
|
29
29
|
- @asamuzakjp/css-color (3.1.1) [MIT]
|
30
30
|
- @babel/cli (7.23.4) [MIT]
|
@@ -1035,9 +1035,9 @@ Revision ID: 62279f6582f03aac59a309675e6fb1e6ef5c2d5b
|
|
1035
1035
|
|
1036
1036
|
|
1037
1037
|
--------------------------------------------------------------------------------
|
1038
|
-
Package Title: @aaronhayes/react-use-hubspot-form (2.1.
|
1038
|
+
Package Title: @aaronhayes/react-use-hubspot-form (2.1.2)
|
1039
1039
|
|
1040
|
-
Package Locator: npm+@aaronhayes/react-use-hubspot-form$2.1.
|
1040
|
+
Package Locator: npm+@aaronhayes/react-use-hubspot-form$2.1.2
|
1041
1041
|
|
1042
1042
|
Package Depth: Direct
|
1043
1043
|
--------------------------------------------------------------------------------
|
@@ -1074,7 +1074,7 @@ SOFTWARE.
|
|
1074
1074
|
|
1075
1075
|
Authors: aaron.hayes92@gmail.com
|
1076
1076
|
|
1077
|
-
Package Download URL: https://registry.npmjs.org/@aaronhayes/react-use-hubspot-form/-/react-use-hubspot-form-2.1.
|
1077
|
+
Package Download URL: https://registry.npmjs.org/@aaronhayes/react-use-hubspot-form/-/react-use-hubspot-form-2.1.2.tgz
|
1078
1078
|
|
1079
1079
|
--------------------------------------------------------------------------------
|
1080
1080
|
Package Title: @ampproject/remapping (2.2.1)
|
@@ -83305,4 +83305,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
83305
83305
|
--------------------------------------------------------------------------------
|
83306
83306
|
--------------------------------------------------------------------------------
|
83307
83307
|
|
83308
|
-
Report Generated by FOSSA on 2025-8-
|
83308
|
+
Report Generated by FOSSA on 2025-8-25
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.41.0-alpha.2",
|
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.8.1",
|
69
69
|
"uuid": "^11.1.0",
|
70
|
-
"@gooddata/sdk-
|
71
|
-
"@gooddata/sdk-
|
72
|
-
"@gooddata/sdk-ui": "10.
|
73
|
-
"@gooddata/sdk-ui
|
74
|
-
"@gooddata/sdk-ui-
|
75
|
-
"@gooddata/sdk-ui-vis-commons": "10.
|
76
|
-
"@gooddata/util": "10.
|
70
|
+
"@gooddata/sdk-backend-spi": "10.41.0-alpha.2",
|
71
|
+
"@gooddata/sdk-model": "10.41.0-alpha.2",
|
72
|
+
"@gooddata/sdk-ui-kit": "10.41.0-alpha.2",
|
73
|
+
"@gooddata/sdk-ui": "10.41.0-alpha.2",
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "10.41.0-alpha.2",
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "10.41.0-alpha.2",
|
76
|
+
"@gooddata/util": "10.41.0-alpha.2"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"@types/raf": "^3.4.0",
|
93
93
|
"@types/react": "18.3.23",
|
94
94
|
"@types/react-dom": "18.3.7",
|
95
|
-
"@types/react-measure": "^2.0.
|
95
|
+
"@types/react-measure": "^2.0.12",
|
96
96
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
97
97
|
"@typescript-eslint/parser": "^8.38.0",
|
98
98
|
"concurrently": "^6.0.2",
|
@@ -124,10 +124,13 @@
|
|
124
124
|
"vitest": "3.2.4",
|
125
125
|
"vitest-dom": "0.1.1",
|
126
126
|
"@types/js-yaml": "^4.0.9",
|
127
|
-
"@gooddata/
|
128
|
-
"@gooddata/
|
127
|
+
"@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.2",
|
128
|
+
"@gooddata/reference-workspace": "10.41.0-alpha.2"
|
129
129
|
},
|
130
130
|
"scripts": {
|
131
|
+
"_phase:build": "npm run build",
|
132
|
+
"_phase:test": "npm run test-once",
|
133
|
+
"_phase:validate": "npm run validate",
|
131
134
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|
132
135
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
133
136
|
"build": "bash scripts/build.sh",
|
@@ -143,10 +146,8 @@
|
|
143
146
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
144
147
|
"stylelint": "stylelint '**/*.scss'",
|
145
148
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
146
|
-
"validate": "tsc && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
147
|
-
"validate-ci": "tsc && export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
|
149
|
+
"validate": "tsc && export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
148
150
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
149
|
-
"validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
|
150
151
|
"validate-theming": "npm run scss && node scripts/validateCss.js",
|
151
152
|
"scss": "sass --load-path=node_modules styles/scss:styles/css",
|
152
153
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-charts\"'"
|