Skip to content

Commit 58e5ed4

Browse files
Merge pull request #2320 from NHSDigital/develop
APIM-R v1.45 Cut
2 parents 58e8e72 + 56a8813 commit 58e5ed4

File tree

8 files changed

+1082
-1105
lines changed

8 files changed

+1082
-1105
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"homepage": "https://github.com/NHSDigital/e-referrals-service-api",
1414
"dependencies": {
15-
"@redocly/cli": "^1.34.2"
15+
"@redocly/cli": "^1.34.3"
1616
},
1717
"devDependencies": {
1818
"apigeetool": "^0.16.5",

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pip-licenses = "^5.0.0"
4040
jinja2 = "^3.1.6"
4141
pytest = "^8.3.5"
4242
pytest-asyncio = "^0.26.0"
43-
pytest-nhsd-apim = "^3.4.5"
43+
pytest-nhsd-apim = "^4.0.1"
4444

4545
[tool.poetry.scripts]
4646

sandbox/eslint.config.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// eslint.config.js
2+
3+
const { configs } = require('@eslint/js');
4+
const globals = require('globals');
5+
6+
module.exports = [
7+
configs.recommended,
8+
{
9+
languageOptions: {
10+
ecmaVersion: 2018,
11+
globals: {
12+
...globals.commonjs,
13+
...globals.es6,
14+
...globals.node,
15+
Atomics: "readonly",
16+
SharedArrayBuffer: "readonly",
17+
},
18+
},
19+
rules: {
20+
},
21+
},
22+
]

0 commit comments

Comments
 (0)