Skip to content

Commit 62a44b0

Browse files
committed
chore: install @testing-library/react@alpha
1 parent 614433b commit 62a44b0

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@semantic-release/npm": "^7.0.5",
8181
"@storybook/addon-actions": "^6.3.4",
8282
"@storybook/react": "^6.3.4",
83-
"@testing-library/react": "^13.0.0-alpha.6",
83+
"@testing-library/react": "alpha",
8484
"@typescript-eslint/eslint-plugin": "^4.26.1",
8585
"astroturf": "^0.10.4",
8686
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3506,13 +3506,14 @@
35063506
lz-string "^1.4.4"
35073507
pretty-format "^27.0.2"
35083508

3509-
"@testing-library/react@^13.0.0-alpha.6":
3510-
version "13.0.0-alpha.6"
3511-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.0-alpha.6.tgz#6bb543f524a8408bebe81f6c866a8f95951f6d43"
3512-
integrity sha512-AVJTnwLlnjvXDNe91P6Nt9pN2fMS4csAzTmIbOewja+LVKzhlr53EONhv3ck0J3GzSZ5MIN5qL3BfISX/Wf1Jg==
3509+
"@testing-library/react@alpha":
3510+
version "13.0.0-alpha.7"
3511+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.0-alpha.7.tgz#0537af3a8d45edd925fd0275aee7d409285ef1fe"
3512+
integrity sha512-8Y1PvFczthSeow1WZ0Cq6WbOzpVGLGyEQTr+lL6BwXqAf2IykVY8ZN8V21Ch1cTlbZuZJI5UV3gOyrOHrw9YZQ==
35133513
dependencies:
35143514
"@babel/runtime" "^7.12.5"
35153515
"@testing-library/dom" "^8.5.0"
3516+
"@types/react-dom" "*"
35163517

35173518
"@tootallnate/once@1":
35183519
version "1.0.0"
@@ -3766,6 +3767,13 @@
37663767
dependencies:
37673768
"@types/react" "*"
37683769

3770+
"@types/react-dom@*":
3771+
version "17.0.14"
3772+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.14.tgz#c8f917156b652ddf807711f5becbd2ab018dea9f"
3773+
integrity sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==
3774+
dependencies:
3775+
"@types/react" "*"
3776+
37693777
37703778
version "11.0.5"
37713779
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.5.tgz#0d546261b4021e1f9d85b50401c0a42acb106087"

0 commit comments

Comments
 (0)