Compare commits

...

1 Commits

Author SHA1 Message Date
Ben Warzeski
5b20f70602 feat: update to frontend-build alpha 2023-09-11 19:24:23 +00:00
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",