chore(deps): update dependency @openedx/paragon to v22.15.3 (#572)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-03 05:29:00 +00:00
committed by GitHub
parent 5512faa9b0
commit 07b1c5bde1
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"@edx/frontend-platform": "8.2.1",
"@edx/reactifex": "^2.1.1",
"@openedx/frontend-build": "14.2.2",
"@openedx/paragon": "22.13.0",
"@openedx/paragon": "22.15.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "10.4.9",
@@ -3367,9 +3367,9 @@
}
},
"node_modules/@openedx/paragon": {
"version": "22.13.0",
"resolved": "https://registry.npmjs.org/@openedx/paragon/-/paragon-22.13.0.tgz",
"integrity": "sha512-yCbAYGQzpVQj65nFvnqDRU4V6MhZN2LAO/qzFJUV+RW2Riudef7KI1No/+nePI4tYAMhnuPwZ1EDiJQ2lBNYew==",
"version": "22.15.3",
"resolved": "https://registry.npmjs.org/@openedx/paragon/-/paragon-22.15.3.tgz",
"integrity": "sha512-FrL5GSQnDeGfmfKF//K3e3ZaoveUDGM0Hv35sQA2G3zaKRWdlHB/drggaQNBYYrLhk30KaC+uLDH10GsE4A8aA==",
"license": "Apache-2.0",
"workspaces": [
"example",
@@ -3413,8 +3413,8 @@
"paragon": "bin/paragon-scripts.js"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.0",
"react-dom": "^16.8.6 || ^17.0.0",
"react": "^16.8.6 || ^17 || ^18",
"react-dom": "^16.8.6 || ^17 || ^18",
"react-intl": "^5.25.1 || ^6.4.0"
}
},

View File

@@ -38,7 +38,7 @@
"@edx/frontend-platform": "8.2.1",
"@edx/reactifex": "^2.1.1",
"@openedx/frontend-build": "14.2.2",
"@openedx/paragon": "22.13.0",
"@openedx/paragon": "22.15.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "10.4.9",