Skip to content

Commit

Permalink
Change react-scripts to a dev depenency (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Dec 16, 2022
1 parent 54f9244 commit 2162e92
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 41 deletions.
76 changes: 40 additions & 36 deletions common/config/rush/npm-shrinkwrap.json

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

12 changes: 7 additions & 5 deletions sample/applicationinsights-react-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@
"dependencies": {
"@microsoft/applicationinsights-react-js": "^3.3.6",
"@microsoft/applicationinsights-web": "^2.8.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "11.13.2",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"typescript": "^4.3.4",
"web-vitals": "^2.1.4"
"typescript": "^4.3.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 2162e92

Please sign in to comment.