This commit is contained in:
parent
0ad87ca694
commit
7ca6524a59
2 changed files with 15 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
],
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"@testing-library/dom": "^10.1.0",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@types/styled-components": "^5.1.9",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -1984,6 +1984,20 @@
|
|||
"@svgr/plugin-svgo" "^5.5.0"
|
||||
loader-utils "^2.0.0"
|
||||
|
||||
"@testing-library/dom@^10.1.0":
|
||||
version "10.1.0"
|
||||
resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-10.1.0.tgz"
|
||||
integrity sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.10.4"
|
||||
"@babel/runtime" "^7.12.5"
|
||||
"@types/aria-query" "^5.0.1"
|
||||
aria-query "5.3.0"
|
||||
chalk "^4.1.0"
|
||||
dom-accessibility-api "^0.5.9"
|
||||
lz-string "^1.5.0"
|
||||
pretty-format "^27.0.2"
|
||||
|
||||
"@testing-library/jest-dom@^6.1.3":
|
||||
version "6.4.5"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz#badb40296477149136dabef32b572ddd3b56adf1"
|
||||
|
|
Loading…
Reference in a new issue