Skip to content

Commit ea2a2d4

Browse files
committed
Update for yFiles for HTML 2.3.0.4
1 parent 3af2cf2 commit ea2a2d4

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SKIP_PREFLIGHT_CHECK=true

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "yfiles-react-integration-basic",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"author": "yWorks GmbH <[email protected]>",
55
"private": true,
66
"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"
1414
},
1515
"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",
2020
"eject": "react-scripts eject"
2121
},
2222
"eslintConfig": {

0 commit comments

Comments
 (0)