mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Update dependency @testing-library/react to ^9.3.1 (#6323)
This commit is contained in:
parent
d3c0f91917
commit
46133ea04b
@ -75,7 +75,7 @@
|
||||
"@storybook/components": "^5.2.5",
|
||||
"@storybook/react": "^5.2.5",
|
||||
"@storybook/theming": "^5.2.5",
|
||||
"@testing-library/react": "^9.3.0",
|
||||
"@testing-library/react": "^9.3.1",
|
||||
"@testing-library/react-hooks": "^2.0.1",
|
||||
"@types/babel__core": "7.1.3",
|
||||
"@types/chai": "4.2.3",
|
||||
|
||||
@ -2164,10 +2164,10 @@
|
||||
"@types/react" ">=16.9.0"
|
||||
"@types/react-test-renderer" ">=16.9.0"
|
||||
|
||||
"@testing-library/react@^9.3.0":
|
||||
version "9.3.0"
|
||||
resolved "https://registry.npmjs.org/@testing-library/react/-/react-9.3.0.tgz#1dabf46d1ea018a1c89acecc0e7b86859b34c0f8"
|
||||
integrity sha512-FTPCwmLo0tLtP50Au2uGz4/N1BcJTnBx4StDVHZ47zPMEj1/+J2rk/RTj8SLoHRKWCtcmhN4wRmudOXQNP29/w==
|
||||
"@testing-library/react@^9.3.1":
|
||||
version "9.3.1"
|
||||
resolved "https://registry.npmjs.org/@testing-library/react/-/react-9.3.1.tgz#96573fb9942e1ca0ed1ec9984ea7b12b66945963"
|
||||
integrity sha512-BXlYrbxTkifNVb7rIC8EHqYXgG/rBeULqG3V0wbEAuSaZ7n5ERX9Bcp0i+9EecrNpLNPwR0cIxdKNp6qVTZS9A==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.0"
|
||||
"@testing-library/dom" "^6.3.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user