fix(web): resolve missing peer dependencies (#3290)

pull/3280/head
Amir Zarrinkafsh 2022-05-03 16:19:42 +10:00 committed by GitHub
parent 1db00717ee
commit 2001291877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -2,6 +2,20 @@
"name": "authelia",
"version": "4.35.1",
"private": true,
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@types/react": "18",
"react": "18",
"react-dom": "18"
},
"ignoreMissing": [
"@babel/plugin-syntax-flow",
"@babel/plugin-transform-react-jsx",
"prop-types"
]
}
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-regular-svg-icons": "6.1.1",