@genesislcap/foundation-layout 14.142.1-alpha-d86f783.0 → 14.142.1-alpha-872b7e3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
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.142.1-alpha-
|
4
|
+
"version": "14.142.1-alpha-872b7e3.0",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -27,15 +27,15 @@
|
|
27
27
|
"test:debug": "genx test --debug"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.142.1-alpha-
|
31
|
-
"@genesislcap/genx": "14.142.1-alpha-
|
30
|
+
"@genesislcap/foundation-testing": "14.142.1-alpha-872b7e3.0",
|
31
|
+
"@genesislcap/genx": "14.142.1-alpha-872b7e3.0",
|
32
32
|
"rimraf": "^3.0.2"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"@genesis-community/golden-layout": "^2.11.0",
|
36
|
-
"@genesislcap/foundation-comms": "14.142.1-alpha-
|
37
|
-
"@genesislcap/foundation-logger": "14.142.1-alpha-
|
38
|
-
"@genesislcap/foundation-utils": "14.142.1-alpha-
|
36
|
+
"@genesislcap/foundation-comms": "14.142.1-alpha-872b7e3.0",
|
37
|
+
"@genesislcap/foundation-logger": "14.142.1-alpha-872b7e3.0",
|
38
|
+
"@genesislcap/foundation-utils": "14.142.1-alpha-872b7e3.0",
|
39
39
|
"@microsoft/fast-components": "^2.30.6",
|
40
40
|
"@microsoft/fast-element": "^1.12.0",
|
41
41
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -50,5 +50,5 @@
|
|
50
50
|
"access": "public"
|
51
51
|
},
|
52
52
|
"customElements": "dist/custom-elements.json",
|
53
|
-
"gitHead": "
|
53
|
+
"gitHead": "78a646670fa91af80cf4ad9e9178c489de017c7a"
|
54
54
|
}
|