@genesislcap/foundation-layout 14.82.0 → 14.83.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 +10 -7
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-layout",
3
3
  "description": "Genesis Foundation UI App Layout",
4
- "version": "14.82.0",
4
+ "version": "14.83.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
+ "engines": {
9
+ "node": ">=18.0.0"
10
+ },
8
11
  "config": {
9
12
  "PORT": 3020
10
13
  },
@@ -24,15 +27,15 @@
24
27
  "test:debug": "genx test --debug"
25
28
  },
26
29
  "devDependencies": {
27
- "@genesislcap/foundation-testing": "14.82.0",
28
- "@genesislcap/genx": "14.82.0",
30
+ "@genesislcap/foundation-testing": "14.83.1",
31
+ "@genesislcap/genx": "14.83.1",
29
32
  "rimraf": "^3.0.2"
30
33
  },
31
34
  "dependencies": {
32
35
  "@genesis-community/golden-layout": "^2.10.1",
33
- "@genesislcap/foundation-comms": "14.82.0",
34
- "@genesislcap/foundation-logger": "14.82.0",
35
- "@genesislcap/foundation-utils": "14.82.0",
36
+ "@genesislcap/foundation-comms": "14.83.1",
37
+ "@genesislcap/foundation-logger": "14.83.1",
38
+ "@genesislcap/foundation-utils": "14.83.1",
36
39
  "@microsoft/fast-components": "^2.21.3",
37
40
  "@microsoft/fast-element": "^1.7.0",
38
41
  "@microsoft/fast-foundation": "^2.33.2",
@@ -47,5 +50,5 @@
47
50
  "access": "public"
48
51
  },
49
52
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "69108b95942ed1e47c3cf1eaf9fd3c3ed9188de0"
53
+ "gitHead": "e5ec1e7cf529aea9309fcdd896bdb4fddf0d81ce"
51
54
  }