Skip to content

Commit c2ca1a4

Browse files
committed
Meta: update build dependencies
Inspired by #1329, but does not actually fix the warnings.
1 parent f272170 commit c2ca1a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"private": true,
33
"description": "Checks that the WebIDL grammar is LL(1) and performs postprocessing",
44
"devDependencies": {
5-
"jsdom": "^20.0.0",
6-
"syntax-cli": "0.0.97",
7-
"webidl-grammar-post-processor": "^1.0.0"
5+
"jsdom": "^22.1.0",
6+
"syntax-cli": "0.1.27",
7+
"webidl-grammar-post-processor": "^1.0.1"
88
},
99
"scripts": {
1010
"webidl-grammar-post-processor": "webidl-grammar-post-processor"

0 commit comments

Comments
 (0)