➕(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:
committed by
Anthony LC
parent
e016cfab70
commit
2882348547
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user