test(react-router): add history types

This commit is contained in:
Liam DeBeasi
2023-12-19 12:08:49 -05:00
parent ff34ff0274
commit 29f5ba0535
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/history": "4",
"@types/jest": "^27.5.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",

View File

@@ -23,6 +23,9 @@ importers:
'@testing-library/user-event':
specifier: ^14.4.3
version: 14.4.3(@testing-library/dom@9.0.1)
'@types/history':
specifier: '4'
version: 4.7.11
'@types/jest':
specifier: ^27.5.2
version: 27.5.2