@genesislcap/foundation-layout 14.92.2 → 14.92.3-beta.a19c58d.1

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 +8 -8
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-layout",
3
3
  "description": "Genesis Foundation UI App Layout",
4
- "version": "14.92.2",
4
+ "version": "14.92.3-beta.a19c58d.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
8
8
  "engines": {
9
- "node": ">=18.0.0"
9
+ "node": ">=20.0.0"
10
10
  },
11
11
  "config": {
12
12
  "PORT": 3020
@@ -27,15 +27,15 @@
27
27
  "test:debug": "genx test --debug"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.92.2",
31
- "@genesislcap/genx": "14.92.2",
30
+ "@genesislcap/foundation-testing": "14.92.3-beta.a19c58d.1",
31
+ "@genesislcap/genx": "14.92.3-beta.a19c58d.1",
32
32
  "rimraf": "^3.0.2"
33
33
  },
34
34
  "dependencies": {
35
35
  "@genesis-community/golden-layout": "^2.10.1",
36
- "@genesislcap/foundation-comms": "14.92.2",
37
- "@genesislcap/foundation-logger": "14.92.2",
38
- "@genesislcap/foundation-utils": "14.92.2",
36
+ "@genesislcap/foundation-comms": "14.92.3-beta.a19c58d.1",
37
+ "@genesislcap/foundation-logger": "14.92.3-beta.a19c58d.1",
38
+ "@genesislcap/foundation-utils": "14.92.3-beta.a19c58d.1",
39
39
  "@microsoft/fast-components": "^2.21.3",
40
40
  "@microsoft/fast-element": "^1.7.0",
41
41
  "@microsoft/fast-foundation": "^2.33.2",
@@ -50,5 +50,5 @@
50
50
  "access": "public"
51
51
  },
52
52
  "customElements": "dist/custom-elements.json",
53
- "gitHead": "d789e74870db34df2246ed212f8507992cf054b4"
53
+ "gitHead": "cff146f4f8b582b0992839560dc7538e923fd13e"
54
54
  }