chore(module-type-aliases): add react as peer dependency (#6741)

This commit is contained in:
Joshua Chen 2022-02-23 15:00:14 +08:00 committed by GitHub
parent 8f658f1e23
commit cfcc8b31f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,9 @@
"@types/react-router-dom": "*",
"react-helmet-async": "*"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"license": "MIT"
}