|
16 | 16 | "@reduxjs/toolkit": "^1.4.0",
|
17 | 17 | "react": "^16.13.1",
|
18 | 18 | "react-dom": "^16.13.1",
|
19 |
| - "react-flow-renderer": "^4.8.0", |
| 19 | + "react-flow-renderer": "^4.9.2", |
| 20 | + "react-hotkeys": "^2.0.0", |
20 | 21 | "react-redux": "^7.2.1",
|
21 |
| - "react-scripts": "3.4.1" |
| 22 | + "react-scripts": "3.4.1", |
| 23 | + "react-toastify": "^6.0.8" |
22 | 24 | },
|
23 | 25 | "devDependencies": {
|
24 | 26 | "@testing-library/jest-dom": "^5.11.2",
|
25 | 27 | "@testing-library/react": "^10.4.7",
|
26 |
| - "@testing-library/user-event": "^12.0.17", |
27 |
| - "@types/jest": "^26.0.7", |
| 28 | + "@testing-library/user-event": "^12.1.0", |
| 29 | + "@types/jest": "^26.0.8", |
28 | 30 | "@types/node": "^14.0.27",
|
29 |
| - "@types/react": "^16.9.43", |
| 31 | + "@types/react": "^16.9.44", |
30 | 32 | "@types/react-dom": "^16.9.8",
|
31 | 33 | "@types/react-redux": "^7.1.9",
|
32 | 34 | "cross-env": "^7.0.2",
|
|
36 | 38 | "typescript": "~3.9.7"
|
37 | 39 | },
|
38 | 40 | "scripts": {
|
39 |
| - "start": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts start", |
| 41 | + "start": "cross-env REACT_APP_VERSION=$npm_package_version PORT=3333 react-scripts start", |
40 | 42 | "build": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts build",
|
41 | 43 | "test": "react-scripts test",
|
42 | 44 | "eject": "react-scripts eject"
|
|
0 commit comments