Skip to content

Commit da9c6e6

Browse files
committed
deps: upgrade react-router to latest Refs: RATY-299
1 parent 1165f97 commit da9c6e6

2 files changed

Lines changed: 4 additions & 16 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"react-leaflet": "^4.2.1",
5353
"react-markdown": "^10.1.0",
5454
"react-redux": "^8.0.5",
55-
"react-router": "^6.30.2",
56-
"react-router-dom": "^6.30.2",
55+
"react-router": "^6.30.3",
56+
"react-router-dom": "^6.30.3",
5757
"redux": "^4.2.1",
5858
"redux-thunk": "^2.4.2",
5959
"regenerator-runtime": "^0.13.7",

yarn.lock

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2344,11 +2344,6 @@
23442344
resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.32.0.tgz#6c105ef05e1bd84ab04531e707074dc2a0b3ce07"
23452345
integrity sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==
23462346

2347-
"@remix-run/router@1.23.1":
2348-
version "1.23.1"
2349-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.1.tgz#0ce8857b024e24fc427585316383ad9d295b3a7f"
2350-
integrity sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ==
2351-
23522347
"@remix-run/router@1.23.2":
23532348
version "1.23.2"
23542349
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.2.tgz#156c4b481c0bee22a19f7924728a67120de06971"
@@ -8384,28 +8379,21 @@ react-refresh@^0.17.0:
83848379
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
83858380
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
83868381

8387-
react-router-dom@^6.30.2:
8382+
react-router-dom@^6.30.3:
83888383
version "6.30.3"
83898384
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.3.tgz#42ae6dc4c7158bfb0b935f162b9621b29dddf740"
83908385
integrity sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag==
83918386
dependencies:
83928387
"@remix-run/router" "1.23.2"
83938388
react-router "6.30.3"
83948389

8395-
react-router@6.30.3:
8390+
react-router@6.30.3, react-router@^6.30.3:
83968391
version "6.30.3"
83978392
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.3.tgz#994b3ccdbe0e81fe84d4f998100f62584dfbf1cf"
83988393
integrity sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==
83998394
dependencies:
84008395
"@remix-run/router" "1.23.2"
84018396

8402-
react-router@^6.30.2:
8403-
version "6.30.2"
8404-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.2.tgz#c78a3b40f7011f49a373b1df89492e7d4ec12359"
8405-
integrity sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA==
8406-
dependencies:
8407-
"@remix-run/router" "1.23.1"
8408-
84098397
react-transition-group@^4.4.5:
84108398
version "4.4.5"
84118399
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1"

0 commit comments

Comments
 (0)