aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-31 17:56:55 -0700
committerDeterminant <[email protected]>2024-08-31 17:57:31 -0700
commit1f311f1c0241f7a1c863d1e51f40b02e5d337821 (patch)
tree368d88a036eb1bc928b398221402d81bc0031d0e /package-lock.json
parent0d47e96619350957bd7ed1b3e31f1039f763f558 (diff)
fix a rendering bug (lower the CPU util)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 0ee9a5f..ff5f407 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,6 +8,7 @@
"name": "loupe-flightdeck",
"version": "0.0.4",
"dependencies": {
+ "async": "^3.2.6",
"canvas": "^2.11.2",
"loupedeck": "^6.0.1",
"yaml": "^2.5.0"
@@ -546,6 +547,12 @@
"dev": true,
"license": "Python-2.0"
},
+ "node_modules/async": {
+ "version": "3.2.6",
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
+ "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
+ "license": "MIT"
+ },
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",