@genesislcap/foundation-testing 13.2.0 → 13.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-testing",
|
|
3
3
|
"description": "Genesis Foundation Testing",
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.3.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@playwright/test": "^1.18.1",
|
|
58
58
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
59
59
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
60
|
+
"@rollup/plugin-terser": "^0.4.0",
|
|
60
61
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
61
62
|
"@types/mocha": "^9.1.0",
|
|
62
63
|
"@types/sinon": "^10.0.13",
|
|
@@ -83,10 +84,7 @@
|
|
|
83
84
|
"postcss-preset-env": "^7.0.1",
|
|
84
85
|
"rimraf": "^3.0.2",
|
|
85
86
|
"rollup": "^2.7.6",
|
|
86
|
-
"rollup-plugin-commonjs": "^10.1.0",
|
|
87
87
|
"rollup-plugin-filesize": "^9.1.2",
|
|
88
|
-
"rollup-plugin-node-resolve": "^5.2.0",
|
|
89
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
90
88
|
"rollup-plugin-transform-tagged-template": "^0.0.3",
|
|
91
89
|
"rollup-plugin-visualizer": "^5.6.0",
|
|
92
90
|
"serve": "^14.1.2",
|
|
@@ -105,7 +103,7 @@
|
|
|
105
103
|
"webpack-merge": "^5.7.3"
|
|
106
104
|
},
|
|
107
105
|
"dependencies": {
|
|
108
|
-
"@genesislcap/foundation-utils": "^13.
|
|
106
|
+
"@genesislcap/foundation-utils": "^13.3.0",
|
|
109
107
|
"@microsoft/fast-element": "^1.7.0",
|
|
110
108
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
111
109
|
"sinon": "15.0.1",
|
|
@@ -115,5 +113,5 @@
|
|
|
115
113
|
"publishConfig": {
|
|
116
114
|
"access": "public"
|
|
117
115
|
},
|
|
118
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "e747be94876490deba62943d376f6e919dbb8cc2"
|
|
119
117
|
}
|