Skip to content

Commit

Permalink
feat(package.json): update to react v17
Browse files Browse the repository at this point in the history
  • Loading branch information
riiniii committed Jan 15, 2021
1 parent 366f646 commit 6224ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"sinon": "~9.2.0",
"tsdx": "~0.14.0",
"tslib": "~2.1.0",
"typescript": "~3.8.2"
"typescript": "~4.1.3"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "~0.2.28",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"jsx": "react",
"jsx": "react-jsx",
"baseUrl": "./",
"paths": {
"@hospitalrun/components": [
Expand Down

0 comments on commit 6224ed5

Please sign in to comment.