diff --git a/package-lock.json b/package-lock.json index 5bf8f333c2..2758b07ea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.2.0", "@edx/frontend-component-footer": "12.1.2", "@edx/frontend-component-header": "4.4.4", - "@edx/frontend-lib-learning-assistant": "^1.11.1", + "@edx/frontend-lib-learning-assistant": "^1.13.0", "@edx/frontend-lib-special-exams": "2.20.1", "@edx/frontend-platform": "4.6.0", "@edx/paragon": "20.46.0", @@ -3563,9 +3563,9 @@ } }, "node_modules/@edx/frontend-lib-learning-assistant": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.11.1.tgz", - "integrity": "sha512-vl93osyrEF5AxNwjNes643+AszUzpWGhVOm3ipGsvLyqgckIY6yQGD4WTwJnBLDBSTbStGjp5JLQvtlE0we/dQ==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.13.0.tgz", + "integrity": "sha512-RnLsHGbQu7UGL1OG6LiGOp3wkosLXl6yVz711lwOtZx4TfMGoe+u5xKZSLkdZQoPnqCtolAdTCuSNsXJPJrnbw==", "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.2.0", "@fortawesome/fontawesome-svg-core": "1.2.36", @@ -3578,14 +3578,14 @@ "react-markdown": "^8.0.5" }, "peerDependencies": { - "@edx/frontend-platform": "^4.3.0", + "@edx/frontend-platform": "^4.3.0 || ^5.0.0", "@edx/paragon": "20.46.0", "@reduxjs/toolkit": "1.8.1", "react": "16.14.0 || ^17.0.0", "react-dom": "16.14.0 || ^17.0.0", "react-redux": "7.2.9", - "react-router": "5.2.1", - "react-router-dom": "5.3.0", + "react-router": "5.2.1 || ^6.0.0", + "react-router-dom": "5.3.0 || ^6.0.0", "redux": "4.1.2", "regenerator-runtime": "0.13.11", "uuid": "9.0.0" diff --git a/package.json b/package.json index 11e8248391..c0eeb3021a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.2.0", "@edx/frontend-component-footer": "12.1.2", "@edx/frontend-component-header": "4.4.4", - "@edx/frontend-lib-learning-assistant": "^1.11.1", + "@edx/frontend-lib-learning-assistant": "^1.13.0", "@edx/frontend-lib-special-exams": "2.20.1", "@edx/frontend-platform": "4.6.0", "@edx/paragon": "20.46.0",