Skip to content

Commit bfc30e6

Browse files
CCM-15391 - add lodash to sandbox dependencies
1 parent 3820d92 commit bfc30e6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

sandbox/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@
77
"express": "^4.16.4",
88
"express-openapi-validator": "^4.13.8",
99
"js-yaml": "^3.3.0",
10+
"lodash": "^4.17.21",
1011
"ono": "^5.0.1",
1112
"openapi-sampler": "^1.0.0-beta.15",
1213
"swagger-ui-express": "^4.0.2",
1314
"winston": "^3.2.1"
1415
},
1516
"description": "API for communication suppliers to integrate with NHS Notify. This specification represents the in-development 'next' version of the API schema and should be treated as unstable. ",
1617
"devDependencies": {
17-
"eslint-config-airbnb-base": "^15.0.0"
18+
"chai": "^4.2.0",
19+
"chai-as-promised": "^7.1.1",
20+
"eslint": "^5.16.0",
21+
"eslint-config-airbnb-base": "^15.0.0",
22+
"eslint-plugin-import": "^2.17.2",
23+
"mocha": "^11.7.1"
1824
},
1925
"eslintConfig": {
2026
"env": {

0 commit comments

Comments
 (0)