@genesislcap/foundation-layout 14.56.0 → 14.57.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.56.0",
4
+ "version": "14.57.1",
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": "genx 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.56.0",
28
- "@genesislcap/genx": "14.56.0"
27
+ "@genesislcap/foundation-testing": "14.57.1",
28
+ "@genesislcap/genx": "14.57.1",
29
+ "rimraf": "^3.0.2"
29
30
  },
30
31
  "dependencies": {
31
32
  "@genesis-community/golden-layout": "^2.9.3",
32
- "@genesislcap/foundation-comms": "14.56.0",
33
- "@genesislcap/foundation-utils": "14.56.0",
33
+ "@genesislcap/foundation-comms": "14.57.1",
34
+ "@genesislcap/foundation-utils": "14.57.1",
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": "d9649ebeaa1079cb63680cd73487aad456afba21"
49
+ "gitHead": "35fc3fa708214230154e9a0ebc6c64f5761b7707"
49
50
  }