(frontend) update dependencies and enhance package configurations

- Added new dependencies: `luxon` and its type definitions
to the e2e app
- Introduced `cmdk` and `use-debounce` to the impress
app for enhanced UI components and debouncing functionality.
This commit is contained in:
Nathan Panchout
2024-12-09 17:59:08 +01:00
committed by Anthony LC
parent e016cfab70
commit 2882348547
3 changed files with 150 additions and 3 deletions

View File

@@ -16,7 +16,9 @@
"@types/node": "*",
"@types/pdf-parse": "1.1.4",
"eslint-config-impress": "*",
"typescript": "*"
"typescript": "*",
"luxon": "3.5.0",
"@types/luxon": "3.4.2"
},
"dependencies": {
"convert-stream": "1.0.2",