Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbcdd92

Browse files
chore: bump react-router-dom from 6.2.2 to 6.3.0 in /site (coder#811)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.2.2 to 6.3.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Commits](https://github.com/remix-run/react-router/commits/v6.3.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd52310 commit fbcdd92

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"history": "5.3.0",
3535
"react": "17.0.2",
3636
"react-dom": "17.0.2",
37-
"react-router-dom": "6.2.2",
37+
"react-router-dom": "6.3.0",
3838
"swr": "1.2.2",
3939
"xstate": "4.30.6",
4040
"yup": "0.32.11"

site/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -11552,18 +11552,18 @@ react-refresh@^0.11.0:
1155211552
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
1155311553
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
1155411554

11555-
react-router-dom@6.2.2, react-router-dom@^6.0.0:
11556-
version "6.2.2"
11557-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.2.2.tgz#f1a2c88365593c76b9612ae80154a13fcb72e442"
11558-
integrity sha512-AtYEsAST7bDD4dLSQHDnk/qxWLJdad5t1HFa1qJyUrCeGgEuCSw0VB/27ARbF9Fi/W5598ujvJOm3ujUCVzuYQ==
11555+
react-router-dom@6.3.0, react-router-dom@^6.0.0:
11556+
version "6.3.0"
11557+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.3.0.tgz#a0216da813454e521905b5fa55e0e5176123f43d"
11558+
integrity sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==
1155911559
dependencies:
1156011560
history "^5.2.0"
11561-
react-router "6.2.2"
11561+
react-router "6.3.0"
1156211562

11563-
react-router@6.2.2, react-router@^6.0.0:
11564-
version "6.2.2"
11565-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.2.2.tgz#495e683a0c04461eeb3d705fe445d6cf42f0c249"
11566-
integrity sha512-/MbxyLzd7Q7amp4gDOGaYvXwhEojkJD5BtExkuKmj39VEE0m3l/zipf6h2WIB2jyAO0lI6NGETh4RDcktRm4AQ==
11563+
react-router@6.3.0, react-router@^6.0.0:
11564+
version "6.3.0"
11565+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
11566+
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
1156711567
dependencies:
1156811568
history "^5.2.0"
1156911569

0 commit comments

Comments
 (0)