1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2025-05-21 23:21:29 +02:00

fix: update dependencies to latest

This commit is contained in:
2024-05-23 21:21:34 +02:00
parent 5f63d749e8
commit e53c80d578
10 changed files with 3774 additions and 2629 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\""
},
"devDependencies": {
"serve": "14.2.1",
"serve": "14.2.3",
"start-server-and-test": "2.0.3",
"html-w3c-validator": "file:.."
}