@genesislcap/foundation-layout 14.55.0 → 14.57.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -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.
|
4
|
+
"version": "14.57.0",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"build": "genx build -b ts",
|
13
13
|
"build:webpack": "genx build",
|
14
14
|
"build:webpack:stats": "genx analyze",
|
15
|
-
"clean": "
|
15
|
+
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
16
16
|
"dev": "genx dev -b webpack",
|
17
17
|
"serve": "genx serve",
|
18
18
|
"test": "genx test",
|
@@ -24,13 +24,14 @@
|
|
24
24
|
"test:debug": "genx test --debug"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@genesislcap/foundation-testing": "14.
|
28
|
-
"@genesislcap/genx": "14.
|
27
|
+
"@genesislcap/foundation-testing": "14.57.0",
|
28
|
+
"@genesislcap/genx": "14.57.0",
|
29
|
+
"rimraf": "^3.0.2"
|
29
30
|
},
|
30
31
|
"dependencies": {
|
31
32
|
"@genesis-community/golden-layout": "^2.9.3",
|
32
|
-
"@genesislcap/foundation-comms": "14.
|
33
|
-
"@genesislcap/foundation-utils": "14.
|
33
|
+
"@genesislcap/foundation-comms": "14.57.0",
|
34
|
+
"@genesislcap/foundation-utils": "14.57.0",
|
34
35
|
"@microsoft/fast-components": "^2.21.3",
|
35
36
|
"@microsoft/fast-element": "^1.7.0",
|
36
37
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -45,5 +46,5 @@
|
|
45
46
|
"access": "public"
|
46
47
|
},
|
47
48
|
"customElements": "dist/custom-elements.json",
|
48
|
-
"gitHead": "
|
49
|
+
"gitHead": "0d3dbb3dbe12a20358499516af1e0e48c7f9f6ac"
|
49
50
|
}
|