@genesislcap/foundation-layout 14.78.3 → 14.78.4-alpha-b87d7d2.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.78.
|
4
|
+
"version": "14.78.4-alpha-b87d7d2.0",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -24,14 +24,14 @@
|
|
24
24
|
"test:debug": "genx test --debug"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@genesislcap/foundation-testing": "14.78.
|
28
|
-
"@genesislcap/genx": "14.78.
|
27
|
+
"@genesislcap/foundation-testing": "14.78.4-alpha-b87d7d2.0",
|
28
|
+
"@genesislcap/genx": "14.78.4-alpha-b87d7d2.0",
|
29
29
|
"rimraf": "^3.0.2"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@genesis-community/golden-layout": "^2.10.1",
|
33
|
-
"@genesislcap/foundation-comms": "14.78.
|
34
|
-
"@genesislcap/foundation-utils": "14.78.
|
33
|
+
"@genesislcap/foundation-comms": "14.78.4-alpha-b87d7d2.0",
|
34
|
+
"@genesislcap/foundation-utils": "14.78.4-alpha-b87d7d2.0",
|
35
35
|
"@microsoft/fast-components": "^2.21.3",
|
36
36
|
"@microsoft/fast-element": "^1.7.0",
|
37
37
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"access": "public"
|
47
47
|
},
|
48
48
|
"customElements": "dist/custom-elements.json",
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "f1db3abee2153a56a4c39a93639c28f5aab008a4"
|
50
50
|
}
|