@genesislcap/foundation-zero 14.15.2 → 14.17.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 +8 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.17.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"dev:rollup": "rollup -c -w --configDev",
|
|
28
28
|
"dev:tsc": "tsc -b ./tsconfig.json -w",
|
|
29
29
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
30
|
-
"serve": "serve
|
|
30
|
+
"serve": "genx serve",
|
|
31
31
|
"start": "npm run storybook",
|
|
32
32
|
"storybook": "storybook dev -p 6006",
|
|
33
33
|
"test": "echo \"Error: no test specified\""
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@custom-elements-manifest/analyzer": "^0.8.
|
|
37
|
-
"@genesislcap/genx": "^14.
|
|
36
|
+
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
37
|
+
"@genesislcap/genx": "^14.17.0",
|
|
38
38
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
39
39
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
40
40
|
"@playwright/test": "^1.18.1",
|
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
"rollup-plugin-transform-tagged-template": "^0.0.3",
|
|
81
81
|
"rollup-plugin-visualizer": "^5.6.0",
|
|
82
82
|
"sass": "^1.49.7",
|
|
83
|
-
"serve": "^14.1.2",
|
|
84
83
|
"storybook": "^7.0.0",
|
|
85
84
|
"terser-webpack-plugin": "^5.3.1",
|
|
86
85
|
"to-string-loader": "^1.2.0",
|
|
@@ -97,9 +96,9 @@
|
|
|
97
96
|
"webpack-merge": "^5.7.3"
|
|
98
97
|
},
|
|
99
98
|
"dependencies": {
|
|
100
|
-
"@genesislcap/foundation-comms": "^14.
|
|
101
|
-
"@genesislcap/foundation-ui": "^14.
|
|
102
|
-
"@genesislcap/foundation-utils": "^14.
|
|
99
|
+
"@genesislcap/foundation-comms": "^14.17.0",
|
|
100
|
+
"@genesislcap/foundation-ui": "^14.17.0",
|
|
101
|
+
"@genesislcap/foundation-utils": "^14.17.0",
|
|
103
102
|
"@microsoft/fast-colors": "^5.1.4",
|
|
104
103
|
"@microsoft/fast-components": "^2.21.3",
|
|
105
104
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -112,5 +111,5 @@
|
|
|
112
111
|
"access": "public"
|
|
113
112
|
},
|
|
114
113
|
"customElements": "dist/custom-elements.json",
|
|
115
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "45aa1d24a4fabc0d90c868f8e77f71df24609180"
|
|
116
115
|
}
|