Skip to content

Commit

Permalink
fix: move test related peer dependencies to dev (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored May 16, 2024
1 parent 579dc68 commit 4bc9616
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
},
"peerDependencies": {
"@edx/frontend-component-footer": "^14.0.0",
"core-js": "3.37.0",
"react": "^17.0.0",
"regenerator-runtime": "0.14.1"
"react": "^17.0.0"
},
"devDependencies": {
"@edx/frontend-component-footer": "^14.0.0",
"@edx/browserslist-config": "^1.1.1",
"@openedx/frontend-build": "^14.0.3",
"core-js": "3.37.0",
"glob": "7.2.3",
"husky": "7.0.4",
"jest": "29.7.0",
"react": "^17.0.0"
"react": "^17.0.0",
"regenerator-runtime": "0.14.1"
}
}

0 comments on commit 4bc9616

Please sign in to comment.