Skip to content

Commit 3367e6b

Browse files
committed
build: move react-scripts to dev-dependencies
See this issue <facebook/create-react-app#11174> for details.
1 parent 5dd2795 commit 3367e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"react-dom": "^18.3.1",
1414
"react-markdown": "^9.0.1",
1515
"react-router-dom": "^6.26.2",
16-
"react-scripts": "5.0.1",
1716
"react-syntax-highlighter": "^15.5.0",
1817
"react-window": "^1.8.10",
1918
"remark-gfm": "^4.0.0",
@@ -46,6 +45,7 @@
4645
]
4746
},
4847
"devDependencies": {
48+
"react-scripts": "5.0.1",
4949
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
5050
"@testing-library/jest-dom": "^6.5.0",
5151
"@testing-library/react": "^15.0.7",

0 commit comments

Comments
 (0)