Skip to content

Commit 72ed2b4

Browse files
committed
fix(deps): update dependency react-router-dom to v6.3.0
1 parent 48eaff1 commit 72ed2b4

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"history": "5.3.0",
4141
"react": "17.0.2",
4242
"react-dom": "17.0.2",
43-
"react-router-dom": "6.2.2"
43+
"react-router-dom": "6.3.0"
4444
},
4545
"scripts": {
4646
"start": "node_modules/.bin/webpack serve --config ./webpack.config.js",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4174,18 +4174,18 @@ react-is@^16.13.1:
41744174
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
41754175
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
41764176

4177-
react-router-dom@6.2.2:
4178-
version "6.2.2"
4179-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.2.2.tgz#f1a2c88365593c76b9612ae80154a13fcb72e442"
4180-
integrity sha512-AtYEsAST7bDD4dLSQHDnk/qxWLJdad5t1HFa1qJyUrCeGgEuCSw0VB/27ARbF9Fi/W5598ujvJOm3ujUCVzuYQ==
4177+
react-router-dom@6.3.0:
4178+
version "6.3.0"
4179+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.3.0.tgz#a0216da813454e521905b5fa55e0e5176123f43d"
4180+
integrity sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==
41814181
dependencies:
41824182
history "^5.2.0"
4183-
react-router "6.2.2"
4183+
react-router "6.3.0"
41844184

4185-
react-router@6.2.2:
4186-
version "6.2.2"
4187-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.2.2.tgz#495e683a0c04461eeb3d705fe445d6cf42f0c249"
4188-
integrity sha512-/MbxyLzd7Q7amp4gDOGaYvXwhEojkJD5BtExkuKmj39VEE0m3l/zipf6h2WIB2jyAO0lI6NGETh4RDcktRm4AQ==
4185+
react-router@6.3.0:
4186+
version "6.3.0"
4187+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
4188+
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
41894189
dependencies:
41904190
history "^5.2.0"
41914191

0 commit comments

Comments
 (0)