updates some dependencies
This commit is contained in:
parent
7fd0ff83f9
commit
6529d2bbe1
|
|
@ -9,7 +9,7 @@
|
|||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"background_color": "0059B3",
|
||||
"background_color": "#0059B3",
|
||||
"display": "fullscreen",
|
||||
"orientation": "any",
|
||||
"start_url": "/#:standalone:"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue