refactor: replace @edx/paragon and @edx/frontend-build (#386)

This commit is contained in:
Mashal Malik
2024-01-01 13:06:16 +05:00
committed by GitHub
parent 5c0ac3de54
commit 2a2f9ed43f
9 changed files with 939 additions and 176 deletions

View File

@@ -13,7 +13,7 @@
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"start:with-theme": "paragon install-theme && npm start && npm install",
"test": "fedx-scripts jest --coverage"
"test": "fedx-scripts jest"
},
"files": [
"/dist"
@@ -36,7 +36,7 @@
"devDependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "^1.1.1",
"@edx/frontend-build": "13.0.14",
"@openedx/frontend-build": "^13.0.19",
"@edx/frontend-platform": "6.1.2",
"@edx/reactifex": "^2.1.1",
"@testing-library/jest-dom": "^5.16.4",
@@ -52,7 +52,7 @@
"semantic-release": "21.1.2"
},
"dependencies": {
"@edx/paragon": "^21.3.1",
"@openedx/paragon": "^21.11.3",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-regular-svg-icons": "6.5.1",