mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
enhancement(web): improve functionality of utility components (#1094)
added missing Buffer definition for Stacktracey, made date functions more robust against undefined values enhancement: made simplifyDate and IsEmptyDate prone against undefined values fix: added a global Buffer definition (apparently required by Stacktracey)
This commit is contained in:
parent
087471a1f7
commit
64f81a4614
4 changed files with 29 additions and 6 deletions
|
@ -46,6 +46,7 @@
|
|||
"@typescript-eslint/parser": "^6.5.0",
|
||||
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||
"autoprefixer": "^10.4.15",
|
||||
"buffer": "^6.0.3",
|
||||
"date-fns": "^2.30.0",
|
||||
"eslint": "^8.48.0",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue