Skip to content

Commit ac98cfe

Browse files
Update react-router monorepo to v6.30.1 (#1268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b390011 commit ac98cfe

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"react-dropzone": "11.7.1",
2121
"react-helmet": "6.1.0",
2222
"react-intersection-observer": "8.34.0",
23-
"react-router": "6.28.0",
24-
"react-router-dom": "6.28.0",
23+
"react-router": "6.30.1",
24+
"react-router-dom": "6.30.1",
2525
"react-scripts": "5.0.1",
2626
"scroll-into-view-if-needed": "2.2.31",
2727
"styled-components": "5.3.11",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2607,10 +2607,10 @@
26072607
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.5.tgz#db5a11bf66bdab39569719555b0f76e138d7bd64"
26082608
integrity sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==
26092609

2610-
"@remix-run/router@1.21.0":
2611-
version "1.21.0"
2612-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.21.0.tgz#c65ae4262bdcfe415dbd4f64ec87676e4a56e2b5"
2613-
integrity sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==
2610+
"@remix-run/router@1.23.0":
2611+
version "1.23.0"
2612+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.0.tgz#35390d0e7779626c026b11376da6789eb8389242"
2613+
integrity sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==
26142614

26152615
"@repeaterjs/repeater@3.0.4":
26162616
version "3.0.4"
@@ -9793,20 +9793,20 @@ react-remove-scroll@^2.5.2:
97939793
use-callback-ref "^1.3.0"
97949794
use-sidecar "^1.1.2"
97959795

9796-
react-router-dom@6.28.0:
9797-
version "6.28.0"
9798-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.0.tgz#f73ebb3490e59ac9f299377062ad1d10a9f579e6"
9799-
integrity sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==
9796+
react-router-dom@6.30.1:
9797+
version "6.30.1"
9798+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.1.tgz#da2580c272ddb61325e435478566be9563a4a237"
9799+
integrity sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==
98009800
dependencies:
9801-
"@remix-run/router" "1.21.0"
9802-
react-router "6.28.0"
9801+
"@remix-run/router" "1.23.0"
9802+
react-router "6.30.1"
98039803

9804-
react-router@6.28.0:
9805-
version "6.28.0"
9806-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.0.tgz#29247c86d7ba901d7e5a13aa79a96723c3e59d0d"
9807-
integrity sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==
9804+
react-router@6.30.1:
9805+
version "6.30.1"
9806+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.1.tgz#ecb3b883c9ba6dbf5d319ddbc996747f4ab9f4c3"
9807+
integrity sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==
98089808
dependencies:
9809-
"@remix-run/router" "1.21.0"
9809+
"@remix-run/router" "1.23.0"
98109810

98119811
react-scripts@5.0.1:
98129812
version "5.0.1"

0 commit comments

Comments
 (0)