|
18 | 18 | "mock-amplify-outputs": "if [ ! -f ./amplify_outputs.json ]; then echo \"{}\" > ./amplify_outputs.json ; fi" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@aws-amplify/adapter-nextjs": "^1.4.3", |
22 | | - "@aws-amplify/ui-react": "^6.9.1", |
23 | | - "aws-amplify": "^6.12.3", |
| 21 | + "@aws-amplify/adapter-nextjs": "^1.5.6", |
| 22 | + "@aws-amplify/ui-react": "^6.9.4", |
| 23 | + "aws-amplify": "^6.13.6", |
24 | 24 | "classnames": "^2.5.1", |
25 | 25 | "clsx": "^2.1.1", |
26 | 26 | "date-fns": "^4.1.0", |
27 | 27 | "jsonwebtoken": "^9.0.2", |
28 | 28 | "jwt-decode": "^4.0.0", |
29 | | - "markdown-it": "^13.0.1", |
30 | | - "mimetext": "^3.0.24", |
31 | | - "next": "^15.2.1", |
| 29 | + "markdown-it": "^13.0.2", |
| 30 | + "mimetext": "^3.0.27", |
| 31 | + "next": "^15.2.3", |
32 | 32 | "next-client-cookies": "^2.0.1", |
33 | | - "nhs-notify-backend-client": "*", |
34 | | - "nhs-notify-web-template-management-utils": "*", |
35 | | - "nhsuk-frontend": "^9.1.0", |
| 33 | + "nhs-notify-backend-client": "^0.0.1", |
| 34 | + "nhs-notify-web-template-management-utils": "^0.0.1", |
| 35 | + "nhsuk-frontend": "^9.3.0", |
36 | 36 | "nhsuk-react-components": "^5.0.0", |
37 | 37 | "path": "^0.12.7", |
38 | 38 | "react": "^19.0.0", |
39 | 39 | "react-dom": "^19.0.0", |
40 | 40 | "react-idle-timer": "^5.7.2", |
41 | | - "zod": "^3.23.8" |
| 41 | + "zod": "^3.24.2" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@testing-library/jest-dom": "^6.6.3", |
45 | 45 | "@testing-library/react": "^16.2.0", |
46 | 46 | "@testing-library/user-event": "^14.6.1", |
47 | 47 | "@types/jest": "^29.5.14", |
48 | 48 | "@types/js-cookie": "^3.0.6", |
49 | | - "@types/jsonwebtoken": "^9.0.8", |
50 | | - "@types/markdown-it": "^13.0.1", |
51 | | - "@types/node": "^22.8.1", |
52 | | - "@types/react": "^19.0.8", |
53 | | - "@types/react-dom": "^19.0.3", |
54 | | - "constructs": "^10.3.0", |
55 | | - "eslint-config-next": "^15.1.7", |
| 49 | + "@types/jsonwebtoken": "^9.0.9", |
| 50 | + "@types/markdown-it": "^13.0.9", |
| 51 | + "@types/node": "^22.13.12", |
| 52 | + "@types/react": "^19.0.12", |
| 53 | + "@types/react-dom": "^19.0.4", |
| 54 | + "constructs": "^10.4.2", |
| 55 | + "eslint-config-next": "^15.2.3", |
56 | 56 | "jest-mock-extended": "^3.0.7", |
57 | 57 | "js-cookie": "^3.0.5", |
58 | 58 | "mochawesome": "^7.1.3", |
59 | 59 | "pa11y-ci": "^3.1.0", |
60 | 60 | "pa11y-ci-reporter-html": "^7.0.0", |
61 | | - "pm2": "^5.4.2", |
62 | | - "prettier": "^3.3.3", |
63 | | - "sass": "^1.84.0", |
64 | | - "ts-jest": "^29.2.5", |
| 61 | + "pm2": "^5.4.3", |
| 62 | + "prettier": "^3.5.3", |
| 63 | + "sass": "^1.86.0", |
| 64 | + "ts-jest": "^29.3.0", |
65 | 65 | "ts-node": "^10.9.2", |
66 | | - "tsx": "^4.19.1", |
67 | | - "typescript": "^5.5.4", |
68 | | - "wait-on": "^8.0.0", |
| 66 | + "tsx": "^4.19.3", |
| 67 | + "typescript": "^5.8.2", |
| 68 | + "wait-on": "^8.0.3", |
69 | 69 | "whatwg-fetch": "^3.6.20" |
70 | 70 | } |
71 | 71 | } |
0 commit comments