@genesislcap/documentation-components 14.223.1-alpha-6c9f0a7.0 → 14.223.1-alpha-8510bde.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 +21 -27
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/documentation-components",
|
|
3
3
|
"description": "Genesis Foundation Dcoumentation Components",
|
|
4
|
-
"version": "14.223.1-alpha-
|
|
4
|
+
"version": "14.223.1-alpha-8510bde.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
7
7
|
],
|
|
@@ -23,40 +23,34 @@
|
|
|
23
23
|
"clean": "rimraf dist tsconfig.tsbuildinfo"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@genesislcap/genx": "14.223.1-alpha-
|
|
27
|
-
"@genesislcap/rollup-builder": "14.223.1-alpha-
|
|
28
|
-
"@genesislcap/ts-builder": "14.223.1-alpha-
|
|
29
|
-
"@genesislcap/uvu-playwright-builder": "14.223.1-alpha-
|
|
30
|
-
"@genesislcap/vite-builder": "14.223.1-alpha-
|
|
31
|
-
"@genesislcap/webpack-builder": "14.223.1-alpha-
|
|
26
|
+
"@genesislcap/genx": "14.223.1-alpha-8510bde.0",
|
|
27
|
+
"@genesislcap/rollup-builder": "14.223.1-alpha-8510bde.0",
|
|
28
|
+
"@genesislcap/ts-builder": "14.223.1-alpha-8510bde.0",
|
|
29
|
+
"@genesislcap/uvu-playwright-builder": "14.223.1-alpha-8510bde.0",
|
|
30
|
+
"@genesislcap/vite-builder": "14.223.1-alpha-8510bde.0",
|
|
31
|
+
"@genesislcap/webpack-builder": "14.223.1-alpha-8510bde.0",
|
|
32
32
|
"rimraf": "^5.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@ag-grid-community/core": "29.2.0",
|
|
36
|
-
"@genesislcap/alpha-design-system": "14.223.1-alpha-
|
|
37
|
-
"@genesislcap/foundation-forms": "14.223.1-alpha-
|
|
38
|
-
"@genesislcap/foundation-logger": "14.223.1-alpha-
|
|
39
|
-
"@genesislcap/foundation-ui": "14.223.1-alpha-
|
|
40
|
-
"@genesislcap/foundation-utils": "14.223.1-alpha-
|
|
41
|
-
"@genesislcap/foundation-zero": "14.223.1-alpha-
|
|
42
|
-
"@genesislcap/foundation-zero-grid-pro": "14.223.1-alpha-
|
|
43
|
-
"@genesislcap/grid-pro": "14.223.1-alpha-
|
|
44
|
-
"@genesislcap/rapid-design-system": "14.223.1-alpha-
|
|
45
|
-
"@genesislcap/rapid-grid-pro": "14.223.1-alpha-
|
|
36
|
+
"@genesislcap/alpha-design-system": "14.223.1-alpha-8510bde.0",
|
|
37
|
+
"@genesislcap/foundation-forms": "14.223.1-alpha-8510bde.0",
|
|
38
|
+
"@genesislcap/foundation-logger": "14.223.1-alpha-8510bde.0",
|
|
39
|
+
"@genesislcap/foundation-ui": "14.223.1-alpha-8510bde.0",
|
|
40
|
+
"@genesislcap/foundation-utils": "14.223.1-alpha-8510bde.0",
|
|
41
|
+
"@genesislcap/foundation-zero": "14.223.1-alpha-8510bde.0",
|
|
42
|
+
"@genesislcap/foundation-zero-grid-pro": "14.223.1-alpha-8510bde.0",
|
|
43
|
+
"@genesislcap/grid-pro": "14.223.1-alpha-8510bde.0",
|
|
44
|
+
"@genesislcap/rapid-design-system": "14.223.1-alpha-8510bde.0",
|
|
45
|
+
"@genesislcap/rapid-grid-pro": "14.223.1-alpha-8510bde.0",
|
|
46
46
|
"@jsonforms/core": "^3.2.1",
|
|
47
|
-
"@microsoft/fast-colors": "5.3.1",
|
|
48
|
-
"@microsoft/fast-components": "2.30.6",
|
|
49
|
-
"@microsoft/fast-element": "1.
|
|
47
|
+
"@microsoft/fast-colors": "^5.3.1",
|
|
48
|
+
"@microsoft/fast-components": "^2.30.6",
|
|
49
|
+
"@microsoft/fast-element": "^1.12.0",
|
|
50
50
|
"@microsoft/fast-foundation": "2.49.6",
|
|
51
51
|
"json-schema": "^0.4.0",
|
|
52
52
|
"tslib": "^2.3.1"
|
|
53
53
|
},
|
|
54
|
-
"peerDependencies": {
|
|
55
|
-
"@microsoft/fast-colors": "5.3.1",
|
|
56
|
-
"@microsoft/fast-components": "2.30.6",
|
|
57
|
-
"@microsoft/fast-element": "1.14.0",
|
|
58
|
-
"@microsoft/fast-foundation": "2.49.6"
|
|
59
|
-
},
|
|
60
54
|
"repository": {
|
|
61
55
|
"type": "git",
|
|
62
56
|
"url": "git+https://github.com/genesislcap/foundation-ui.git",
|
|
@@ -65,5 +59,5 @@
|
|
|
65
59
|
"publishConfig": {
|
|
66
60
|
"access": "public"
|
|
67
61
|
},
|
|
68
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "c004581f83ffc9cc1df4c1b8f64257dd11c443cc"
|
|
69
63
|
}
|