for timedeltas

This commit is contained in:
Robert 2024-03-09 04:48:46 +07:00
parent 157adfce7e
commit bbee6bc2ed
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22
2 changed files with 2 additions and 0 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -22,6 +22,7 @@
"axios": "^1.6.7", "axios": "^1.6.7",
"clsx": "^2.1.0", "clsx": "^2.1.0",
"framer-motion": "^11.0.8", "framer-motion": "^11.0.8",
"humanize-duration": "^3.31.0",
"install": "^0.13.0", "install": "^0.13.0",
"postcss": "^8.4.35", "postcss": "^8.4.35",
"react": "^18.2.0", "react": "^18.2.0",
@ -34,6 +35,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/axios": "^0.14.0", "@types/axios": "^0.14.0",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^20.11.24", "@types/node": "^20.11.24",
"@types/react": "^18.2.56", "@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19", "@types/react-dom": "^18.2.19",