Uninstall unused react-router-config

This commit is contained in:
Jerko Steiner 2019-05-21 18:59:33 +12:00
parent a52f0186b3
commit c272feefd2
2 changed files with 0 additions and 22 deletions

20
package-lock.json generated
View File

@ -1851,17 +1851,6 @@
"@types/react": "*"
}
},
"@types/react-router-config": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@types/react-router-config/-/react-router-config-1.1.3.tgz",
"integrity": "sha512-uH1WOOui/4Y9tbb9FVdCs57a+/rw9y4/cUlUJLBfK4JIHjwy9cJjgbjgO7mLZk2/xTMo2VCIIzZgs3+cfMuHuw==",
"dev": true,
"requires": {
"@types/history": "*",
"@types/react": "*",
"@types/react-router": "*"
}
},
"@types/react-router-dom": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-4.3.1.tgz",
@ -11855,15 +11844,6 @@
}
}
},
"react-router-config": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/react-router-config/-/react-router-config-5.0.0.tgz",
"integrity": "sha512-si94cIg3HRXgwZB4vJGW6xkxOTMwCe1BXyBjkLstqZ+1rpqqAvo280BeQ8ZjIyYgiM/TDOa5Yu+HC4swUwri1w==",
"dev": true,
"requires": {
"@babel/runtime": "^7.1.2"
}
},
"react-router-dom": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-4.4.0.tgz",

View File

@ -28,7 +28,6 @@
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^6.0.12",
"@types/react-router-config": "^1.1.3",
"@types/react-router-dom": "^4.3.1",
"@types/sanitize-html": "^1.18.3",
"@types/shortid": "0.0.29",
@ -60,7 +59,6 @@
"react-dom": "^16.8.6",
"react-icons": "^3.5.0",
"react-redux": "^6.0.0",
"react-router-config": "^5.0.0",
"react-router-dom": "^4.3.1",
"react-ssr-prepass": "^1.0.5",
"redux": "^4.0.1",