Skip to content

Commit 4f69a6d

Browse files
committed
add react-select-event testing react-select
1 parent c266c4c commit 4f69a6d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"lint-staged": "^13.0.3",
7575
"prettier": "^2.7.1",
7676
"pretty-quick": "^3.1.3",
77+
"react-select-event": "^5.5.1",
7778
"serve": "^14.0.1",
7879
"wait-on": "^6.0.1"
7980
},

yarn.lock

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,6 +1944,20 @@
19441944
"@babel/runtime" "^7.14.6"
19451945
"@testing-library/dom" "^8.1.0"
19461946

1947+
"@testing-library/dom@>=7":
1948+
version "8.20.0"
1949+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.0.tgz#914aa862cef0f5e89b98cc48e3445c4c921010f6"
1950+
integrity sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==
1951+
dependencies:
1952+
"@babel/code-frame" "^7.10.4"
1953+
"@babel/runtime" "^7.12.5"
1954+
"@types/aria-query" "^5.0.1"
1955+
aria-query "^5.0.0"
1956+
chalk "^4.1.0"
1957+
dom-accessibility-api "^0.5.9"
1958+
lz-string "^1.4.4"
1959+
pretty-format "^27.0.2"
1960+
19471961
"@testing-library/dom@^8.1.0":
19481962
version "8.19.0"
19491963
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.19.0.tgz#bd3f83c217ebac16694329e413d9ad5fdcfd785f"
@@ -8658,6 +8672,13 @@ [email protected]:
86588672
optionalDependencies:
86598673
fsevents "^2.3.2"
86608674

8675+
react-select-event@^5.5.1:
8676+
version "5.5.1"
8677+
resolved "https://registry.yarnpkg.com/react-select-event/-/react-select-event-5.5.1.tgz#d67e04a6a51428b1534b15ecb1b82afbe5edddcb"
8678+
integrity sha512-goAx28y0+iYrbqZA2FeRTreHHs/ZtSuKxtA+J5jpKT5RHPCbVZJ4MqACfPnWyFXsEec+3dP5bCrNTxIX8oYe9A==
8679+
dependencies:
8680+
"@testing-library/dom" ">=7"
8681+
86618682
react-select@^5.7.0:
86628683
version "5.7.0"
86638684
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.7.0.tgz#82921b38f1fcf1471a0b62304da01f2896cd8ce6"

0 commit comments

Comments
 (0)