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:
Divlo
2023-01-10 22:15:14 +01:00
parent 6ca7722fcf
commit 943b3d1fd6
14 changed files with 1387 additions and 13283 deletions

1289
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\""
},
"devDependencies": {
"serve": "14.0.1",
"start-server-and-test": "1.14.0",
"serve": "14.1.2",
"start-server-and-test": "1.15.2",
"html-w3c-validator": "file:.."
}
}