1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Fix npm dev dependencies -- this fixes "make test"

This commit is contained in:
Raymond Hill 2022-12-14 10:55:02 -05:00
parent 2cdc424b28
commit ce3f852bad
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 1884 additions and 454 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,10 +35,10 @@
"npm": ">=6.14.4"
},
"devDependencies": {
"c8": "^7.8.0",
"eslint": "^7.32.0",
"esm-world": "0.1.1",
"mocha": "^9.0.3",
"c8": "^7.12.0",
"eslint": "^8.29.0",
"esm-world": "0.1.3",
"mocha": "^10.2.0",
"scaling-palm-tree": "github:mjethani/scaling-palm-tree#15cf1ab37e038771e1ff8005edc46d95f176739f"
}
}