We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 386f7e2 + a706a5b commit 03e36a4Copy full SHA for 03e36a4
demos/react-app/package.json
@@ -5,7 +5,6 @@
5
"dependencies": {
6
"react": "^18.2.0",
7
"react-dom": "^18.2.0",
8
- "react-scripts": "5.0.1",
9
"sequential-workflow-designer": "^0.5.2",
10
"sequential-workflow-designer-react": "^0.5.2"
11
},
@@ -18,7 +17,8 @@
18
17
"@typescript-eslint/parser": "^5.47.0",
19
"eslint": "^8.30.0",
20
"prettier": "^2.8.2",
21
- "typescript": "^4.9.4"
+ "typescript": "^4.9.4",
+ "react-scripts": "5.0.1"
22
23
"scripts": {
24
"start": "react-scripts start",
0 commit comments