From 4ba05c7fa42b5cf515dc90f65afe8f8ff111f5ea Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Wed, 26 Mar 2025 02:51:52 -0400 Subject: [PATCH] chore: test special exams react 18 support --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a8e634aaf..5f702ed74c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@edx/browserslist-config": "1.5.0", "@edx/frontend-component-header": "^5.8.0", "@edx/frontend-lib-learning-assistant": "^2.19.2", - "@edx/frontend-lib-special-exams": "^3.1.3", + "@edx/frontend-lib-special-exams": "github:brian-smith-tcril/frontend-lib-special-exams#a65f470", "@edx/frontend-platform": "^8.0.0", "@edx/openedx-atlas": "^0.6.0", "@edx/react-unit-test-utils": "3.0.0", @@ -2318,9 +2318,8 @@ } }, "node_modules/@edx/frontend-lib-special-exams": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-3.4.0.tgz", - "integrity": "sha512-IbzdTKVOpChtmeicgxu3GeJJMIg1HrNTUtul7fWLbP0gubges8DVWhVUaEtA1PAlN5sze/A0UkGR5FYFlrTQQQ==", + "version": "1.14.0", + "resolved": "git+ssh://git@github.com/brian-smith-tcril/frontend-lib-special-exams.git#a65f4708c93005b6a6cd26d1158101cc5ef80a1b", "license": "AGPL-3.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.34", @@ -2336,8 +2335,8 @@ "@openedx/paragon": "^22.0.0 || ^23.0.0", "@reduxjs/toolkit": "^1.5.1", "prop-types": "^15.7.2", - "react": "^16.14.0 || ^17.0.0", - "react-dom": "^16.14.0 || ^17.0.0", + "react": "^16.14.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-redux": "^7.1.3", "react-router": "^5.1.2 || ^6.0.0", "react-router-dom": "^5.1.2 || ^6.0.0", diff --git a/package.json b/package.json index e3c46b4a22..d4f6f9c36d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@edx/browserslist-config": "1.5.0", "@edx/frontend-component-header": "^5.8.0", "@edx/frontend-lib-learning-assistant": "^2.19.2", - "@edx/frontend-lib-special-exams": "^3.1.3", + "@edx/frontend-lib-special-exams": "github:brian-smith-tcril/frontend-lib-special-exams#a65f470", "@edx/frontend-platform": "^8.0.0", "@edx/openedx-atlas": "^0.6.0", "@edx/react-unit-test-utils": "3.0.0",