Move eslint to dependencies, update some devdependcies

This commit is contained in:
Veeck 2020-04-21 14:41:34 +02:00
parent b1fb177e4b
commit be6f1f9c4a
2 changed files with 170 additions and 317 deletions

477
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,20 +44,19 @@
"homepage": "https://magicmirror.builders",
"devDependencies": {
"@prantlf/jsonlint": "^10.2.0",
"chai": "^4.1.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"current-week-number": "^1.0.7",
"danger": "^3.1.3",
"eslint": "^6.8.0",
"http-auth": "^3.2.3",
"jsdom": "^11.6.2",
"markdownlint": "^0.20.1",
"markdownlint-cli": "^0.22.0",
"mocha": "^7.0.0",
"mocha-each": "^1.1.0",
"mocha": "^7.1.1",
"mocha-each": "^2.0.1",
"mocha-logger": "^1.0.6",
"spectron": "^8.0.0",
"stylelint": "^13.3.2",
"stylelint": "^13.3.3",
"stylelint-config-standard": "^20.0.0",
"yaml-lint": "^1.2.4"
},
@ -67,6 +66,7 @@
"dependencies": {
"colors": "^1.1.2",
"console-stamp": "^0.2.9",
"eslint": "^6.8.0",
"express": "^4.16.2",
"express-ipfilter": "^1.0.1",
"feedme": "latest",