@gooddata/sdk-ui 8.12.0-alpha.30 → 8.12.0-alpha.32
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/package.json +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "8.12.0-alpha.
|
|
3
|
+
"version": "8.12.0-alpha.32",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@formatjs/intl-pluralrules": "~1.3.7",
|
|
39
39
|
"@gooddata/numberjs": "^4.0.3",
|
|
40
|
-
"@gooddata/sdk-backend-spi": "^8.12.0-alpha.
|
|
41
|
-
"@gooddata/sdk-model": "^8.12.0-alpha.
|
|
42
|
-
"@gooddata/util": "^8.12.0-alpha.
|
|
40
|
+
"@gooddata/sdk-backend-spi": "^8.12.0-alpha.32",
|
|
41
|
+
"@gooddata/sdk-model": "^8.12.0-alpha.32",
|
|
42
|
+
"@gooddata/util": "^8.12.0-alpha.32",
|
|
43
43
|
"custom-event": "^1.0.1",
|
|
44
44
|
"hoist-non-react-statics": "^3.3.0",
|
|
45
45
|
"http-status-codes": "^2.1.4",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"react-dom": "^16.10.0 || ^17.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@gooddata/i18n-toolkit": "^8.12.0-alpha.
|
|
59
|
+
"@gooddata/i18n-toolkit": "^8.12.0-alpha.32",
|
|
60
60
|
"@gooddata/eslint-config": "^2.1.0",
|
|
61
|
-
"@gooddata/reference-workspace": "^8.12.0-alpha.
|
|
62
|
-
"@gooddata/sdk-backend-base": "^8.12.0-alpha.
|
|
63
|
-
"@gooddata/sdk-backend-mockingbird": "^8.12.0-alpha.
|
|
61
|
+
"@gooddata/reference-workspace": "^8.12.0-alpha.32",
|
|
62
|
+
"@gooddata/sdk-backend-base": "^8.12.0-alpha.32",
|
|
63
|
+
"@gooddata/sdk-backend-mockingbird": "^8.12.0-alpha.32",
|
|
64
64
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
65
65
|
"@microsoft/api-documenter": "^7.17.0",
|
|
66
66
|
"@microsoft/api-extractor": "^7.20.0",
|
|
@@ -130,5 +130,6 @@
|
|
|
130
130
|
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check",
|
|
131
131
|
"validate-locales": "i18n-toolkit --debug",
|
|
132
132
|
"validate-locales-ci": "i18n-toolkit"
|
|
133
|
-
}
|
|
133
|
+
},
|
|
134
|
+
"readme": "# GoodData.UI SDK - UI Core\n\n[](https://www.npmjs.com/@gooddata/sdk-ui) \n[](https://npmcharts.com/compare/@gooddata/sdk-ui?minimal=true) \n\n\nThis package is a part of the [GoodData.UI SDK](https://sdk.gooddata.com/gooddata-ui/docs/about_gooddataui.html).\nTo learn more, check [the source monorepo](https://github.com/gooddata/gooddata-ui-sdk).\n\nThis package provides base functionality useful for building [React visualizations](https://sdk.gooddata.com/gooddata-ui/docs/create_new_visualization.html) on top of GoodData.\n\nThe functionality includes functions for getting data from the [Analytical Backend](https://www.npmjs.com/package/@gooddata/sdk-backend-spi), components and React hooks that serve as building blocks for custom visualizations, visualization definition placeholders, support for drilling, and so on.\n\nSee the other `@gooddata/sdk-ui-*` packages (for example, [`@gooddata/sdk-ui-charts`](https://www.npmjs.com/package/@gooddata/sdk-ui-charts)) for pre-built visualizations that you can use instead of building your own.\n\n## License\n\n(C) 2017-2022 GoodData Corporation\n\nThis project is under MIT License. See [LICENSE](https://github.com/gooddata/gooddata-ui-sdk/blob/master/libs/sdk-ui/LICENSE).\n"
|
|
134
135
|
}
|