update npm dependencies (#7032)
Some checks failed
main-build / build-merged (push) Has been cancelled
main-build / auto-tag (push) Has been cancelled
main-build / coverage (push) Has been cancelled
main-build / auto-tag-artifact (push) Has been cancelled
ajson mirror / pr_ajson_changes (push) Has been cancelled

This commit is contained in:
Lars Hvam 2024-09-05 16:04:13 +02:00 committed by GitHub
parent a02632edcb
commit 41619e6e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -125,6 +125,9 @@
},
"double_space": true,
"downport": false,
"add_test_attributes": true,
"implicit_start_of_selection": true,
"empty_event": true,
"dynpro_checks": false,
"easy_to_find_messages": false,
"empty_line_in_statement": {

View File

@ -23,14 +23,14 @@
]
},
"devDependencies": {
"@abaplint/cli": "^2.112.14",
"@abaplint/cli": "^2.113.6",
"@abaplint/database-sqlite": "^2.8.25",
"@abaplint/runtime": "^2.10.9",
"@abaplint/runtime": "^2.10.11",
"express": "^4.19.2",
"@abaplint/transpiler-cli": "^2.10.9",
"@abaplint/transpiler-cli": "^2.10.11",
"globals": "^15.9.0",
"abapmerge": "^0.16.0",
"c8": "^10.1.2",
"eslint": "^9.9.0"
"eslint": "^9.9.1"
}
}