@genesislcap/foundation-layout 14.13.0 → 14.14.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 +5 -5
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.13.0",
4
+ "version": "14.14.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@custom-elements-manifest/analyzer": "^0.8.1",
42
- "@genesislcap/foundation-testing": "^14.13.0",
42
+ "@genesislcap/foundation-testing": "^14.14.0",
43
43
  "@module-federation/dashboard-plugin": "2.3.0",
44
44
  "@pixability-ui/federated-types": "^0.2.0",
45
45
  "@playwright/test": "^1.18.1",
@@ -79,8 +79,8 @@
79
79
  },
80
80
  "dependencies": {
81
81
  "@genesis-community/golden-layout": "^2.9.3",
82
- "@genesislcap/foundation-comms": "^14.13.0",
83
- "@genesislcap/foundation-utils": "^14.13.0",
82
+ "@genesislcap/foundation-comms": "^14.14.0",
83
+ "@genesislcap/foundation-utils": "^14.14.0",
84
84
  "@microsoft/fast-components": "^2.21.3",
85
85
  "@microsoft/fast-element": "^1.7.0",
86
86
  "@microsoft/fast-foundation": "^2.33.2",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "5d638f9ce1de7beffa50a3a4367c8f5c49eede25"
94
+ "gitHead": "985b16962c0e45c142c67e94a62e5f2ca139798b"
95
95
  }