hof 22.8.0-beta.0 → 22.8.1
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/CHANGELOG.md +1 -1
- package/package.json +2 -2
- package/.nyc_output/f21ac10e-0bc9-4517-b2d8-7b1808d157cc.json +0 -1
- package/.nyc_output/processinfo/f21ac10e-0bc9-4517-b2d8-7b1808d157cc.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/frontend/govuk-template/govuk_template_generated.html +0 -102
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "hof",
|
3
3
|
"description": "A bootstrap for HOF projects",
|
4
|
-
"version": "22.8.
|
4
|
+
"version": "22.8.1",
|
5
5
|
"license": "MIT",
|
6
6
|
"main": "index.js",
|
7
7
|
"author": "HomeOffice",
|
@@ -52,6 +52,7 @@
|
|
52
52
|
"dialog-polyfill": "^0.5.6",
|
53
53
|
"dotenv": "^4.0.0",
|
54
54
|
"duplexify": "^3.5.0",
|
55
|
+
"exorcist": "^2.0.0",
|
55
56
|
"express": "^4.17.1",
|
56
57
|
"express-healthcheck": "^0.1.0",
|
57
58
|
"express-partial-templates": "^0.2.1",
|
@@ -105,7 +106,6 @@
|
|
105
106
|
"csv": "^5.3.2",
|
106
107
|
"eslint": "^7.30.0",
|
107
108
|
"eslint-config-hof": "^1.1.0",
|
108
|
-
"exorcist": "^2.0.0",
|
109
109
|
"funkie": "0.0.5",
|
110
110
|
"funkie-phantom": "0.0.1",
|
111
111
|
"istanbul": "^0.4.3",
|