Add @types/react-timeago, solve build typecheck

This commit is contained in:
2024-05-10 01:37:47 -05:00
parent d071c73756
commit 4e9ba2fe19
2 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
"@types/prettier": "^2.7.2", "@types/prettier": "^2.7.2",
"@types/react": "^18.0.26", "@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10", "@types/react-dom": "^18.0.10",
"@types/react-timeago": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^5.47.1", "@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1", "@typescript-eslint/parser": "^5.47.1",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",

View File

@@ -209,6 +209,13 @@
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"
"@types/react-timeago@^4.1.7":
version "4.1.7"
resolved "https://registry.yarnpkg.com/@types/react-timeago/-/react-timeago-4.1.7.tgz#0c589e329180ce2cbfba1fd54904613152d841b7"
integrity sha512-ogD4Ror/hDG+pQggCX+TgPgJ8W2jeeUxsgNU485Qpm0Ma+E2TND2EJuKwK5+sxlkDXDEgsHradO0zWBkTgLzNg==
dependencies:
"@types/react" "*"
"@types/react@*", "@types/react@^18.0.26": "@types/react@*", "@types/react@^18.0.26":
version "18.0.26" version "18.0.26"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917"