@genesislcap/foundation-forms 14.24.4 → 14.25.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 -36
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-forms",
|
|
3
3
|
"description": "Genesis Foundation Forms",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.25.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"build": "genx build",
|
|
24
24
|
"build:rollup": "genx build -b rollup",
|
|
25
25
|
"build:rollup:stats": "genx analyze -b rollup",
|
|
26
|
-
"build:webpack": "
|
|
27
|
-
"build:webpack:stats": "
|
|
26
|
+
"build:webpack": "genx build -b webpack",
|
|
27
|
+
"build:webpack:stats": "genx analyze -b webpack",
|
|
28
28
|
"clean": "genx clean",
|
|
29
29
|
"dev": "npm run dev:tsc",
|
|
30
30
|
"dev:rollup": "genx dev -b rollup",
|
|
31
31
|
"dev:tsc": "genx dev",
|
|
32
|
-
"dev:webpack": "
|
|
32
|
+
"dev:webpack": "genx dev -b webpack",
|
|
33
33
|
"serve": "genx serve",
|
|
34
34
|
"test": "npm run test:unit",
|
|
35
35
|
"test:coverage": "c8 --include=src npm run test:unit",
|
|
@@ -43,50 +43,25 @@
|
|
|
43
43
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "^14.
|
|
47
|
-
"@genesislcap/genx": "^14.
|
|
48
|
-
"@module-federation/dashboard-plugin": "2.3.0",
|
|
46
|
+
"@genesislcap/foundation-testing": "^14.25.0",
|
|
47
|
+
"@genesislcap/genx": "^14.25.0",
|
|
49
48
|
"@playwright/test": "^1.18.1",
|
|
50
49
|
"@types/json-schema": "^7.0.11",
|
|
51
50
|
"@types/ua-parser-js": "^0.7.36",
|
|
52
51
|
"analytics": "^0.8.0",
|
|
53
52
|
"c8": "^7.11.0",
|
|
54
|
-
"camel-case": "^4.1.2",
|
|
55
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
56
|
-
"copyfiles": "^2.4.1",
|
|
57
|
-
"cross-env": "^7.0.3",
|
|
58
|
-
"csp-html-webpack-plugin": "^5.1.0",
|
|
59
|
-
"css-loader": "^6.6.0",
|
|
60
|
-
"cssnano": "^5.0.17",
|
|
61
53
|
"esm": "^3.2.25",
|
|
62
|
-
"file-loader": "^6.2.0",
|
|
63
|
-
"html-webpack-plugin": "^5.3.1",
|
|
64
54
|
"jsdom": "^19.0.0",
|
|
65
|
-
"mini-css-extract-plugin": "^2.5.3",
|
|
66
55
|
"playwright-test": "^7.2.1",
|
|
67
|
-
"portfinder-sync": "^0.0.2",
|
|
68
|
-
"postcss": "^8.2.8",
|
|
69
|
-
"postcss-import": "^14.0.0",
|
|
70
|
-
"postcss-loader": "^6.2.1",
|
|
71
|
-
"postcss-preset-env": "^7.0.1",
|
|
72
|
-
"terser-webpack-plugin": "^5.3.1",
|
|
73
|
-
"to-string-loader": "^1.2.0",
|
|
74
|
-
"ts-loader": "9.3.1",
|
|
75
|
-
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
76
56
|
"tsm": "^2.2.1",
|
|
77
57
|
"typescript": "^4.5.5",
|
|
78
58
|
"uvu": "0.5.4",
|
|
79
|
-
"watchlist": "^0.3.1"
|
|
80
|
-
"webpack": "^5.45.1",
|
|
81
|
-
"webpack-bundle-analyzer": "^4.5.0",
|
|
82
|
-
"webpack-cli": "^4.5.0",
|
|
83
|
-
"webpack-dev-server": "^4.0.0-beta.3",
|
|
84
|
-
"webpack-merge": "^5.7.3"
|
|
59
|
+
"watchlist": "^0.3.1"
|
|
85
60
|
},
|
|
86
61
|
"dependencies": {
|
|
87
|
-
"@genesislcap/foundation-comms": "^14.
|
|
88
|
-
"@genesislcap/foundation-criteria": "^14.
|
|
89
|
-
"@genesislcap/foundation-utils": "^14.
|
|
62
|
+
"@genesislcap/foundation-comms": "^14.25.0",
|
|
63
|
+
"@genesislcap/foundation-criteria": "^14.25.0",
|
|
64
|
+
"@genesislcap/foundation-utils": "^14.25.0",
|
|
90
65
|
"@jsonforms/core": "^3.0.0",
|
|
91
66
|
"@microsoft/fast-components": "^2.21.3",
|
|
92
67
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -107,5 +82,5 @@
|
|
|
107
82
|
"access": "public"
|
|
108
83
|
},
|
|
109
84
|
"customElements": "dist/custom-elements.json",
|
|
110
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "ee636dcc509e1cd2ab564462cb147819e7043154"
|
|
111
86
|
}
|