updates some dependencies

This commit is contained in:
Lars Berning 2021-10-17 11:16:20 +02:00
parent 7fd0ff83f9
commit 6529d2bbe1
No known key found for this signature in database
GPG Key ID: 028E73C9E1D8A0B3
3 changed files with 2490 additions and 1222 deletions

View File

@ -9,7 +9,7 @@
"type": "image/png"
}
],
"background_color": "0059B3",
"background_color": "#0059B3",
"display": "fullscreen",
"orientation": "any",
"start_url": "/#:standalone:"

3696
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,19 +33,19 @@
"nosleep.js": "^0.12.0",
"onoff": "^6.0.3",
"serve-static": "^1.14.1",
"ws": "^7.4.6",
"ws": "^7.5.5",
"xml2js": "^0.4.23"
},
"devDependencies": {
"eslint": "^7.27.0",
"eslint": "^8.0.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"markdownlint-cli": "^0.27.1",
"markdownlint-cli": "^0.29.0",
"npm-run-all": "^4.1.5",
"simple-git-hooks": "^2.4.1",
"snowpack": "^3.5.2",
"uvu": "^0.5.1"
"simple-git-hooks": "^2.6.1",
"snowpack": "^3.8.8",
"uvu": "^0.5.2"
}
}