@genesislcap/foundation-layout 14.81.1-alpha-7c6961f9fc.0 → 14.82.0

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 +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.81.1-alpha-7c6961f9fc.0",
4
+ "version": "14.82.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,15 +24,15 @@
24
24
  "test:debug": "genx test --debug"
25
25
  },
26
26
  "devDependencies": {
27
- "@genesislcap/foundation-testing": "14.81.1-alpha-7c6961f9fc.0",
28
- "@genesislcap/genx": "14.81.1-alpha-7c6961f9fc.0",
27
+ "@genesislcap/foundation-testing": "14.82.0",
28
+ "@genesislcap/genx": "14.82.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.81.1-alpha-7c6961f9fc.0",
34
- "@genesislcap/foundation-logger": "14.81.1-alpha-7c6961f9fc.0",
35
- "@genesislcap/foundation-utils": "14.81.1-alpha-7c6961f9fc.0",
33
+ "@genesislcap/foundation-comms": "14.82.0",
34
+ "@genesislcap/foundation-logger": "14.82.0",
35
+ "@genesislcap/foundation-utils": "14.82.0",
36
36
  "@microsoft/fast-components": "^2.21.3",
37
37
  "@microsoft/fast-element": "^1.7.0",
38
38
  "@microsoft/fast-foundation": "^2.33.2",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "ab19771314f26fa936396634ad29c1c91b915bd6"
50
+ "gitHead": "69108b95942ed1e47c3cf1eaf9fd3c3ed9188de0"
51
51
  }