feat: update to frontend-build alpha

This commit is contained in:
Ben Warzeski
2023-08-08 15:50:41 +00:00
parent 5e96dbf614
commit 5b20f70602
3 changed files with 22417 additions and 3768 deletions

View File

@@ -25,7 +25,7 @@ jobs:
node-version: ${{ env.NODE_VER }}
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Unit Tests
run: npm run test

26181
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -68,9 +68,9 @@
},
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/frontend-build": "12.9.3",
"@testing-library/react": "12.1.5",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"@edx/frontend-build": "12.9.0-alpha.6",
"axios": "0.21.2",
"axios-mock-adapter": "^1.17.0",
"es-check": "^2.3.0",