@genesislcap/foundation-layout 14.24.1 → 14.24.2-alpha-1a5d656.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-layout",
|
3
3
|
"description": "Genesis Foundation UI App Layout",
|
4
|
-
"version": "14.24.
|
4
|
+
"version": "14.24.2-alpha-1a5d656.0",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -31,8 +31,8 @@
|
|
31
31
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@genesislcap/foundation-testing": "
|
35
|
-
"@genesislcap/genx": "
|
34
|
+
"@genesislcap/foundation-testing": "14.24.2-alpha-1a5d656.0",
|
35
|
+
"@genesislcap/genx": "14.24.2-alpha-1a5d656.0",
|
36
36
|
"@module-federation/dashboard-plugin": "2.3.0",
|
37
37
|
"@pixability-ui/federated-types": "^0.2.0",
|
38
38
|
"@playwright/test": "^1.18.1",
|
@@ -71,8 +71,8 @@
|
|
71
71
|
},
|
72
72
|
"dependencies": {
|
73
73
|
"@genesis-community/golden-layout": "^2.9.3",
|
74
|
-
"@genesislcap/foundation-comms": "
|
75
|
-
"@genesislcap/foundation-utils": "
|
74
|
+
"@genesislcap/foundation-comms": "14.24.2-alpha-1a5d656.0",
|
75
|
+
"@genesislcap/foundation-utils": "14.24.2-alpha-1a5d656.0",
|
76
76
|
"@microsoft/fast-components": "^2.21.3",
|
77
77
|
"@microsoft/fast-element": "^1.7.0",
|
78
78
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -87,5 +87,5 @@
|
|
87
87
|
"access": "public"
|
88
88
|
},
|
89
89
|
"customElements": "dist/custom-elements.json",
|
90
|
-
"gitHead": "
|
90
|
+
"gitHead": "92229173bfec02c431797fcf9c19ffe09f246754"
|
91
91
|
}
|