|
1 | 1 | {
|
2 | 2 | "name": "yfiles-react-integration-basic",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "1.0.0", |
4 | 4 | "author": "yWorks GmbH <[email protected]>",
|
5 | 5 | "private": true,
|
6 | 6 | "dependencies": {
|
7 |
| - "@testing-library/jest-dom": "^5.9.0", |
8 |
| - "@testing-library/react": "^10.0.6", |
9 |
| - "@testing-library/user-event": "^11.0.0", |
10 |
| - "react": "^16.13.1", |
11 |
| - "react-dom": "^16.13.1", |
12 |
| - "react-scripts": "3.4.1", |
13 |
| - "yfiles": "../yFiles-for-HTML-Complete-2.3.0.3-Evaluation/lib-dev/es-modules/yfiles-23.0.2-eval-dev.tgz" |
| 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" |
14 | 14 | },
|
15 | 15 | "scripts": {
|
16 |
| - "preinstall": "cd ../yFiles-for-HTML-Complete-2.3.0.3-Evaluation && npm run prepare-package", |
17 |
| - "postinstall": " node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.3.0.3-Evaluation/lib/license.json','./src/license.json')\"", |
18 |
| - "start": "react-scripts start", |
19 |
| - "build": "react-scripts build", |
| 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')\"", |
| 18 | + "start": "react-scripts --expose-gc --max-old-space-size=8192 start", |
| 19 | + "build": "react-scripts --expose-gc --max-old-space-size=8192 build", |
20 | 20 | "eject": "react-scripts eject"
|
21 | 21 | },
|
22 | 22 | "eslintConfig": {
|
|
0 commit comments