Skip to content

Commit

Permalink
Adding missing npm package libraries reference to fix build error. (O…
Browse files Browse the repository at this point in the history
…fficeDev#2)

Adding missing npm package libraries "react-scripts": "3.4.1" and "typescript": "3.9.3" which leads to build error during deployment.
  • Loading branch information
abbodh authored Jul 9, 2020
1 parent d04edef commit 33c9dd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"react-dom": "16.13.1",
"react-infinite-scroller": "^1.2.4",
"react-i18next": "11.5.0",
"react-router-dom": "5.2.0"
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"typescript": "3.9.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -52,8 +54,6 @@
"@types/node": "^12.12.21",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-router-dom": "^4.3.3",
"react-scripts": "3.4.1",
"typescript": "3.9.3"
"@types/react-router-dom": "^4.3.3"
}
}

0 comments on commit 33c9dd1

Please sign in to comment.