chore: minor renderer deps updates

This commit is contained in:
Gabriel Saillard 2021-10-18 18:04:55 +02:00
parent d68ff52539
commit 2fb6bde768
No known key found for this signature in database
GPG Key ID: 4F615B5FE436611A
2 changed files with 232 additions and 81 deletions

295
src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,30 +23,30 @@
},
"homepage": "https://github.com/GitSquared/edex-ui#readme",
"dependencies": {
"@electron/remote": "^1.2.1",
"@electron/remote": "^1.2.2",
"augmented-ui": "^1.1.2",
"color": "3.2.1",
"geolite2-redist": "^2.0.4",
"howler": "2.2.3",
"maxmind": "4.3.2",
"mime-types": "^2.1.32",
"nanoid": "3.1.25",
"mime-types": "^2.1.33",
"nanoid": "3.1.30",
"node-pty": "0.10.1",
"pdfjs-dist": "2.10.377",
"pdfjs-dist": "2.11.338",
"pretty-bytes": "5.6.0",
"shell-env": "3.0.1",
"signale": "1.4.0",
"smoothie": "1.35.0",
"systeminformation": "5.8.2",
"tail": "2.2.3",
"systeminformation": "5.9.7",
"tail": "2.2.4",
"username": "5.1.0",
"which": "2.0.2",
"ws": "7.5.3",
"xterm": "4.13.0",
"ws": "7.5.5",
"xterm": "4.14.1",
"xterm-addon-attach": "0.6.0",
"xterm-addon-fit": "0.5.0",
"xterm-addon-ligatures": "0.5.1",
"xterm-addon-webgl": "^0.11.1"
"xterm-addon-webgl": "^0.11.2"
},
"optionalDependencies": {
"osx-temperature-sensor": "1.0.7"