@genesislcap/foundation-layout 14.23.1-alpha-57f25e5.0 → 14.24.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 +11 -8
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.23.1-alpha-57f25e5.0",
4
+ "version": "14.24.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -31,9 +31,8 @@
31
31
  "test:unit:watch": "watchlist src test -- npm run test:unit"
32
32
  },
33
33
  "devDependencies": {
34
- "@custom-elements-manifest/analyzer": "^0.8.2",
35
- "@genesislcap/foundation-testing": "14.23.1-alpha-57f25e5.0",
36
- "@genesislcap/genx": "14.23.1-alpha-57f25e5.0",
34
+ "@genesislcap/foundation-testing": "^14.24.0",
35
+ "@genesislcap/genx": "^14.24.0",
37
36
  "@module-federation/dashboard-plugin": "2.3.0",
38
37
  "@pixability-ui/federated-types": "^0.2.0",
39
38
  "@playwright/test": "^1.18.1",
@@ -72,17 +71,21 @@
72
71
  },
73
72
  "dependencies": {
74
73
  "@genesis-community/golden-layout": "^2.9.3",
75
- "@genesislcap/foundation-comms": "14.23.1-alpha-57f25e5.0",
76
- "@genesislcap/foundation-utils": "14.23.1-alpha-57f25e5.0",
74
+ "@genesislcap/foundation-comms": "^14.24.0",
75
+ "@genesislcap/foundation-utils": "^14.24.0",
77
76
  "@microsoft/fast-components": "^2.21.3",
78
77
  "@microsoft/fast-element": "^1.7.0",
79
78
  "@microsoft/fast-foundation": "^2.33.2",
80
79
  "tslib": "^2.3.1"
81
80
  },
82
- "repository": "https://github.com/genesislcap/foundation-ui.git",
81
+ "repository": {
82
+ "type": "git",
83
+ "url": "git+https://github.com/genesislcap/foundation-ui.git",
84
+ "directory": "packages/foundation/foundation-layout"
85
+ },
83
86
  "publishConfig": {
84
87
  "access": "public"
85
88
  },
86
89
  "customElements": "dist/custom-elements.json",
87
- "gitHead": "700a7dbd94e50a5cfd9a84c6fcceb6a3e2dfe1a4"
90
+ "gitHead": "94a3b388d39d65f0376bb347238a4151b3cfdd09"
88
91
  }