We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e320723 commit 1c0c631Copy full SHA for 1c0c631
package.json
@@ -38,9 +38,6 @@
38
"url": "https://github.com/sparksuite/react-accessible-dropdown-menu-hook/issues"
39
},
40
"homepage": "https://sparksuite.github.io/react-accessible-dropdown-menu-hook/",
41
- "dependencies": {
42
- "jest-environment-jsdom": "^28.1.3"
43
- },
44
"peerDependencies": {},
45
"devDependencies": {
46
"@testing-library/jest-dom": "^5.16.5",
@@ -56,6 +53,7 @@
56
53
"eslint-plugin-react": "^7.31.8",
57
54
"eslint-plugin-react-hooks": "^4.6.0",
58
55
"jest": "link:./test-projects/browser/node_modules/jest",
+ "jest-environment-jsdom": "^28.1.3",
59
"jest-ts-webcompat-resolver": "^1.0.0",
60
"prettier": "^2.7.1",
61
"react": "^18.2.0",
0 commit comments