diff --git a/package-lock.json b/package-lock.json index a0073943a..a3e4faea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5942,12 +5942,12 @@ } }, "node_modules/@testing-library/react-hooks": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.2.tgz", - "integrity": "sha512-RfPG0ckOzUIVeIqlOc1YztKgFW+ON8Y5xaSPbiBkfj9nMkkiLhLeBXT5icfPX65oJV/zCZu4z8EVnUc6GY9C5A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz", + "integrity": "sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g==", "dev": true, "dependencies": { - "@babel/runtime": "^7.5.4", + "@babel/runtime": "^7.12.5", "@types/testing-library__react-hooks": "^3.4.0" }, "peerDependencies": { @@ -27233,7 +27233,7 @@ "@edx/paragon": "20.45.0", "@testing-library/jest-dom": "5.11.6", "@testing-library/react": "12.1.4", - "@testing-library/react-hooks": "3.4.2", + "@testing-library/react-hooks": "3.7.0", "@testing-library/user-event": "13.1.8", "react": "17.0.2", "react-dom": "17.0.2", @@ -27242,7 +27242,7 @@ "react-test-renderer": "17.0.2" }, "peerDependencies": { - "@edx/frontend-platform": "5.0.0", + "@edx/frontend-platform": "^5.0.0", "@edx/paragon": "^19.15.0 || ^20.0.0", "react": "^16.12.0 || ^17.0.0", "react-dom": "^16.12.0 || ^17.0.0", @@ -27264,7 +27264,7 @@ "peerDependencies": { "react": "^16.12.0 || ^17.0.0", "react-dom": "^16.12.0 || ^17.0.0", - "react-router-dom": "6.14.2" + "react-router-dom": "^6.0.0" } }, "packages/logistration": { @@ -27272,7 +27272,6 @@ "version": "3.5.0", "license": "AGPL-3.0", "dependencies": { - "@edx/frontend-enterprise-utils": "^3.5.0", "prop-types": "15.7.2" }, "devDependencies": { @@ -27287,10 +27286,10 @@ "react-test-renderer": "17.0.2" }, "peerDependencies": { - "@edx/frontend-platform": "5.0.0", + "@edx/frontend-platform": "^5.0.0", "react": "^16.12.0 || ^17.0.0", "react-dom": "^16.12.0 || ^17.0.0", - "react-router-dom": "6.14.2" + "react-router-dom": "^6.0.0" } }, "packages/utils": { @@ -27311,10 +27310,10 @@ "react-test-renderer": "17.0.2" }, "peerDependencies": { - "@edx/frontend-platform": "5.0.0", + "@edx/frontend-platform": "^5.0.0", "react": "^16.12.0 || ^17.0.0", "react-dom": "^16.12.0 || ^17.0.0", - "react-router-dom": "6.14.2" + "react-router-dom": "^6.0.0" } } } diff --git a/packages/catalog-search/package.json b/packages/catalog-search/package.json index 1da9c2533..d2d710f1b 100644 --- a/packages/catalog-search/package.json +++ b/packages/catalog-search/package.json @@ -49,7 +49,7 @@ "@edx/paragon": "20.45.0", "@testing-library/jest-dom": "5.11.6", "@testing-library/react": "12.1.4", - "@testing-library/react-hooks": "3.4.2", + "@testing-library/react-hooks": "3.7.0", "@testing-library/user-event": "13.1.8", "react": "17.0.2", "react-dom": "17.0.2",