@genesislcap/foundation-layout 14.12.5 → 14.12.6
Sign up to get free protection for your applications and to get access to all the features.
- 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.
|
4
|
+
"version": "14.12.6",
|
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.
|
40
|
+
"@genesislcap/foundation-testing": "^14.12.6",
|
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.
|
81
|
-
"@genesislcap/foundation-utils": "^14.12.
|
80
|
+
"@genesislcap/foundation-comms": "^14.12.6",
|
81
|
+
"@genesislcap/foundation-utils": "^14.12.6",
|
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": "
|
91
|
+
"gitHead": "f6cf588bb32bbc7caa6350853c7b0c1a35a96548"
|
92
92
|
}
|