Skip to content

Commit 4b3614e

Browse files
authored
Merge branch 'main' into dependabotCombined
2 parents 512bcb4 + 43ebddf commit 4b3614e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

sandbox/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ COPY . /sandbox
66

77
WORKDIR /sandbox
88

9-
109
RUN npm install
1110

1211
EXPOSE 9000

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": "^14.0.0",
22+
"eslint-plugin-import": "^2.17.2",
23+
"mocha": "^11.7.1"
1824
},
1925
"eslintConfig": {
2026
"env": {

0 commit comments

Comments
 (0)