This commit is contained in:
Kenneth Kehl
2024-06-17 13:55:25 -07:00
parent e426449a38
commit c491b4152c
4 changed files with 7 additions and 6 deletions

2
.nvmrc
View File

@@ -1 +1 @@
16.15.1
16.20.2

View File

@@ -21,6 +21,7 @@ bootstrap: generate-version-file ## Set up everything to run the app
poetry install --sync --no-root
poetry run playwright install --with-deps
poetry run pre-commit install
npm install
source $(NVMSH) --no-use && nvm install && npm ci --no-audit
source $(NVMSH) && npm run build

8
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"govuk_frontend_toolkit": "8.1.0",
"govuk-frontend": "2.13.0",
"hogan": "1.0.2",
"jquery": "3.6.1",
"jquery": "3.7.1",
"morphdom": "2.6.1",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
@@ -9574,9 +9574,9 @@
}
},
"node_modules/jquery": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw=="
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
},
"node_modules/js-tokens": {
"version": "4.0.0",

View File

@@ -28,7 +28,7 @@
"govuk_frontend_toolkit": "8.1.0",
"govuk-frontend": "2.13.0",
"hogan": "1.0.2",
"jquery": "3.6.1",
"jquery": "3.7.1",
"morphdom": "2.6.1",
"python": "^0.0.4",
"query-command-supported": "1.0.0",