@gooddata/sdk-ui 8.10.0-alpha.28 → 8.10.0-alpha.30

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.
@@ -247,7 +247,6 @@
247
247
  "sorting.type.numerical.asc": "Aufsteigende Größe",
248
248
  "sorting.type.numerical.desc": "Absteigende Größe",
249
249
  "sorting.by": "nach",
250
- "sorting.sum.of.all.measure._measure": "Summe aller Messwerte",
251
- "sorting.sum.of.all.measure._metric": "Summe aller Metriken",
250
+ "sorting.sum.of.all.measure": "Summen",
252
251
  "sorting.default.tooltip": "Verwenden Sie die Sortierung, die im Attribut definiert ist."
253
252
  }
@@ -247,7 +247,6 @@
247
247
  "sorting.type.numerical.asc": "Aufsteigende Größe",
248
248
  "sorting.type.numerical.desc": "Absteigende Größe",
249
249
  "sorting.by": "nach",
250
- "sorting.sum.of.all.measure._measure": "Summe aller Messwerte",
251
- "sorting.sum.of.all.measure._metric": "Summe aller Metriken",
250
+ "sorting.sum.of.all.measure": "Summen",
252
251
  "sorting.default.tooltip": "Verwenden Sie die Sortierung, die im Attribut definiert ist."
253
252
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.10.0-alpha.28",
3
+ "version": "8.10.0-alpha.30",
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.1",
40
- "@gooddata/sdk-backend-spi": "^8.10.0-alpha.28",
41
- "@gooddata/sdk-model": "^8.10.0-alpha.28",
42
- "@gooddata/util": "^8.10.0-alpha.28",
40
+ "@gooddata/sdk-backend-spi": "^8.10.0-alpha.30",
41
+ "@gooddata/sdk-model": "^8.10.0-alpha.30",
42
+ "@gooddata/util": "^8.10.0-alpha.30",
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.28",
61
- "@gooddata/sdk-backend-base": "^8.10.0-alpha.28",
62
- "@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.28",
60
+ "@gooddata/reference-workspace": "^8.10.0-alpha.30",
61
+ "@gooddata/sdk-backend-base": "^8.10.0-alpha.30",
62
+ "@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.30",
63
63
  "@gooddata/stylelint-config": "^5.0.0",
64
64
  "@microsoft/api-documenter": "^7.12.13",
65
65
  "@microsoft/api-extractor": "^7.18.4",