Updates to the test

This commit is contained in:
Jonathan Bobel
2024-07-05 15:23:34 -04:00
parent 0b2868a8d3
commit 2e20b20912
9 changed files with 1583 additions and 1269 deletions

View File

@@ -28,6 +28,7 @@
"@uswds/uswds": "^3.8.1",
"cbor-js": "0.1.0",
"chart.js": "^4.4.3",
"d3": "^7.9.0",
"govuk_frontend_toolkit": "8.1.0",
"govuk-frontend": "2.13.0",
"hogan": "1.0.2",
@@ -41,9 +42,10 @@
"timeago": "1.6.7"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@uswds/compile": "^1.1.0",
"babel-jest": "^29.7.0",
"better-npm-audit": "^3.7.3",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
@@ -55,7 +57,8 @@
"gulp-jshint": "2.1.0",
"gulp-prettyerror": "2.0.0",
"gulp-uglify": "3.0.2",
"jest": "29.7.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-each": "^29.2.1",
"jest-environment-jsdom": "^29.2.2",
"jshint": "2.13.6",