fix: update dependencies (#32)
* fix: update dependencies Co-authored-by: M Umar Khan <umar.khan@arbisoft.com>
This commit is contained in:
29155
package-lock.json
generated
29155
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -34,9 +34,9 @@
|
||||
"homepage": "https://github.com/edx/frontend-lib-content-components#readme",
|
||||
"devDependencies": {
|
||||
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
|
||||
"@edx/frontend-build": "9.0.4",
|
||||
"@edx/frontend-platform": "1.14.4",
|
||||
"@edx/paragon": "16.22.0",
|
||||
"@edx/frontend-build": "9.1.1",
|
||||
"@edx/frontend-platform": "1.15.2",
|
||||
"@edx/paragon": "19.6.0",
|
||||
"@testing-library/dom": "^8.11.1",
|
||||
"@testing-library/react": "12.1.1",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
@@ -71,7 +71,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@edx/frontend-platform": "^1.8.0",
|
||||
"@edx/paragon": "^7.0.0",
|
||||
"@edx/paragon": ">= 7.0.0 < 20.0.0",
|
||||
"prop-types": "^15.5.10",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0"
|
||||
|
||||
@@ -5,6 +5,7 @@ import { StrictDict } from '../../utils';
|
||||
import * as app from './app';
|
||||
import * as requests from './requests';
|
||||
|
||||
/* eslint-disable import/no-cycle */
|
||||
export { default as thunkActions } from './thunkActions';
|
||||
|
||||
const modules = {
|
||||
|
||||
Reference in New Issue
Block a user