Skip to content

Commit

Permalink
fix(connected-react-router): upgrade connected-react-router to v6.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Sep 15, 2022
1 parent 1a3bfda commit ca9bf46
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- [ ] upgrade inversify v6
- [ ] upgrade react-router v6.3.0
- [ ] upgrade react v18
- [ ] upgrade react-native v0.70.0
- [x] upgrade react-native v0.70.0
- [ ] support upgrade cli
- [ ] dynamic unloading module
- [ ] follow up for fixing eslint issues [the issue](https://github.com/typescript-eslint/typescript-eslint/issues/5468)
2 changes: 1 addition & 1 deletion packages/reactant-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"redux": "^4.1.0"
},
"dependencies": {
"connected-react-router": "^6.9.1",
"connected-react-router": "^6.9.3",
"history": "^4.10.1",
"react-router": "^5.3.1"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5122,15 +5122,15 @@ connect@^3.6.5:
parseurl "~1.3.3"
utils-merge "1.0.1"

connected-react-router@^6.9.1:
version "6.9.1"
resolved "https://registry.yarnpkg.com/connected-react-router/-/connected-react-router-6.9.1.tgz#d842eebaa15b9920e2e45fc03d74e41110e94e4c"
integrity sha512-BbtB6t0iqAwGwygDenJl9zmlk7vpKWIRSycULmkAOn2RUaF6+bqETprl0qcIqQmY5CTqSwKanaxkLXYWiffAfQ==
connected-react-router@^6.9.3:
version "6.9.3"
resolved "https://registry.yarnpkg.com/connected-react-router/-/connected-react-router-6.9.3.tgz#72300aca9f9d6f38e1f4a2901572faa02adec972"
integrity sha512-4ThxysOiv/R2Dc4Cke1eJwjKwH1Y51VDwlOrOfs1LjpdYOVvCNjNkZDayo7+sx42EeGJPQUNchWkjAIJdXGIOQ==
dependencies:
lodash.isequalwith "^4.4.0"
prop-types "^15.7.2"
optionalDependencies:
immutable "^3.8.1 || ^4.0.0-rc.1"
immutable "^3.8.1 || ^4.0.0"
seamless-immutable "^7.1.3"

console-control-strings@^1.1.0:
Expand Down Expand Up @@ -7115,10 +7115,10 @@ immer@^9.0.15:
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.15.tgz#0b9169e5b1d22137aba7d43f8a81a495dd1b62dc"
integrity sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==

"immutable@^3.8.1 || ^4.0.0-rc.1":
version "4.0.0-rc.14"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0-rc.14.tgz#29ba96631ec10867d1348515ac4e6bdba462f071"
integrity sha512-pfkvmRKJSoW7JFx0QeYlAmT+kNYvn5j0u7bnpNq4N2RCvHSTlLT208G8jgaquNe+Q8kCPHKOSpxJkyvLDpYq0w==
"immutable@^3.8.1 || ^4.0.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.1.0.tgz#f795787f0db780183307b9eb2091fcac1f6fafef"
integrity sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==

import-fresh@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit ca9bf46

Please sign in to comment.