@gooddata/sdk-ui-theme-provider 11.15.0-alpha.9 → 11.16.0-alpha.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-theme-provider",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.16.0-alpha.0",
|
|
4
4
|
"description": "GoodData SDK - Theme provider",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"postcss-value-parser": "^4.2.0",
|
|
33
33
|
"ts-invariant": "^0.7.5",
|
|
34
34
|
"tslib": "2.8.1",
|
|
35
|
-
"@gooddata/sdk-backend-spi": "11.
|
|
36
|
-
"@gooddata/sdk-
|
|
37
|
-
"@gooddata/sdk-
|
|
38
|
-
"@gooddata/util": "11.
|
|
35
|
+
"@gooddata/sdk-backend-spi": "11.16.0-alpha.0",
|
|
36
|
+
"@gooddata/sdk-model": "11.16.0-alpha.0",
|
|
37
|
+
"@gooddata/sdk-ui": "11.16.0-alpha.0",
|
|
38
|
+
"@gooddata/util": "11.16.0-alpha.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"raf": "^3.4.1",
|
|
70
70
|
"react": "19.1.1",
|
|
71
71
|
"react-dom": "19.1.1",
|
|
72
|
-
"typescript": "5.
|
|
72
|
+
"typescript": "5.9.3",
|
|
73
73
|
"vitest": "3.2.4",
|
|
74
|
-
"@gooddata/eslint-config": "11.
|
|
75
|
-
"@gooddata/
|
|
76
|
-
"@gooddata/
|
|
74
|
+
"@gooddata/eslint-config": "11.16.0-alpha.0",
|
|
75
|
+
"@gooddata/sdk-backend-mockingbird": "11.16.0-alpha.0",
|
|
76
|
+
"@gooddata/reference-workspace": "11.16.0-alpha.0"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
89
89
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
90
90
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
91
|
-
"eslint": "eslint -c .eslintrc.cjs
|
|
92
|
-
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs
|
|
93
|
-
"eslint-fix": "eslint -c .eslintrc.cjs
|
|
94
|
-
"prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{
|
|
95
|
-
"prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{
|
|
91
|
+
"eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
92
|
+
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
93
|
+
"eslint-fix": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore . --fix",
|
|
94
|
+
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
95
|
+
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
96
96
|
"test": "vitest watch",
|
|
97
97
|
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|
|
98
98
|
"test-once": "vitest run",
|