hof 22.9.0-fix-timeout-back-button-bug-beta.4 → 22.9.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/.nyc_output/{3301185d-3a55-4452-9573-92910de66f65.json → e93bfc1c-da55-44bd-bce7-dab8d25afbbb.json} +1 -1
- package/.nyc_output/processinfo/{3301185d-3a55-4452-9573-92910de66f65.json → e93bfc1c-da55-44bd-bce7-dab8d25afbbb.json} +1 -1
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +4 -2
- package/frontend/govuk-template/govuk_template_generated.html +69 -22
- package/index.js +13 -2
- package/package.json +2 -2
- package/sandbox/package.json +1 -1
- package/sandbox/public/css/app.css +3473 -2525
- package/sandbox/public/js/bundle.js +23740 -35072
- package/sandbox/yarn.lock +1 -6
package/sandbox/yarn.lock
CHANGED
@@ -130,12 +130,7 @@ is-number@^7.0.0:
|
|
130
130
|
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
|
131
131
|
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
132
132
|
|
133
|
-
jquery@>=1.11:
|
134
|
-
version "3.6.0"
|
135
|
-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
|
136
|
-
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
|
137
|
-
|
138
|
-
jquery@^3.7.1:
|
133
|
+
jquery@>=1.11, jquery@^3.7.1:
|
139
134
|
version "3.7.1"
|
140
135
|
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
|
141
136
|
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
|