Skip to content

Commit

Permalink
build: move react-scripts to dev-dependencies
Browse files Browse the repository at this point in the history
See this issue <facebook/create-react-app#11174> for details.
  • Loading branch information
edwardzjl committed Sep 24, 2024
1 parent 5dd2795 commit 3367e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-window": "^1.8.10",
"remark-gfm": "^4.0.0",
Expand Down Expand Up @@ -46,6 +45,7 @@
]
},
"devDependencies": {
"react-scripts": "5.0.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^15.0.7",
Expand Down

0 comments on commit 3367e6b

Please sign in to comment.