From bf0c6efff086b850404c1ed52b9e5d1a2cef232d Mon Sep 17 00:00:00 2001 From: Dylan Jeffers Date: Tue, 16 Apr 2024 09:54:41 -0700 Subject: [PATCH] unpin --- package-lock.json | 2 +- packages/web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1379372bc1e..dc583644930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -139727,7 +139727,7 @@ "react-qr-code": "2.0.12", "react-redux": "8.0.5", "react-router-dom": "5.3.4", - "react-router-dom-v5-compat": "^6.22.3", + "react-router-dom-v5-compat": "6.22.3", "react-router-last-location": "2.0.1", "react-scroll-parallax": "3.3.2", "react-spring": "8.0.27", diff --git a/packages/web/package.json b/packages/web/package.json index 1afde98bfd9..df1bcf066b4 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -171,7 +171,7 @@ "react-qr-code": "2.0.12", "react-redux": "8.0.5", "react-router-dom": "5.3.4", - "react-router-dom-v5-compat": "^6.22.3", + "react-router-dom-v5-compat": "6.22.3", "react-router-last-location": "2.0.1", "react-scroll-parallax": "3.3.2", "react-spring": "8.0.27",