Skip to content

Commit 9f6e479

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

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-dom": "16.8.4",
2121
"react-redux": "5.1.1",
2222
"react-router": "4.4.0-beta.8",
23-
"react-router-dom": "4.4.0",
23+
"react-router-dom": "4.4.0-beta.8",
2424
"redux": "4.0.1",
2525
"redux-thunk": "2.3.0",
2626
"sanitize.css": "7.0.3",

yarn.lock

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7502,23 +7502,23 @@ react-redux@5.1.1:
75027502
react-is "^16.6.0"
75037503
react-lifecycles-compat "^3.0.0"
75047504

7505-
react-router-dom@4.4.0:
7506-
version "4.4.0"
7507-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.4.0.tgz#fad67b46375f7081a76d1c92a83a92d28b5abc35"
7505+
react-router-dom@4.4.0-beta.8:
7506+
version "4.4.0-beta.8"
7507+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.4.0-beta.8.tgz#bc85cb4bdc9347f5fe270f3e4555cd5038ae7a9f"
75087508
dependencies:
75097509
"@babel/runtime" "^7.1.2"
75107510
history "^4.8.0-beta.0"
75117511
loose-envify "^1.3.1"
75127512
prop-types "^15.6.2"
7513-
react-router "^4.4.0"
7513+
react-router "^4.4.0-beta.8"
75147514
tiny-invariant "^1.0.2"
75157515
tiny-warning "^1.0.0"
75167516

75177517
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-beta.8:
7521+
react-router@4.4.0-beta.8, react-router@^4.4.0-beta.8:
75227522
version "4.4.0-beta.8"
75237523
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.4.0-beta.8.tgz#6001c87bd191961adc25e84e495bb2bf4d62e59d"
75247524
dependencies:
@@ -7533,21 +7533,6 @@ react-router@4.4.0-beta.8:
75337533
tiny-invariant "^1.0.2"
75347534
tiny-warning "^1.0.0"
75357535

7536-
react-router@^4.4.0:
7537-
version "4.4.0"
7538-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.4.0.tgz#e8b8b88329f564d4c48b7ee631b10310188c6888"
7539-
dependencies:
7540-
"@babel/runtime" "^7.1.2"
7541-
create-react-context "^0.2.2"
7542-
history "^4.9.0"
7543-
hoist-non-react-statics "^3.1.0"
7544-
loose-envify "^1.3.1"
7545-
path-to-regexp "^1.7.0"
7546-
prop-types "^15.6.2"
7547-
react-is "^16.6.0"
7548-
tiny-invariant "^1.0.2"
7549-
tiny-warning "^1.0.0"
7550-
75517536
react-scripts@2.1.8:
75527537
version "2.1.8"
75537538
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.1.8.tgz#21195bb928b2c0462aa98b2d32edf7d034cff2a9"

0 commit comments

Comments
 (0)