@genesislcap/foundation-user 14.180.1-GENC-376.4 → 14.180.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-user",
|
3
3
|
"description": "Genesis User",
|
4
|
-
"version": "14.180.
|
4
|
+
"version": "14.180.2",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -26,19 +26,19 @@
|
|
26
26
|
"test": "genx test"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@genesislcap/foundation-testing": "14.180.
|
30
|
-
"@genesislcap/genx": "14.180.
|
31
|
-
"@genesislcap/rollup-builder": "14.180.
|
32
|
-
"@genesislcap/ts-builder": "14.180.
|
33
|
-
"@genesislcap/uvu-playwright-builder": "14.180.
|
34
|
-
"@genesislcap/vite-builder": "14.180.
|
35
|
-
"@genesislcap/webpack-builder": "14.180.
|
29
|
+
"@genesislcap/foundation-testing": "14.180.2",
|
30
|
+
"@genesislcap/genx": "14.180.2",
|
31
|
+
"@genesislcap/rollup-builder": "14.180.2",
|
32
|
+
"@genesislcap/ts-builder": "14.180.2",
|
33
|
+
"@genesislcap/uvu-playwright-builder": "14.180.2",
|
34
|
+
"@genesislcap/vite-builder": "14.180.2",
|
35
|
+
"@genesislcap/webpack-builder": "14.180.2",
|
36
36
|
"rimraf": "^3.0.2"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@genesislcap/foundation-broadcast-channel": "14.180.
|
40
|
-
"@genesislcap/foundation-logger": "14.180.
|
41
|
-
"@genesislcap/foundation-utils": "14.180.
|
39
|
+
"@genesislcap/foundation-broadcast-channel": "14.180.2",
|
40
|
+
"@genesislcap/foundation-logger": "14.180.2",
|
41
|
+
"@genesislcap/foundation-utils": "14.180.2",
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4"
|
44
44
|
},
|
@@ -50,5 +50,5 @@
|
|
50
50
|
"publishConfig": {
|
51
51
|
"access": "public"
|
52
52
|
},
|
53
|
-
"gitHead": "
|
53
|
+
"gitHead": "5fdd1837209acabc17881ad7062a2ec304df0b18"
|
54
54
|
}
|