@gooddata/sdk-ui-theme-provider 11.19.0-alpha.3 → 11.19.0-alpha.5
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 +23 -25
package/package.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-theme-provider",
|
|
3
|
-
"version": "11.19.0-alpha.
|
|
3
|
+
"version": "11.19.0-alpha.5",
|
|
4
4
|
"description": "GoodData SDK - Theme provider",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "GoodData Corporation",
|
|
5
7
|
"repository": {
|
|
6
8
|
"type": "git",
|
|
7
9
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
|
8
10
|
"directory": "libs/sdk-ui-theme-provider"
|
|
9
11
|
},
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"author": "GoodData Corporation",
|
|
12
|
-
"sideEffects": false,
|
|
13
|
-
"type": "module",
|
|
14
|
-
"exports": {
|
|
15
|
-
".": "./esm/index.js",
|
|
16
|
-
"./node": "./esm/node.js",
|
|
17
|
-
"./internal": "./esm/internal.js"
|
|
18
|
-
},
|
|
19
|
-
"types": "./esm/index.d.ts",
|
|
20
12
|
"files": [
|
|
21
13
|
"esm/**/*.js",
|
|
22
14
|
"esm/**/*.json",
|
|
23
15
|
"esm/**/*.d.ts",
|
|
24
16
|
"esm/**/*.map"
|
|
25
17
|
],
|
|
18
|
+
"type": "module",
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"types": "./esm/index.d.ts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": "./esm/index.js",
|
|
23
|
+
"./node": "./esm/node.js",
|
|
24
|
+
"./internal": "./esm/internal.js"
|
|
25
|
+
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"chalk": "^4.1.1",
|
|
28
28
|
"glob": "^11.0.0",
|
|
29
|
-
"lodash-es": "^4.17.
|
|
29
|
+
"lodash-es": "^4.17.23",
|
|
30
30
|
"polished": "^3.6.7",
|
|
31
31
|
"postcss": "^8.4.49",
|
|
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.19.0-alpha.
|
|
36
|
-
"@gooddata/sdk-model": "11.19.0-alpha.
|
|
37
|
-
"@gooddata/
|
|
38
|
-
"@gooddata/
|
|
35
|
+
"@gooddata/sdk-backend-spi": "11.19.0-alpha.5",
|
|
36
|
+
"@gooddata/sdk-model": "11.19.0-alpha.5",
|
|
37
|
+
"@gooddata/util": "11.19.0-alpha.5",
|
|
38
|
+
"@gooddata/sdk-ui": "11.19.0-alpha.5"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -52,28 +52,26 @@
|
|
|
52
52
|
"@vitest/eslint-plugin": "1.6.6",
|
|
53
53
|
"dependency-cruiser": "^14.1.2",
|
|
54
54
|
"eslint": "^9.39.2",
|
|
55
|
-
"eslint-config-prettier": "10.1.8",
|
|
56
55
|
"eslint-plugin-header": "3.1.1",
|
|
57
56
|
"eslint-plugin-import-esm": "1.2.1",
|
|
58
57
|
"eslint-plugin-import-x": "4.16.1",
|
|
59
58
|
"eslint-plugin-jsdoc": "62.1.0",
|
|
60
59
|
"eslint-plugin-no-barrel-files": "1.2.2",
|
|
61
60
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
62
|
-
"eslint-plugin-prettier": "5.5.4",
|
|
63
61
|
"eslint-plugin-react": "7.37.5",
|
|
64
62
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
65
63
|
"eslint-plugin-sonarjs": "3.0.6",
|
|
66
64
|
"happy-dom": "18.0.1",
|
|
67
65
|
"npm-run-all": "^4.1.5",
|
|
68
|
-
"
|
|
66
|
+
"oxfmt": "0.27.0",
|
|
69
67
|
"raf": "^3.4.1",
|
|
70
68
|
"react": "19.1.1",
|
|
71
69
|
"react-dom": "19.1.1",
|
|
72
70
|
"typescript": "5.9.3",
|
|
73
71
|
"vitest": "4.0.8",
|
|
74
|
-
"@gooddata/eslint-config": "11.19.0-alpha.
|
|
75
|
-
"@gooddata/reference-workspace": "11.19.0-alpha.
|
|
76
|
-
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.
|
|
72
|
+
"@gooddata/eslint-config": "11.19.0-alpha.5",
|
|
73
|
+
"@gooddata/reference-workspace": "11.19.0-alpha.5",
|
|
74
|
+
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.5"
|
|
77
75
|
},
|
|
78
76
|
"peerDependencies": {
|
|
79
77
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -91,11 +89,11 @@
|
|
|
91
89
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
92
90
|
"eslint": "eslint .",
|
|
93
91
|
"eslint-fix": "eslint . --fix",
|
|
94
|
-
"
|
|
95
|
-
"
|
|
92
|
+
"oxfmt-check": "oxfmt --check .",
|
|
93
|
+
"oxfmt-write": "oxfmt .",
|
|
96
94
|
"test": "vitest watch",
|
|
97
95
|
"test-once": "vitest run",
|
|
98
|
-
"validate": "
|
|
96
|
+
"validate": "npm run eslint && npm run dep-cruiser && npm run oxfmt-check",
|
|
99
97
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-theme-provider\"'"
|
|
100
98
|
}
|
|
101
99
|
}
|