2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-16 10:52:20 +00:00

Deps: try to make npm7 peerDep resolution happy

see example failed build at https://travis-ci.org/github/jiahaog/nativefier/jobs/742329221
This commit is contained in:
Ronan Jouchet 2020-11-08 21:15:51 -05:00
parent 810f4a1e6a
commit 571717949d

View File

@ -76,8 +76,8 @@
},
"devDependencies": {
"@types/jest": "26.x",
"@typescript-eslint/eslint-plugin": "4.x",
"@typescript-eslint/parser": "4.x",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"eslint": "7.x",
"eslint-config-prettier": "6.x",
"eslint-plugin-prettier": "3.x",