test(deps): fix missing dependencies

This commit is contained in:
David Laganiere 2023-02-26 17:33:11 -05:00
commit 91ecf577c7
No known key found for this signature in database
GPG key ID: 18C4B80581C28747
2 changed files with 31 additions and 0 deletions

View file

@ -23,12 +23,14 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.4.3",
"axios-mock-adapter": "^1.21.2",
"jest": "26.6.0",
"jest-transform-css": "^6.0.0",
"postcss": "^8.4.21",
"source-map-explorer": "^2.5.2"
},
"scripts": {