Skip to content

Commit df2ef3e

Browse files
Fix missing lodash package
1 parent 55c0933 commit df2ef3e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"@types/eslint": "^9.6.1",
9292
"@types/jest": "^30.0.0",
9393
"@types/jest-axe": "^3.5.9",
94+
"@types/lodash": "^4.17.20",
9495
"@types/node": "^24.6.2",
9596
"@types/react": "^18.3.12",
9697
"@types/react-dom": "^18.3.1",
@@ -110,6 +111,7 @@
110111
"jest": "^30.2.0",
111112
"jest-axe": "^10.0.0",
112113
"jest-environment-jsdom": "^30.2.0",
114+
"lodash": "^4.17.21",
113115
"nhsuk-frontend": "^10.0.0",
114116
"outdent": "^0.8.0",
115117
"prettier": "^3.6.2",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5164,6 +5164,13 @@ __metadata:
51645164
languageName: node
51655165
linkType: hard
51665166

5167+
"@types/lodash@npm:^4.17.20":
5168+
version: 4.17.20
5169+
resolution: "@types/lodash@npm:4.17.20"
5170+
checksum: 10c0/98cdd0faae22cbb8079a01a3bb65aa8f8c41143367486c1cbf5adc83f16c9272a2a5d2c1f541f61d0d73da543c16ee1d21cf2ef86cb93cd0cc0ac3bced6dd88f
5171+
languageName: node
5172+
linkType: hard
5173+
51675174
"@types/mdx@npm:^2.0.0":
51685175
version: 2.0.12
51695176
resolution: "@types/mdx@npm:2.0.12"
@@ -11606,6 +11613,7 @@ __metadata:
1160611613
"@types/eslint": "npm:^9.6.1"
1160711614
"@types/jest": "npm:^30.0.0"
1160811615
"@types/jest-axe": "npm:^3.5.9"
11616+
"@types/lodash": "npm:^4.17.20"
1160911617
"@types/node": "npm:^24.6.2"
1161011618
"@types/react": "npm:^18.3.12"
1161111619
"@types/react-dom": "npm:^18.3.1"
@@ -11625,6 +11633,7 @@ __metadata:
1162511633
jest: "npm:^30.2.0"
1162611634
jest-axe: "npm:^10.0.0"
1162711635
jest-environment-jsdom: "npm:^30.2.0"
11636+
lodash: "npm:^4.17.21"
1162811637
nhsuk-frontend: "npm:^10.0.0"
1162911638
outdent: "npm:^0.8.0"
1163011639
prettier: "npm:^3.6.2"

0 commit comments

Comments
 (0)