Skip to content

Commit

Permalink
test: update dist test folder with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Feb 26, 2025
1 parent b5069ba commit e90630c
Show file tree
Hide file tree
Showing 23 changed files with 397 additions and 302 deletions.
36 changes: 35 additions & 1 deletion dist/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/config.js.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"i18n_extract": "fedx-scripts formatjs extract",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "fedx-scripts jest --coverage",
"test:watch": "npm run test -- --watch"
},
Expand All @@ -34,12 +34,12 @@
"homepage": "https://github.com/openedx/frontend-platform#readme",
"devDependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "1.4.0",
"@openedx/frontend-build": "14.2.2",
"@openedx/paragon": "23.1.1",
"@edx/browserslist-config": "1.5.0",
"@openedx/frontend-build": "^14.3.0",
"@openedx/paragon": "^23.3.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react": "16.2.0",
"@testing-library/dom": "10.4.0",
"@testing-library/user-event": "14.4.3",
"axios-mock-adapter": "^1.22.0",
"husky": "8.0.3",
Expand All @@ -48,8 +48,8 @@
"jsdoc": "^4.0.0",
"nodemon": "3.1.9",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "^8.1.1",
"react-router-dom": "^6.6.1",
"redux": "4.2.1"
Expand All @@ -58,7 +58,7 @@
"@cospired/i18n-iso-languages": "4.2.0",
"@formatjs/intl-pluralrules": "4.3.3",
"@formatjs/intl-relativetimeformat": "10.0.1",
"axios": "1.6.7",
"axios": "1.7.9",
"axios-cache-interceptor": "1.6.2",
"form-urlencoded": "4.1.4",
"glob": "7.2.3",
Expand All @@ -79,8 +79,8 @@
"@openedx/frontend-build": ">= 14.0.0",
"@openedx/paragon": ">= 21.5.7 < 24.0.0",
"prop-types": ">=15.7.2 <16.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-redux": "^7.1.1 || ^8.1.1",
"react-router-dom": "^6.0.0",
"redux": "^4.0.4"
Expand Down
12 changes: 5 additions & 7 deletions dist/react/AppProvider.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e90630c

Please sign in to comment.