Skip to content

Commit

Permalink
fix(deps): update dependency history to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 28, 2021
1 parent 9a130ce commit b7dd858
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@redux-devtools/inspector-monitor-test-tab": "^0.7.2",
"@redux-devtools/ui": "^1.0.0-9",
"connected-react-router": "^6.9.1",
"history": "^4.10.1",
"history": "^5.0.1",
"immutable": "^4.0.0",
"lodash.shuffle": "^4.2.0",
"react": "^17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@redux-devtools/inspector-monitor": "^1.0.0",
"base16": "^1.0.0",
"connected-react-router": "^6.9.1",
"history": "^4.10.1",
"history": "^5.0.1",
"immutable": "^4.0.0",
"lodash.shuffle": "^4.2.0",
"react": "^17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "http://rackt.github.io/redux",
"dependencies": {
"classnames": "^2.1.2",
"history": "^1.13.1",
"history": "^5.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15930,7 +15930,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"history@npm:^4.10.1, history@npm:^4.9.0":
"history@npm:^4.9.0":
version: 4.10.1
resolution: "history@npm:4.10.1"
dependencies:
Expand All @@ -15944,6 +15944,15 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"history@npm:^5.0.1":
version: 5.0.1
resolution: "history@npm:5.0.1"
dependencies:
"@babel/runtime": ^7.7.6
checksum: ec14960f422cc53eaea47f0a07c0b666241687386c0947178579c707c4d813b35d5ff3a06e2bb3f8d40193541811f366d990ac654aaf7a43d334abf63a2b4b63
languageName: node
linkType: hard

"hmac-drbg@npm:^1.0.1":
version: 1.0.1
resolution: "hmac-drbg@npm:1.0.1"
Expand Down Expand Up @@ -16677,7 +16686,7 @@ fsevents@^1.2.7:
eslint-config-prettier: ^8.3.0
eslint-plugin-react: ^7.26.1
fork-ts-checker-webpack-plugin: ^6.4.0
history: ^4.10.1
history: ^5.0.1
html-webpack-plugin: ^5.4.0
immutable: ^4.0.0
lodash.shuffle: ^4.2.0
Expand Down Expand Up @@ -27627,7 +27636,7 @@ resolve@^2.0.0-next.3:
eslint-config-prettier: ^8.3.0
eslint-plugin-react: ^7.26.1
fork-ts-checker-webpack-plugin: ^6.4.0
history: ^4.10.1
history: ^5.0.1
html-webpack-plugin: ^5.4.0
immutable: ^4.0.0
lodash.shuffle: ^4.2.0
Expand Down

0 comments on commit b7dd858

Please sign in to comment.