updates some dependencies, fixes linter config, bumps version

This commit is contained in:
Lars Berning 2021-11-07 15:03:44 +01:00
parent 7ee25292fc
commit dd36e2b141
No known key found for this signature in database
GPG Key ID: 028E73C9E1D8A0B3
2 changed files with 816 additions and 374 deletions

1182
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openrowingmonitor",
"version": "0.7.2",
"version": "0.8.0",
"description": "A rowing monitor for rowing exercise machines",
"main": "app/server.js",
"author": "Lars Berning",
@ -14,7 +14,7 @@
"node": ">=14"
},
"scripts": {
"lint": "eslint ./app && markdownlint '**/*.md' --ignore node_modules",
"lint": "eslint ./app ./config && markdownlint '**/*.md' --ignore node_modules",
"start": "node app/server.js",
"dev": "npm-run-all --parallel start build:watch",
"build": "snowpack build",
@ -41,10 +41,10 @@
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^5.1.1",
"markdownlint-cli": "^0.29.0",
"npm-run-all": "^4.1.5",
"simple-git-hooks": "^2.6.1",
"simple-git-hooks": "^2.7.0",
"snowpack": "^3.8.8",
"uvu": "^0.5.2"
}