Compare commits
4 Commits
v3.2.0
...
maman/code
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25054162ec | ||
|
|
1e1b06dfa5 | ||
|
|
469a93bd9c | ||
|
|
90f1ada9f3 |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -34,4 +34,4 @@ jobs:
|
||||
- name: i18n_extract
|
||||
run: npm run i18n_extract
|
||||
- name: Coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: i18n_extract
|
||||
run: npm run i18n_extract
|
||||
- name: Coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Release
|
||||
|
||||
9746
package-lock.json
generated
9746
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -35,12 +35,14 @@
|
||||
"devDependencies": {
|
||||
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
|
||||
"@edx/frontend-build": "11.0.2",
|
||||
"@edx/frontend-platform": "2.5.2",
|
||||
"@edx/frontend-platform": "2.6.1",
|
||||
"@edx/paragon": "19.25.3",
|
||||
"codecov": "3.8.3",
|
||||
"enzyme": "3.11.0",
|
||||
"enzyme-adapter-react-16": "1.15.6",
|
||||
"husky": "7.0.4",
|
||||
"jest": "27.5.1",
|
||||
"jest-chain": "1.1.5",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@@ -51,7 +53,7 @@
|
||||
"redux": "4.2.0",
|
||||
"redux-saga": "1.1.3",
|
||||
"@testing-library/dom": "8.16.0",
|
||||
"@testing-library/jest-dom": "5.16.4",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"jest": "28.1.3",
|
||||
"jest-chain": "1.1.5",
|
||||
"@testing-library/react": "10.4.9"
|
||||
|
||||
Reference in New Issue
Block a user