|
4 | 4 | "author": "yWorks GmbH <[email protected]>",
|
5 | 5 | "private": true,
|
6 | 6 | "dependencies": {
|
7 |
| - "@testing-library/jest-dom": "^5.11.6", |
8 |
| - "@testing-library/react": "^11.2.2", |
9 |
| - "@testing-library/user-event": "^12.6.0", |
10 |
| - "react": "^17.0.1", |
11 |
| - "react-dom": "^17.0.1", |
12 |
| - "react-scripts": "4.0.1", |
13 |
| - "yfiles": "../yFiles-for-HTML-Complete-2.3.0.4-Evaluation/lib-dev/es-modules/yfiles-23.0.4-eval-dev.tgz" |
| 7 | + "@testing-library/jest-dom": "^5.14.1", |
| 8 | + "@testing-library/react": "^12.0.0", |
| 9 | + "@testing-library/user-event": "^13.1.9", |
| 10 | + "react": "^17.0.2", |
| 11 | + "react-dom": "^17.0.2", |
| 12 | + "react-scripts": "4.0.3", |
| 13 | + "web-vitals": "^2.0.1", |
| 14 | + "yfiles": "../yFiles-for-HTML-Complete-2.4.0.0-Evaluation/lib-dev/es-modules/yfiles-24.0.0-eval-dev.tgz" |
14 | 15 | },
|
15 | 16 | "scripts": {
|
16 |
| - "preinstall": "cd ../yFiles-for-HTML-Complete-2.3.0.4-Evaluation && npm run prepare-package", |
17 |
| - "postinstall": " node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.3.0.4-Evaluation/lib/license.json','./src/license.json')\"", |
| 17 | + "preinstall": "cd ../yFiles-for-HTML-Complete-2.4.0.0-Evaluation && npm run prepare-package", |
| 18 | + "postinstall": " node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.4.0.0-Evaluation/lib/license.json','./src/license.json')\"", |
18 | 19 | "start": "react-scripts --expose-gc --max-old-space-size=8192 start",
|
19 | 20 | "build": "react-scripts --expose-gc --max-old-space-size=8192 build",
|
20 | 21 | "eject": "react-scripts eject"
|
|
0 commit comments