From 0e3179c23833c8fa6e108a38a35522eed3db87af Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Thu, 4 May 2023 19:15:43 +0530 Subject: [PATCH 1/2] Changed to react-router-dom:"6.11.1" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75d347f76..59f1c2915 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@wordpress/style-engine": "^0.11.0", "classnames": "^2.3.1", "react-error-boundary": "^3.1.4", - "react-router-dom": "^6.3.0", + "react-router-dom": "^6.11.1", "rememo": "^4.0.0" } } From f8d6f228b2edd6aa89ba734d7179dbaa302da882 Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Thu, 11 May 2023 13:01:54 +0530 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d86a08b4..eb90c0961 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test:unit": "npx wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins//phpunit.xml --verbose'" }, "dependencies": { - "@wordpress/interface": "^4.5.0", + "@wordpress/interface": "^5.10.0", "@wordpress/style-engine": "^0.11.0", "classnames": "^2.3.1", "react-error-boundary": "^3.1.4",