|
47 | 47 | "@dnd-kit/sortable": "^8.0.0", |
48 | 48 | "@dnd-kit/utilities": "^3.2.2", |
49 | 49 | "@edx/brand": "npm:@openedx/brand-openedx@^1.2.3", |
| 50 | + "@edx/browserslist-config": "1.2.0", |
50 | 51 | "@edx/frontend-component-footer": "^14.0.3", |
51 | 52 | "@edx/frontend-component-header": "^5.3.3", |
52 | 53 | "@edx/frontend-enterprise-hotjar": "^2.0.0", |
|
62 | 63 | "@openedx-plugins/course-app-teams": "file:plugins/course-apps/teams", |
63 | 64 | "@openedx-plugins/course-app-wiki": "file:plugins/course-apps/wiki", |
64 | 65 | "@openedx-plugins/course-app-xpert_unit_summary": "file:plugins/course-apps/xpert_unit_summary", |
| 66 | + "@openedx/frontend-build": "^14.0.14", |
65 | 67 | "@openedx/frontend-plugin-framework": "^1.2.1", |
66 | 68 | "@openedx/paragon": "^22.5.1", |
67 | 69 | "@redux-devtools/extension": "^3.3.0", |
|
97 | 99 | "react-transition-group": "4.4.5", |
98 | 100 | "redux": "4.0.5", |
99 | 101 | "redux-logger": "^3.0.6", |
100 | | - "redux-mock-store": "^1.5.4", |
101 | 102 | "redux-thunk": "^2.4.1", |
102 | 103 | "reselect": "^4.1.5", |
103 | 104 | "start": "^5.1.0", |
|
108 | 109 | "yup": "0.31.1" |
109 | 110 | }, |
110 | 111 | "devDependencies": { |
111 | | - "@edx/browserslist-config": "1.2.0", |
112 | 112 | "@edx/react-unit-test-utils": "3.0.0", |
113 | | - "@edx/reactifex": "^1.0.3", |
114 | 113 | "@edx/stylelint-config-edx": "2.3.3", |
115 | 114 | "@edx/typescript-config": "^1.0.1", |
116 | | - "@openedx/frontend-build": "^14.0.14", |
117 | 115 | "@testing-library/jest-dom": "5.17.0", |
118 | 116 | "@testing-library/react": "12.1.5", |
119 | 117 | "@testing-library/react-hooks": "^8.0.1", |
120 | 118 | "@testing-library/user-event": "^13.2.1", |
121 | 119 | "@types/lodash": "^4.17.7", |
122 | | - "axios": "^0.28.0", |
123 | 120 | "axios-mock-adapter": "1.22.0", |
124 | 121 | "eslint-import-resolver-webpack": "^0.13.8", |
125 | 122 | "fetch-mock-jest": "^1.5.1", |
126 | | - "glob": "7.2.3", |
127 | 123 | "husky": "7.0.4", |
128 | 124 | "jest-canvas-mock": "^2.5.2", |
129 | 125 | "jest-expect-message": "^1.1.3", |
130 | 126 | "react-test-renderer": "17.0.2", |
131 | | - "reactifex": "1.1.1", |
132 | | - "ts-loader": "^9.5.1" |
133 | | - }, |
134 | | - "peerDependencies": { |
135 | | - "decode-uri-component": ">=0.2.2" |
| 127 | + "redux-mock-store": "^1.5.4" |
136 | 128 | } |
137 | 129 | } |
0 commit comments