@genesislcap/foundation-layout 14.17.0 → 14.19.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 +6 -6
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.17.0",
4
+ "version": "14.19.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@custom-elements-manifest/analyzer": "^0.8.2",
41
- "@genesislcap/foundation-testing": "^14.17.0",
42
- "@genesislcap/genx": "^14.17.0",
41
+ "@genesislcap/foundation-testing": "^14.19.0",
42
+ "@genesislcap/genx": "^14.19.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",
@@ -78,8 +78,8 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@genesis-community/golden-layout": "^2.9.3",
81
- "@genesislcap/foundation-comms": "^14.17.0",
82
- "@genesislcap/foundation-utils": "^14.17.0",
81
+ "@genesislcap/foundation-comms": "^14.19.0",
82
+ "@genesislcap/foundation-utils": "^14.19.0",
83
83
  "@microsoft/fast-components": "^2.21.3",
84
84
  "@microsoft/fast-element": "^1.7.0",
85
85
  "@microsoft/fast-foundation": "^2.33.2",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "45aa1d24a4fabc0d90c868f8e77f71df24609180"
93
+ "gitHead": "39baddc0d618b2ceb964f5382821d8901f5194b3"
94
94
  }