@genesislcap/foundation-layout 14.24.4-bny.22 → 14.24.4

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.24.4-bny.22",
4
+ "version": "14.24.4",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -31,8 +31,8 @@
31
31
  "test:unit:watch": "watchlist src test -- npm run test:unit"
32
32
  },
33
33
  "devDependencies": {
34
- "@genesislcap/foundation-testing": "14.24.4-bny.22",
35
- "@genesislcap/genx": "14.24.4-bny.22",
34
+ "@genesislcap/foundation-testing": "^14.24.4",
35
+ "@genesislcap/genx": "^14.24.4",
36
36
  "@module-federation/dashboard-plugin": "2.3.0",
37
37
  "@pixability-ui/federated-types": "^0.2.0",
38
38
  "@playwright/test": "^1.18.1",
@@ -71,8 +71,8 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@genesis-community/golden-layout": "^2.9.3",
74
- "@genesislcap/foundation-comms": "14.24.4-bny.22",
75
- "@genesislcap/foundation-utils": "14.24.4-bny.22",
74
+ "@genesislcap/foundation-comms": "^14.24.4",
75
+ "@genesislcap/foundation-utils": "^14.24.4",
76
76
  "@microsoft/fast-components": "^2.21.3",
77
77
  "@microsoft/fast-element": "^1.7.0",
78
78
  "@microsoft/fast-foundation": "^2.33.2",
@@ -87,5 +87,5 @@
87
87
  "access": "public"
88
88
  },
89
89
  "customElements": "dist/custom-elements.json",
90
- "gitHead": "f989b7e903567e6bf9489c2db2e58981f7add592"
90
+ "gitHead": "f10d551ef1457c744c75d1a21f711b1930242f05"
91
91
  }