@genesislcap/foundation-store 14.223.1-alpha-e2da71c.0 → 14.223.1-alpha-6c9f0a7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +17 -12
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-store",
|
3
3
|
"description": "Genesis Foundation Store",
|
4
|
-
"version": "14.223.1-alpha-
|
4
|
+
"version": "14.223.1-alpha-6c9f0a7.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -36,19 +36,19 @@
|
|
36
36
|
}
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@genesislcap/foundation-testing": "14.223.1-alpha-
|
40
|
-
"@genesislcap/genx": "14.223.1-alpha-
|
41
|
-
"@genesislcap/rollup-builder": "14.223.1-alpha-
|
42
|
-
"@genesislcap/ts-builder": "14.223.1-alpha-
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.223.1-alpha-
|
44
|
-
"@genesislcap/vite-builder": "14.223.1-alpha-
|
45
|
-
"@genesislcap/webpack-builder": "14.223.1-alpha-
|
39
|
+
"@genesislcap/foundation-testing": "14.223.1-alpha-6c9f0a7.0",
|
40
|
+
"@genesislcap/genx": "14.223.1-alpha-6c9f0a7.0",
|
41
|
+
"@genesislcap/rollup-builder": "14.223.1-alpha-6c9f0a7.0",
|
42
|
+
"@genesislcap/ts-builder": "14.223.1-alpha-6c9f0a7.0",
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.223.1-alpha-6c9f0a7.0",
|
44
|
+
"@genesislcap/vite-builder": "14.223.1-alpha-6c9f0a7.0",
|
45
|
+
"@genesislcap/webpack-builder": "14.223.1-alpha-6c9f0a7.0",
|
46
46
|
"rimraf": "^5.0.0"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@genesislcap/foundation-events": "14.223.1-alpha-
|
50
|
-
"@genesislcap/foundation-logger": "14.223.1-alpha-
|
51
|
-
"@genesislcap/foundation-utils": "14.223.1-alpha-
|
49
|
+
"@genesislcap/foundation-events": "14.223.1-alpha-6c9f0a7.0",
|
50
|
+
"@genesislcap/foundation-logger": "14.223.1-alpha-6c9f0a7.0",
|
51
|
+
"@genesislcap/foundation-utils": "14.223.1-alpha-6c9f0a7.0",
|
52
52
|
"@microsoft/fast-element": "1.14.0",
|
53
53
|
"@microsoft/fast-foundation": "2.49.6",
|
54
54
|
"@microsoft/fast-web-utilities": "5.4.1",
|
@@ -56,6 +56,11 @@
|
|
56
56
|
"rxjs": "^7.5.4",
|
57
57
|
"tslib": "^2.3.1"
|
58
58
|
},
|
59
|
+
"peerDependencies": {
|
60
|
+
"@microsoft/fast-element": "1.14.0",
|
61
|
+
"@microsoft/fast-foundation": "2.49.6",
|
62
|
+
"@microsoft/fast-web-utilities": "5.4.1"
|
63
|
+
},
|
59
64
|
"repository": {
|
60
65
|
"type": "git",
|
61
66
|
"url": "git+https://github.com/genesislcap/foundation-ui.git",
|
@@ -64,5 +69,5 @@
|
|
64
69
|
"publishConfig": {
|
65
70
|
"access": "public"
|
66
71
|
},
|
67
|
-
"gitHead": "
|
72
|
+
"gitHead": "a80c90d35680f5f6b09f77126db4c701739cbcda"
|
68
73
|
}
|