Skip to content

Commit

Permalink
trying to fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paytonjewell committed Jul 1, 2022
1 parent d42b709 commit c5db097
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 9 deletions.
125 changes: 117 additions & 8 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"ajv": "^8.11.0",
"classnames": "^2.2.6",
"moment": "^2.29.3",
"node-forge": ">=1.3.0",
Expand All @@ -19,7 +20,8 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1"
"react-scripts": "^5.0.1",
"typescript": "^4.7.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit c5db097

Please sign in to comment.