Implement custom throttle function for performance

This commit is contained in:
Jon Staab
2024-12-11 16:41:31 -08:00
parent ab0517e804
commit 0fcb2482d8
12 changed files with 68 additions and 34 deletions
+8 -4
View File
@@ -6,7 +6,10 @@
"": {
"workspaces": [
"packages/*"
]
],
"dependencies": {
"@types/throttle-debounce": "^5.0.2"
}
},
"node_modules/@ampproject/remapping": {
"version": "2.3.0",
@@ -402,6 +405,8 @@
},
"node_modules/@types/throttle-debounce": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@types/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
"integrity": "sha512-pDzSNulqooSKvSNcksnV72nk8p7gRqN8As71Sp28nov1IgmPKWbOEIwAWvBME5pPTtaXJAvG3O4oc76HlQ4kqQ==",
"license": "MIT"
},
"node_modules/@typescript-eslint/eslint-plugin": {
@@ -3640,6 +3645,7 @@
"version": "0.0.32",
"license": "MIT",
"dependencies": {
"@types/throttle-debounce": "^5.0.2",
"@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.26",
"@welshman/lib": "~0.0.28",
@@ -3710,9 +3716,7 @@
"dependencies": {
"@scure/base": "^1.1.6",
"@types/events": "^3.0.3",
"@types/throttle-debounce": "^5.0.2",
"events": "^3.3.0",
"throttle-debounce": "^5.0.0"
"events": "^3.3.0"
},
"devDependencies": {
"gts": "^5.0.1",