We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f272170 commit c2ca1a4Copy full SHA for c2ca1a4
package.json
@@ -2,9 +2,9 @@
2
"private": true,
3
"description": "Checks that the WebIDL grammar is LL(1) and performs postprocessing",
4
"devDependencies": {
5
- "jsdom": "^20.0.0",
6
- "syntax-cli": "0.0.97",
7
- "webidl-grammar-post-processor": "^1.0.0"
+ "jsdom": "^22.1.0",
+ "syntax-cli": "0.1.27",
+ "webidl-grammar-post-processor": "^1.0.1"
8
},
9
"scripts": {
10
"webidl-grammar-post-processor": "webidl-grammar-post-processor"
0 commit comments