@genesislcap/foundation-store 14.223.1-alpha-6c9f0a7.0 → 14.224.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -19
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.
|
4
|
+
"version": "14.224.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -36,31 +36,26 @@
|
|
36
36
|
}
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@genesislcap/foundation-testing": "14.
|
40
|
-
"@genesislcap/genx": "14.
|
41
|
-
"@genesislcap/rollup-builder": "14.
|
42
|
-
"@genesislcap/ts-builder": "14.
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
44
|
-
"@genesislcap/vite-builder": "14.
|
45
|
-
"@genesislcap/webpack-builder": "14.
|
39
|
+
"@genesislcap/foundation-testing": "14.224.0",
|
40
|
+
"@genesislcap/genx": "14.224.0",
|
41
|
+
"@genesislcap/rollup-builder": "14.224.0",
|
42
|
+
"@genesislcap/ts-builder": "14.224.0",
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.224.0",
|
44
|
+
"@genesislcap/vite-builder": "14.224.0",
|
45
|
+
"@genesislcap/webpack-builder": "14.224.0",
|
46
46
|
"rimraf": "^5.0.0"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@genesislcap/foundation-events": "14.
|
50
|
-
"@genesislcap/foundation-logger": "14.
|
51
|
-
"@genesislcap/foundation-utils": "14.
|
52
|
-
"@microsoft/fast-element": "1.
|
49
|
+
"@genesislcap/foundation-events": "14.224.0",
|
50
|
+
"@genesislcap/foundation-logger": "14.224.0",
|
51
|
+
"@genesislcap/foundation-utils": "14.224.0",
|
52
|
+
"@microsoft/fast-element": "^1.12.0",
|
53
53
|
"@microsoft/fast-foundation": "2.49.6",
|
54
|
-
"@microsoft/fast-web-utilities": "5.4.1",
|
54
|
+
"@microsoft/fast-web-utilities": "^5.4.1",
|
55
55
|
"fast-safe-stringify": "^2.1.1",
|
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
|
-
},
|
64
59
|
"repository": {
|
65
60
|
"type": "git",
|
66
61
|
"url": "git+https://github.com/genesislcap/foundation-ui.git",
|
@@ -69,5 +64,5 @@
|
|
69
64
|
"publishConfig": {
|
70
65
|
"access": "public"
|
71
66
|
},
|
72
|
-
"gitHead": "
|
67
|
+
"gitHead": "3a419e0c35fae338860ed7f0d468e170357c7dc8"
|
73
68
|
}
|