@genesislcap/foundation-layout 14.146.1 → 14.147.1-alpha-3a79940.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 +12 -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.146.1",
4
+ "version": "14.147.1-alpha-3a79940.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -27,15 +27,20 @@
27
27
  "test:debug": "genx test --debug"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.146.1",
31
- "@genesislcap/genx": "14.146.1",
30
+ "@genesislcap/foundation-testing": "14.147.1-alpha-3a79940.0",
31
+ "@genesislcap/genx": "14.147.1-alpha-3a79940.0",
32
+ "@genesislcap/rollup-builder": "14.147.1-alpha-3a79940.0",
33
+ "@genesislcap/ts-builder": "14.147.1-alpha-3a79940.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.147.1-alpha-3a79940.0",
35
+ "@genesislcap/vite-builder": "14.147.1-alpha-3a79940.0",
36
+ "@genesislcap/webpack-builder": "14.147.1-alpha-3a79940.0",
32
37
  "rimraf": "^3.0.2"
33
38
  },
34
39
  "dependencies": {
35
40
  "@genesis-community/golden-layout": "^2.11.0",
36
- "@genesislcap/foundation-comms": "14.146.1",
37
- "@genesislcap/foundation-logger": "14.146.1",
38
- "@genesislcap/foundation-utils": "14.146.1",
41
+ "@genesislcap/foundation-comms": "14.147.1-alpha-3a79940.0",
42
+ "@genesislcap/foundation-logger": "14.147.1-alpha-3a79940.0",
43
+ "@genesislcap/foundation-utils": "14.147.1-alpha-3a79940.0",
39
44
  "@microsoft/fast-components": "^2.30.6",
40
45
  "@microsoft/fast-element": "^1.12.0",
41
46
  "@microsoft/fast-foundation": "^2.49.4",
@@ -50,5 +55,5 @@
50
55
  "access": "public"
51
56
  },
52
57
  "customElements": "dist/custom-elements.json",
53
- "gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
58
+ "gitHead": "43208d8fbb5fd57c054620ddebe46c949342c54b"
54
59
  }