fix: update dependencies (#32)

* fix: update dependencies

Co-authored-by: M Umar Khan <umar.khan@arbisoft.com>
This commit is contained in:
Jawayria
2022-03-16 18:45:35 +05:00
committed by GitHub
parent 32e4d5f7a1
commit 9e84e0ecf0
3 changed files with 26098 additions and 3066 deletions

29155
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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"

View File

@@ -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 = {