Skip to content

Commit a706a5b

Browse files
committed
moved react-scripts dependency to devDependencies.
1 parent f5fe7ca commit a706a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/react-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"dependencies": {
66
"react": "^18.2.0",
77
"react-dom": "^18.2.0",
8-
"react-scripts": "5.0.1",
98
"sequential-workflow-designer": "^0.5.2",
109
"sequential-workflow-designer-react": "^0.5.2"
1110
},
@@ -18,7 +17,8 @@
1817
"@typescript-eslint/parser": "^5.47.0",
1918
"eslint": "^8.30.0",
2019
"prettier": "^2.8.2",
21-
"typescript": "^4.9.4"
20+
"typescript": "^4.9.4",
21+
"react-scripts": "5.0.1"
2222
},
2323
"scripts": {
2424
"start": "react-scripts start",

0 commit comments

Comments
 (0)