@gooddata/sdk-ui 8.10.0-alpha.86 → 8.10.0-alpha.87

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/README.md +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # GoodData.UI SDK - Core
2
2
 
3
- This package provides base functionality useful for building React visualizations on top of GoodData.
3
+ This package provides base functionality useful for building [React visualizations](https://sdk.gooddata.com/gooddata-ui/docs/create_new_visualization.html) on top of GoodData.
4
4
 
5
- The functionality includes functions for getting data from the Analytical Backend, components and React hooks that serve as building blocks for custom visualizations, visualization definition placeholders, support for drilling, and so on.
5
+ The 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.
6
6
 
7
7
  See 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.
8
8
 
9
9
  ## License
10
10
 
11
- (C) 2017-2021 GoodData Corporation
11
+ (C) 2017-2022 GoodData Corporation
12
12
 
13
13
  This project is under MIT License. See [LICENSE](https://github.com/gooddata/gooddata-ui-sdk/blob/master/libs/sdk-ui/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.10.0-alpha.86",
3
+ "version": "8.10.0-alpha.87",
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.2",
40
- "@gooddata/sdk-backend-spi": "^8.10.0-alpha.86",
41
- "@gooddata/sdk-model": "^8.10.0-alpha.86",
42
- "@gooddata/util": "^8.10.0-alpha.86",
40
+ "@gooddata/sdk-backend-spi": "^8.10.0-alpha.87",
41
+ "@gooddata/sdk-model": "^8.10.0-alpha.87",
42
+ "@gooddata/util": "^8.10.0-alpha.87",
43
43
  "custom-event": "^1.0.1",
44
44
  "hoist-non-react-statics": "^3.3.0",
45
45
  "http-status-codes": "^2.1.4",
@@ -57,9 +57,9 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "@gooddata/eslint-config": "^2.1.0",
60
- "@gooddata/reference-workspace": "^8.10.0-alpha.86",
61
- "@gooddata/sdk-backend-base": "^8.10.0-alpha.86",
62
- "@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.86",
60
+ "@gooddata/reference-workspace": "^8.10.0-alpha.87",
61
+ "@gooddata/sdk-backend-base": "^8.10.0-alpha.87",
62
+ "@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.87",
63
63
  "@gooddata/stylelint-config": "^5.0.0",
64
64
  "@microsoft/api-documenter": "^7.17.0",
65
65
  "@microsoft/api-extractor": "^7.20.0",