Bumps [axios](https://github.com/axios/axios) to 0.30.3 and updates ancestor dependency [@edx/frontend-platform](https://github.com/openedx/frontend-platform). These dependencies need to be updated together. Updates `axios` from 0.30.2 to 0.30.3 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.30.2...v0.30.3) Updates `@edx/frontend-platform` from 8.5.1 to 8.5.5 - [Release notes](https://github.com/openedx/frontend-platform/releases) - [Commits](https://github.com/openedx/frontend-platform/compare/v8.5.1...v8.5.5) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.3 dependency-type: indirect - dependency-name: "@edx/frontend-platform" dependency-version: 8.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
65 lines
2.2 KiB
JSON
65 lines
2.2 KiB
JSON
{
|
|
"name": "@openedx/frontend-app-admin-console",
|
|
"version": "0.1.0",
|
|
"description": "Frontend Admin Console",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/openedx/frontend-app-admin-console.git"
|
|
},
|
|
"browserslist": [
|
|
"extends @edx/browserslist-config"
|
|
],
|
|
"scripts": {
|
|
"build": "fedx-scripts webpack",
|
|
"i18n_extract": "fedx-scripts formatjs extract",
|
|
"lint": "fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .",
|
|
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .",
|
|
"snapshot": "fedx-scripts jest --updateSnapshot",
|
|
"start": "fedx-scripts webpack-dev-server --progress",
|
|
"start:with-theme": "paragon install-theme && npm start && npm install",
|
|
"dev": "PUBLIC_PATH=/admin-console/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io",
|
|
"test": "fedx-scripts jest --coverage --passWithNoTests",
|
|
"types": "tsc --noEmit"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint"
|
|
}
|
|
},
|
|
"author": "Open edX Community",
|
|
"license": "AGPL-3.0",
|
|
"homepage": "https://github.com/openedx/frontend-app-admin-console#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/openedx/frontend-app-admin-console/issues"
|
|
},
|
|
"dependencies": {
|
|
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
|
|
"@edx/frontend-component-header": "^6.4.0",
|
|
"@edx/frontend-platform": "^8.5.5",
|
|
"@edx/openedx-atlas": "^0.7.0",
|
|
"@openedx/frontend-plugin-framework": "^1.7.0",
|
|
"@openedx/paragon": "^23.15.1",
|
|
"@tanstack/react-query": "5.89.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^4.1.2",
|
|
"react-router-dom": "^6.30.3"
|
|
},
|
|
"devDependencies": {
|
|
"@edx/browserslist-config": "^1.1.1",
|
|
"@edx/typescript-config": "1.1.0",
|
|
"@openedx/frontend-build": "14.6.2",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.6.4",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"ts-jest": "^29.4.5"
|
|
}
|
|
}
|