Skip to content

Commit

Permalink
Meta: update build dependencies
Browse files Browse the repository at this point in the history
Inspired by #1329, but does not actually fix the warnings.
  • Loading branch information
domenic committed Jun 28, 2023
1 parent f272170 commit c2ca1a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"private": true,
"description": "Checks that the WebIDL grammar is LL(1) and performs postprocessing",
"devDependencies": {
"jsdom": "^20.0.0",
"syntax-cli": "0.0.97",
"webidl-grammar-post-processor": "^1.0.0"
"jsdom": "^22.1.0",
"syntax-cli": "0.1.27",
"webidl-grammar-post-processor": "^1.0.1"
},
"scripts": {
"webidl-grammar-post-processor": "webidl-grammar-post-processor"
Expand Down

0 comments on commit c2ca1a4

Please sign in to comment.