fix: downgrade @types/react-router

This commit is contained in:
r1oga
2022-11-15 15:13:04 +01:00
parent 67e0efbe33
commit 995eb6a1cf
2 changed files with 7 additions and 6 deletions

6
package-lock.json generated
View File

@@ -2715,9 +2715,9 @@
}
},
"@types/react-router": {
"version": "5.1.19",
"resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.19.tgz",
"integrity": "sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==",
"version": "5.1.18",
"resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.18.tgz",
"integrity": "sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==",
"dev": true,
"requires": {
"@types/history": "^4.7.11",

View File

@@ -52,8 +52,8 @@
"react-qr-code": "^2.0.2",
"react-qr-reader": "^2.2.1",
"react-redux": "^7.2.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redux": "^4.0.5",
"redux-localstorage-simple": "^2.4.1",
"redux-logger": "^3.0.6",
@@ -73,7 +73,8 @@
"@types/lodash.debounce": "^4.0.6",
"@types/mime-types": "^2.1.1",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.8",
"@types/sinon": "^10.0.11",
"@types/webtorrent": "^0.109.3",