This commit is contained in:
renovate[bot] 2019-10-24 12:00:05 +08:00 committed by Joshua T Flowers
parent b2a9111fd6
commit 950bdd8c77
3 changed files with 9 additions and 9 deletions

View File

@ -16727,9 +16727,9 @@
}
},
"react-router": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.0.tgz",
"integrity": "sha512-n9HXxaL/6yRlig9XPfGyagI8+bUNdqcu7FUAx0/Z+Us22Z8iHsbkyJ21Inebn9HOxI5Nxlfc8GNabkNSeXfhqw==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.2.tgz",
"integrity": "sha512-yjEuMFy1ONK246B+rsa0cUam5OeAQ8pyclRDgpxuSCrAlJ1qN9uZ5IgyKC7gQg0w8OM50NXHEegPh/ks9YuR2A==",
"requires": {
"@babel/runtime": "^7.1.2",
"history": "^4.9.0",
@ -16759,15 +16759,15 @@
}
},
"react-router-dom": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.0.tgz",
"integrity": "sha512-OkxKbMKjO7IkYqnoaZNX19MnwgjhxwZE871cPUTq0YU2wpIw7QwGxSnSoNRMOa7wO1TwvJJMFpgiEB4C/gVhTw==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.2.tgz",
"integrity": "sha512-7BPHAaIwWpZS074UKaw1FjVdZBSVWEk8IuDXdB+OkLb8vd/WRQIpA4ag9WQk61aEfQs47wHyjWUoUGGZxpQXew==",
"requires": {
"@babel/runtime": "^7.1.2",
"history": "^4.9.0",
"loose-envify": "^1.3.1",
"prop-types": "^15.6.2",
"react-router": "5.1.0",
"react-router": "5.1.2",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
}

View File

@ -104,7 +104,7 @@
"qs": "6.9.0",
"react-click-outside": "3.0.1",
"react-dates": "17.2.0",
"react-router-dom": "5.1.0",
"react-router-dom": "5.1.2",
"react-transition-group": "2.9.0",
"redux": "4.0.4"
},

View File

@ -52,7 +52,7 @@
"prop-types": "15.7.2",
"qs": "6.9.0",
"react-dates": "17.2.0",
"react-router-dom": "5.1.0",
"react-router-dom": "5.1.2",
"react-transition-group": "2.9.0"
},
"publishConfig": {