diff --git a/package-lock.json b/package-lock.json index 7dd22ef84..a42ccb0c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,6 +36,7 @@ }, "peerDependencies": { "@edx/frontend-platform": "^4.0.0", + "@edx/paragon": "21.0.0-alpha.38", "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0", "react-dom": "^16.9.0 || ^17.0.0" diff --git a/package.json b/package.json index 5267b11af..4e82d8632 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "@fortawesome/react-fontawesome": "0.2.0" }, "peerDependencies": { + "@edx/paragon": "21.0.0-alpha.38", "@edx/frontend-platform": "^4.0.0", "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0",