Skip to content

Commit 316662b

Browse files
Update NHS frontend (#282)
This updates the NHS frontend version specified in the package-lock to 10.4, but keeps the minimum version in peerDependencies as `10.3`. Also adds it to `devDependencies`.
1 parent 1baeb9c commit 316662b

File tree

2 files changed

+32
-16
lines changed

2 files changed

+32
-16
lines changed

package-lock.json

Lines changed: 30 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"eslint-plugin-promise": "^7.2.1",
7878
"express": "^5.2.1",
7979
"globals": "^17.4.0",
80+
"nhsuk-frontend": "^10.4.0",
8081
"nunjucks": "^3.2.4",
8182
"prettier": "^3.8.1",
8283
"supertest": "7.2.2",
@@ -110,6 +111,6 @@
110111
],
111112
"engines": {
112113
"node": "^22.16.0 || ^24.11.0",
113-
"npm": "^11.6.1"
114+
"npm": "^11.6.1 <11.6.3 || ^11.6.4"
114115
}
115116
}

0 commit comments

Comments
 (0)