@genesislcap/foundation-criteria 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 +12 -15
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-criteria",
|
3
3
|
"description": "Genesis Foundation UI Criteria Utils",
|
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",
|
@@ -49,24 +49,21 @@
|
|
49
49
|
}
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
|
-
"@genesislcap/foundation-testing": "14.
|
53
|
-
"@genesislcap/genx": "14.
|
54
|
-
"@genesislcap/rollup-builder": "14.
|
55
|
-
"@genesislcap/ts-builder": "14.
|
56
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
57
|
-
"@genesislcap/vite-builder": "14.
|
58
|
-
"@genesislcap/webpack-builder": "14.
|
52
|
+
"@genesislcap/foundation-testing": "14.224.0",
|
53
|
+
"@genesislcap/genx": "14.224.0",
|
54
|
+
"@genesislcap/rollup-builder": "14.224.0",
|
55
|
+
"@genesislcap/ts-builder": "14.224.0",
|
56
|
+
"@genesislcap/uvu-playwright-builder": "14.224.0",
|
57
|
+
"@genesislcap/vite-builder": "14.224.0",
|
58
|
+
"@genesislcap/webpack-builder": "14.224.0",
|
59
59
|
"rimraf": "^5.0.0"
|
60
60
|
},
|
61
61
|
"dependencies": {
|
62
|
-
"@genesislcap/foundation-logger": "14.
|
63
|
-
"@genesislcap/foundation-utils": "14.
|
64
|
-
"@microsoft/fast-element": "1.
|
62
|
+
"@genesislcap/foundation-logger": "14.224.0",
|
63
|
+
"@genesislcap/foundation-utils": "14.224.0",
|
64
|
+
"@microsoft/fast-element": "^1.12.0",
|
65
65
|
"tslib": "^2.3.1"
|
66
66
|
},
|
67
|
-
"peerDependencies": {
|
68
|
-
"@microsoft/fast-element": "1.14.0"
|
69
|
-
},
|
70
67
|
"repository": {
|
71
68
|
"type": "git",
|
72
69
|
"url": "git+https://github.com/genesislcap/foundation-ui.git",
|
@@ -75,5 +72,5 @@
|
|
75
72
|
"publishConfig": {
|
76
73
|
"access": "public"
|
77
74
|
},
|
78
|
-
"gitHead": "
|
75
|
+
"gitHead": "3a419e0c35fae338860ed7f0d468e170357c7dc8"
|
79
76
|
}
|