feat(frontend): add use-debounce package to dependencies in package.json

This commit is contained in:
Gabriel Almeida 2023-04-25 14:39:34 -03:00
commit ff9a2e6663
2 changed files with 13 additions and 0 deletions

View file

@ -38,6 +38,7 @@
"reactflow": "^11.5.5",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.5",
"use-debounce": "^9.0.4",
"web-vitals": "^2.1.4"
}
},
@ -17015,6 +17016,17 @@
"requires-port": "^1.0.0"
}
},
"node_modules/use-debounce": {
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-9.0.4.tgz",
"integrity": "sha512-6X8H/mikbrt0XE8e+JXRtZ8yYVvKkdYRfmIhWZYsP8rcNs9hk3APV8Ua2mFkKRLcJKVdnX2/Vwrmg2GWKUQEaQ==",
"engines": {
"node": ">= 10.0.0"
},
"peerDependencies": {
"react": ">=16.8.0"
}
},
"node_modules/use-sync-external-store": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",

View file

@ -33,6 +33,7 @@
"reactflow": "^11.5.5",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.5",
"use-debounce": "^9.0.4",
"web-vitals": "^2.1.4"
},
"scripts": {