@genesislcap/foundation-testing 14.24.4 → 14.25.1-alpha-7849de5.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 +11 -35
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-testing",
|
|
3
3
|
"description": "Genesis Foundation Testing",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.25.1-alpha-7849de5.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -36,61 +36,37 @@
|
|
|
36
36
|
"build": "genx build",
|
|
37
37
|
"build:rollup": "genx build -b rollup",
|
|
38
38
|
"build:rollup:stats": "genx analyze -b rollup",
|
|
39
|
-
"build:webpack": "
|
|
40
|
-
"build:webpack:stats": "
|
|
39
|
+
"build:webpack": "genx build -b webpack",
|
|
40
|
+
"build:webpack:stats": "genx analyze -b webpack",
|
|
41
41
|
"clean": "genx clean",
|
|
42
42
|
"dev": "npm run dev:tsc",
|
|
43
43
|
"dev:rollup": "genx dev -b rollup",
|
|
44
44
|
"dev:tsc": "genx dev",
|
|
45
|
-
"dev:webpack": "
|
|
46
|
-
"serve": "genx serve"
|
|
47
|
-
"test": "echo \"Error: no test specified\""
|
|
45
|
+
"dev:webpack": "genx dev -b webpack",
|
|
46
|
+
"serve": "genx serve"
|
|
48
47
|
},
|
|
49
48
|
"devDependencies": {
|
|
50
|
-
"@genesislcap/genx": "
|
|
51
|
-
"@module-federation/dashboard-plugin": "2.3.0",
|
|
49
|
+
"@genesislcap/genx": "14.25.1-alpha-7849de5.0",
|
|
52
50
|
"@playwright/test": "^1.18.1",
|
|
53
51
|
"@types/sinon": "^10.0.13",
|
|
54
52
|
"analytics": "^0.8.0",
|
|
55
53
|
"c8": "^7.11.0",
|
|
56
|
-
"camel-case": "^4.1.2",
|
|
57
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
58
|
-
"cross-env": "^7.0.3",
|
|
59
|
-
"csp-html-webpack-plugin": "^5.1.0",
|
|
60
|
-
"css-loader": "^6.6.0",
|
|
61
|
-
"cssnano": "^5.0.17",
|
|
62
54
|
"esm": "^3.2.25",
|
|
63
|
-
"file-loader": "^6.2.0",
|
|
64
|
-
"html-webpack-plugin": "^5.3.1",
|
|
65
55
|
"jsdom": "^19.0.0",
|
|
66
56
|
"lighthouse": "^9.6.8",
|
|
67
|
-
"mini-css-extract-plugin": "^2.5.3",
|
|
68
57
|
"playwright-lighthouse": "^2.2.2",
|
|
69
58
|
"playwright-test": "^7.2.1",
|
|
70
|
-
"portfinder-sync": "^0.0.2",
|
|
71
|
-
"postcss": "^8.2.8",
|
|
72
|
-
"postcss-import": "^14.0.0",
|
|
73
|
-
"postcss-loader": "^6.2.1",
|
|
74
|
-
"postcss-preset-env": "^7.0.1",
|
|
75
|
-
"rimraf": "^3.0.2",
|
|
76
|
-
"terser-webpack-plugin": "^5.3.1",
|
|
77
|
-
"to-string-loader": "^1.2.0",
|
|
78
|
-
"ts-loader": "9.3.1",
|
|
79
|
-
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
80
59
|
"tsm": "^2.2.1",
|
|
81
60
|
"typescript": "^4.5.5",
|
|
82
61
|
"uvu": "0.5.4",
|
|
83
|
-
"watchlist": "^0.3.1"
|
|
84
|
-
"webpack": "^5.45.1",
|
|
85
|
-
"webpack-bundle-analyzer": "^4.5.0",
|
|
86
|
-
"webpack-cli": "^4.5.0",
|
|
87
|
-
"webpack-dev-server": "^4.0.0-beta.3",
|
|
88
|
-
"webpack-merge": "^5.7.3"
|
|
62
|
+
"watchlist": "^0.3.1"
|
|
89
63
|
},
|
|
90
64
|
"dependencies": {
|
|
91
|
-
"@genesislcap/foundation-utils": "
|
|
65
|
+
"@genesislcap/foundation-utils": "14.25.1-alpha-7849de5.0",
|
|
92
66
|
"@microsoft/fast-element": "^1.7.0",
|
|
93
67
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
68
|
+
"portfinder-sync": "^0.0.2",
|
|
69
|
+
"rimraf": "^3.0.2",
|
|
94
70
|
"sinon": "15.0.1",
|
|
95
71
|
"tslib": "^2.3.1"
|
|
96
72
|
},
|
|
@@ -102,5 +78,5 @@
|
|
|
102
78
|
"publishConfig": {
|
|
103
79
|
"access": "public"
|
|
104
80
|
},
|
|
105
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "473c40f7d52a856792caedf46837a09572e29a0f"
|
|
106
82
|
}
|