Fixed dependency typo, based on #13
This commit is contained in:
parent
fe4010c2c6
commit
bfaac10632
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
"queue-microtask": "^1.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-dom": "*",
|
||||
"react": "*"
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5292,8 +5292,8 @@ __metadata:
|
|||
queue-microtask: ^1.2.3
|
||||
typescript: ^4.4.2
|
||||
peerDependencies:
|
||||
raect-dom: "*"
|
||||
react: "*"
|
||||
react-dom: "*"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
|
Loading…
Reference in a new issue