@genesislcap/foundation-layout 14.30.2-bny.1 → 14.30.2-bny.2
Sign up to get free protection for your applications and to get access to all the features.
- 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.30.2-bny.
|
4
|
+
"version": "14.30.2-bny.2",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
|
-
"@genesislcap/foundation-testing": "14.30.2-bny.
|
34
|
-
"@genesislcap/genx": "14.30.2-bny.
|
33
|
+
"@genesislcap/foundation-testing": "14.30.2-bny.2",
|
34
|
+
"@genesislcap/genx": "14.30.2-bny.2",
|
35
35
|
"@playwright/test": "^1.18.1",
|
36
36
|
"c8": "^7.11.0",
|
37
37
|
"esm": "^3.2.25",
|
@@ -44,8 +44,8 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@genesis-community/golden-layout": "^2.9.3",
|
47
|
-
"@genesislcap/foundation-comms": "14.30.2-bny.
|
48
|
-
"@genesislcap/foundation-utils": "14.30.2-bny.
|
47
|
+
"@genesislcap/foundation-comms": "14.30.2-bny.2",
|
48
|
+
"@genesislcap/foundation-utils": "14.30.2-bny.2",
|
49
49
|
"@microsoft/fast-components": "^2.21.3",
|
50
50
|
"@microsoft/fast-element": "^1.7.0",
|
51
51
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"access": "public"
|
61
61
|
},
|
62
62
|
"customElements": "dist/custom-elements.json",
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "9bf38e632c2b43036fff1c399d1d22f1a05f4a82"
|
64
64
|
}
|