Skip to content

Commit e6ebc35

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update reactrouter monorepo to v5.2.1
1 parent f6b49ed commit e6ebc35

File tree

3 files changed

+46
-43
lines changed

3 files changed

+46
-43
lines changed

package-lock.json

+29-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"react": "17.0.1",
2323
"react-dom": "17.0.1",
2424
"react-responsive": "8.2.0",
25-
"react-router": "5.2.0",
26-
"react-router-dom": "5.2.0",
25+
"react-router": "5.2.1",
26+
"react-router-dom": "5.2.1",
2727
"react-scripts": "4.0.3",
2828
"typescript": "4.1.3",
2929
"wpapi": "1.2.2"

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1063,10 +1063,10 @@
10631063
dependencies:
10641064
regenerator-runtime "^0.13.4"
10651065

1066-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1067-
version "7.12.5"
1068-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz"
1069-
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
1066+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1067+
version "7.15.3"
1068+
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz"
1069+
integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
10701070
dependencies:
10711071
regenerator-runtime "^0.13.4"
10721072

@@ -9756,25 +9756,25 @@ react-responsive@8.2.0:
97569756
prop-types "^15.6.1"
97579757
shallow-equal "^1.1.0"
97589758

9759-
react-router-dom@5.2.0:
9760-
version "5.2.0"
9761-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz"
9762-
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
9759+
react-router-dom@5.2.1:
9760+
version "5.2.1"
9761+
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.1.tgz"
9762+
integrity sha512-xhFFkBGVcIVPbWM2KEYzED+nuHQPmulVa7sqIs3ESxzYd1pYg8N8rxPnQ4T2o1zu/2QeDUWcaqST131SO1LR3w==
97639763
dependencies:
9764-
"@babel/runtime" "^7.1.2"
9764+
"@babel/runtime" "^7.12.13"
97659765
history "^4.9.0"
97669766
loose-envify "^1.3.1"
97679767
prop-types "^15.6.2"
9768-
react-router "5.2.0"
9768+
react-router "5.2.1"
97699769
tiny-invariant "^1.0.2"
97709770
tiny-warning "^1.0.0"
97719771

9772-
react-router@5.2.0:
9773-
version "5.2.0"
9774-
resolved "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz"
9775-
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
9772+
react-router@5.2.1:
9773+
version "5.2.1"
9774+
resolved "https://registry.npmjs.org/react-router/-/react-router-5.2.1.tgz"
9775+
integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==
97769776
dependencies:
9777-
"@babel/runtime" "^7.1.2"
9777+
"@babel/runtime" "^7.12.13"
97789778
history "^4.9.0"
97799779
hoist-non-react-statics "^3.1.0"
97809780
loose-envify "^1.3.1"

0 commit comments

Comments
 (0)