@gooddata/sdk-ui 11.15.0-alpha.12 → 11.15.0-alpha.14
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 +14 -14
- package/esm/base/localization/bundles/de-DE.json +0 -852
- package/esm/base/localization/bundles/en-AU.json +0 -852
- package/esm/base/localization/bundles/en-GB.json +0 -852
- package/esm/base/localization/bundles/en-US.json +0 -3598
- package/esm/base/localization/bundles/es-419.json +0 -852
- package/esm/base/localization/bundles/es-ES.json +0 -852
- package/esm/base/localization/bundles/fi-FI.json +0 -852
- package/esm/base/localization/bundles/fr-CA.json +0 -852
- package/esm/base/localization/bundles/fr-FR.json +0 -852
- package/esm/base/localization/bundles/it-IT.json +0 -852
- package/esm/base/localization/bundles/ja-JP.json +0 -852
- package/esm/base/localization/bundles/ko-KR.json +0 -852
- package/esm/base/localization/bundles/nl-NL.json +0 -852
- package/esm/base/localization/bundles/pl-PL.json +0 -852
- package/esm/base/localization/bundles/pt-BR.json +0 -852
- package/esm/base/localization/bundles/pt-PT.json +0 -852
- package/esm/base/localization/bundles/ru-RU.json +0 -852
- package/esm/base/localization/bundles/sl-SI.json +0 -829
- package/esm/base/localization/bundles/tr-TR.json +0 -852
- package/esm/base/localization/bundles/zh-HK.json +0 -852
- package/esm/base/localization/bundles/zh-Hans.json +0 -852
- package/esm/base/localization/bundles/zh-Hant.json +0 -852
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "11.15.0-alpha.
|
|
3
|
+
"version": "11.15.0-alpha.14",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"ts-invariant": "^0.7.5",
|
|
43
43
|
"tslib": "2.8.1",
|
|
44
44
|
"uuid": "^11.1.0",
|
|
45
|
-
"@gooddata/sdk-backend-spi": "11.15.0-alpha.
|
|
46
|
-
"@gooddata/
|
|
47
|
-
"@gooddata/
|
|
45
|
+
"@gooddata/sdk-backend-spi": "11.15.0-alpha.14",
|
|
46
|
+
"@gooddata/util": "11.15.0-alpha.14",
|
|
47
|
+
"@gooddata/sdk-model": "11.15.0-alpha.14"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"typescript": "5.8.3",
|
|
89
89
|
"vitest": "3.2.4",
|
|
90
90
|
"vitest-dom": "0.1.1",
|
|
91
|
-
"@gooddata/eslint-config": "11.15.0-alpha.
|
|
92
|
-
"@gooddata/i18n-toolkit": "11.15.0-alpha.
|
|
93
|
-
"@gooddata/reference-workspace": "11.15.0-alpha.
|
|
94
|
-
"@gooddata/sdk-backend-base": "11.15.0-alpha.
|
|
95
|
-
"@gooddata/sdk-backend-mockingbird": "11.15.0-alpha.
|
|
91
|
+
"@gooddata/eslint-config": "11.15.0-alpha.14",
|
|
92
|
+
"@gooddata/i18n-toolkit": "11.15.0-alpha.14",
|
|
93
|
+
"@gooddata/reference-workspace": "11.15.0-alpha.14",
|
|
94
|
+
"@gooddata/sdk-backend-base": "11.15.0-alpha.14",
|
|
95
|
+
"@gooddata/sdk-backend-mockingbird": "11.15.0-alpha.14"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
110
110
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
111
111
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
112
|
-
"eslint": "eslint -c .eslintrc.cjs
|
|
113
|
-
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs
|
|
114
|
-
"eslint-fix": "eslint -c .eslintrc.cjs
|
|
115
|
-
"prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{
|
|
116
|
-
"prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{
|
|
112
|
+
"eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
113
|
+
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
114
|
+
"eslint-fix": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore . --fix",
|
|
115
|
+
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
116
|
+
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
117
117
|
"stylelint": "stylelint '**/*.scss'",
|
|
118
118
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
|
119
119
|
"stylelint-fix": "stylelint '**/*.scss' --fix",
|