update npm dependencies (#6973)
Some checks are pending
main-build / build-merged (push) Waiting to run
main-build / auto-tag (push) Waiting to run
main-build / auto-tag-artifact (push) Blocked by required conditions
main-build / coverage (push) Waiting to run

This commit is contained in:
Lars Hvam 2024-07-23 08:20:46 +02:00 committed by GitHub
parent f9bd01021d
commit 8b7c4862f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View File

@ -25,6 +25,10 @@
]
},
"abapdoc": false,
"align_pseudo_comments": false,
"invalid_table_index": true,
"tables_declared_locally": true,
"unused_macros": true,
"align_parameters": false,
"allowed_object_naming": true,
"allowed_object_types": {
@ -131,6 +135,7 @@
"at": true,
"case": true,
"do": true,
"loopAllowIfSubrc": false,
"if": false,
"loop": true,
"select": true,

View File

@ -23,13 +23,13 @@
]
},
"devDependencies": {
"@abaplint/cli": "^2.110.6",
"@abaplint/cli": "^2.112.6",
"@abaplint/database-sqlite": "^2.8.25",
"@abaplint/runtime": "^2.8.29",
"@abaplint/transpiler-cli": "^2.8.29",
"@abaplint/runtime": "^2.10.5",
"@abaplint/transpiler-cli": "^2.10.5",
"globals": "^15.8.0",
"abapmerge": "^0.16.0",
"c8": "^10.1.2",
"eslint": "^9.6.0"
"eslint": "^9.7.0"
}
}