Skip to content

Commit 3bed20a

Browse files
committed
added resolutions for all linked packages
1 parent 65c5f23 commit 3bed20a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test-projects/browser/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
"typescript": "^4.1.2"
2323
},
2424
"resolutions": {
25-
"@types/react": "link:../../node_modules/@types/react"
25+
"@types/react": "link:../../node_modules/@types/react",
26+
"@types/react-dom": "link:../../node_modules/@types/react-dom",
27+
"react": "link:../../node_modules/react",
28+
"react-accessible-dropdown-menu-hook": "link:../..",
29+
"react-dom": "link:../../node_modules/react-dom"
2630
},
2731
"browserslist": {
2832
"production": [

0 commit comments

Comments
 (0)