ci: install dev deps everywhere

This commit is contained in:
iCrawl
2022-08-14 21:30:55 +02:00
parent 4cf265c7c6
commit cb856860b7
14 changed files with 182 additions and 72 deletions

View File

@@ -44,8 +44,14 @@
},
"devDependencies": {
"@types/node": "^16.11.47",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"c8": "^7.12.0",
"eslint": "^8.21.0",
"eslint": "^8.22.0",
"eslint-config-marine": "^9.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.4.1",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"typescript": "^4.7.4",