Skip to content

Commit b4f699e

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): roll back dependency react-router to 4.4.0-beta.8
1 parent 032ebc1 commit b4f699e

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "16.8.4",
2020
"react-dom": "16.8.4",
2121
"react-redux": "5.1.1",
22-
"react-router": "4.4.0",
22+
"react-router": "4.4.0-beta.8",
2323
"react-router-dom": "4.4.0",
2424
"redux": "4.0.1",
2525
"redux-thunk": "2.3.0",

yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7518,7 +7518,22 @@ react-router-redux@^4.0.0:
75187518
version "4.0.8"
75197519
resolved "https://registry.yarnpkg.com/react-router-redux/-/react-router-redux-4.0.8.tgz#227403596b5151e182377dab835b5d45f0f8054e"
75207520

7521-
react-router@4.4.0, react-router@^4.4.0:
7521+
react-router@4.4.0-beta.8:
7522+
version "4.4.0-beta.8"
7523+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.4.0-beta.8.tgz#6001c87bd191961adc25e84e495bb2bf4d62e59d"
7524+
dependencies:
7525+
"@babel/runtime" "^7.1.2"
7526+
create-react-context "^0.2.2"
7527+
history "^4.9.0"
7528+
hoist-non-react-statics "^3.1.0"
7529+
loose-envify "^1.3.1"
7530+
path-to-regexp "^1.7.0"
7531+
prop-types "^15.6.2"
7532+
react-is "^16.6.0"
7533+
tiny-invariant "^1.0.2"
7534+
tiny-warning "^1.0.0"
7535+
7536+
react-router@^4.4.0:
75227537
version "4.4.0"
75237538
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.4.0.tgz#e8b8b88329f564d4c48b7ee631b10310188c6888"
75247539
dependencies:

0 commit comments

Comments
 (0)