PATCH erratic movement bug

This commit is contained in:
dylandefaoite
2025-08-21 15:48:36 +02:00
parent 0a301199a4
commit 710d17a265
3 changed files with 29 additions and 11 deletions

14
app/package-lock.json generated
View File

@@ -10,6 +10,8 @@
"dependencies": {
"@tailwindcss/vite": "^4.1.12",
"idb": "^8.0.3",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-range-slider-input": "^3.2.1",
@@ -3146,6 +3148,18 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"license": "MIT"
},
"node_modules/lodash.debounce": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
"license": "MIT"
},
"node_modules/lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",