updates and fixes some dependencies
This commit is contained in:
parent
bbd009453e
commit
582c5fd41c
|
|
@ -109,7 +109,6 @@ export function createApp () {
|
||||||
// that would pop up different warnings in the browser (and also prevents fullscreen via
|
// that would pop up different warnings in the browser (and also prevents fullscreen via
|
||||||
// a home screen icon so it can show these warnings). Okay, enough ranting :-)
|
// a home screen icon so it can show these warnings). Okay, enough ranting :-)
|
||||||
// In this case we use the good old hacky way of keeping the screen on via a hidden video.
|
// In this case we use the good old hacky way of keeping the screen on via a hidden video.
|
||||||
// eslint-disable-next-line no-undef
|
|
||||||
const noSleep = new NoSleep()
|
const noSleep = new NoSleep()
|
||||||
document.addEventListener('click', function enableNoSleep () {
|
document.addEventListener('click', function enableNoSleep () {
|
||||||
document.removeEventListener('click', enableNoSleep, false)
|
document.removeEventListener('click', enableNoSleep, false)
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
|
@ -30,6 +30,7 @@
|
||||||
"@abandonware/noble": "1.9.2-15",
|
"@abandonware/noble": "1.9.2-15",
|
||||||
"ant-plus": "0.1.24",
|
"ant-plus": "0.1.24",
|
||||||
"finalhandler": "1.1.2",
|
"finalhandler": "1.1.2",
|
||||||
|
"lit": "2.1.1",
|
||||||
"loglevel": "1.8.0",
|
"loglevel": "1.8.0",
|
||||||
"nosleep.js": "0.12.0",
|
"nosleep.js": "0.12.0",
|
||||||
"onoff": "6.0.3",
|
"onoff": "6.0.3",
|
||||||
|
|
@ -41,12 +42,12 @@
|
||||||
"@abandonware/bluetooth-hci-socket": "0.5.3-7"
|
"@abandonware/bluetooth-hci-socket": "0.5.3-7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/eslint-parser": "7.16.3",
|
"@babel/eslint-parser": "7.16.5",
|
||||||
"@babel/plugin-proposal-decorators": "7.16.4",
|
"@babel/plugin-proposal-decorators": "7.16.7",
|
||||||
"@babel/preset-env": "7.16.4",
|
"@babel/preset-env": "7.16.7",
|
||||||
"@rollup/plugin-babel": "5.3.0",
|
"@rollup/plugin-babel": "5.3.0",
|
||||||
"@rollup/plugin-commonjs": "21.0.1",
|
"@rollup/plugin-commonjs": "21.0.1",
|
||||||
"@rollup/plugin-node-resolve": "13.0.6",
|
"@rollup/plugin-node-resolve": "13.1.3",
|
||||||
"@snowpack/plugin-babel": "2.1.7",
|
"@snowpack/plugin-babel": "2.1.7",
|
||||||
"@web/rollup-plugin-html": "1.10.1",
|
"@web/rollup-plugin-html": "1.10.1",
|
||||||
"eslint": "7.32.0",
|
"eslint": "7.32.0",
|
||||||
|
|
@ -59,11 +60,12 @@
|
||||||
"http2-proxy": "5.0.53",
|
"http2-proxy": "5.0.53",
|
||||||
"markdownlint-cli": "0.30.0",
|
"markdownlint-cli": "0.30.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"rollup": "2.60.1",
|
"rollup": "2.63.0",
|
||||||
"rollup-plugin-summary": "1.3.0",
|
"rollup-plugin-summary": "1.3.0",
|
||||||
"rollup-plugin-terser": "7.0.2",
|
"rollup-plugin-terser": "7.0.2",
|
||||||
"simple-git-hooks": "2.7.0",
|
"simple-git-hooks": "2.7.0",
|
||||||
"snowpack": "3.8.8",
|
"snowpack": "3.8.8",
|
||||||
|
"tar": "6.1.11",
|
||||||
"uvu": "0.5.2"
|
"uvu": "0.5.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue