@genesislcap/foundation-layout 14.30.1 → 14.30.2-alpha-f0df17a.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.30.1",
4
+ "version": "14.30.2-alpha-f0df17a.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -30,8 +30,8 @@
30
30
  "test:unit:watch": "watchlist src test -- npm run test:unit"
31
31
  },
32
32
  "devDependencies": {
33
- "@genesislcap/foundation-testing": "^14.30.1",
34
- "@genesislcap/genx": "^14.30.1",
33
+ "@genesislcap/foundation-testing": "14.30.2-alpha-f0df17a.0",
34
+ "@genesislcap/genx": "14.30.2-alpha-f0df17a.0",
35
35
  "@playwright/test": "^1.18.1",
36
36
  "c8": "^7.11.0",
37
37
  "esm": "^3.2.25",
@@ -44,8 +44,8 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@genesis-community/golden-layout": "^2.9.3",
47
- "@genesislcap/foundation-comms": "^14.30.1",
48
- "@genesislcap/foundation-utils": "^14.30.1",
47
+ "@genesislcap/foundation-comms": "14.30.2-alpha-f0df17a.0",
48
+ "@genesislcap/foundation-utils": "14.30.2-alpha-f0df17a.0",
49
49
  "@microsoft/fast-components": "^2.21.3",
50
50
  "@microsoft/fast-element": "^1.7.0",
51
51
  "@microsoft/fast-foundation": "^2.33.2",
@@ -60,5 +60,5 @@
60
60
  "access": "public"
61
61
  },
62
62
  "customElements": "dist/custom-elements.json",
63
- "gitHead": "fbb28aece6d8e5ab4584018421c910a4a23c1723"
63
+ "gitHead": "a9eafdaa98ded2fb7b2ae666ba87acf7e2b23296"
64
64
  }