@genesislcap/foundation-layout 14.12.3-alpha-7113f36.0 → 14.12.3

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 +5 -5
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.12.3-alpha-7113f36.0",
4
+ "version": "14.12.3",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -37,7 +37,7 @@
37
37
  "test:unit:watch": "watchlist src test -- npm run test:unit"
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/foundation-testing": "14.12.3-alpha-7113f36.0",
40
+ "@genesislcap/foundation-testing": "^14.12.3",
41
41
  "@module-federation/dashboard-plugin": "2.3.0",
42
42
  "@pixability-ui/federated-types": "^0.2.0",
43
43
  "@playwright/test": "^1.18.1",
@@ -77,8 +77,8 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@genesis-community/golden-layout": "^2.9.3",
80
- "@genesislcap/foundation-comms": "14.12.3-alpha-7113f36.0",
81
- "@genesislcap/foundation-utils": "14.12.3-alpha-7113f36.0",
80
+ "@genesislcap/foundation-comms": "^14.12.3",
81
+ "@genesislcap/foundation-utils": "^14.12.3",
82
82
  "@microsoft/fast-components": "^2.21.3",
83
83
  "@microsoft/fast-element": "^1.7.0",
84
84
  "@microsoft/fast-foundation": "^2.33.2",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "7bac91321b050e405b58609e778d88bd641ee02f"
91
+ "gitHead": "c1258f6a3a2658ebd1e088db57fcbae2b444f155"
92
92
  }