|
1 | 1 | {
|
2 | 2 | "name": "@yfiles/yfiles-react-integration-basic",
|
3 |
| - "version": "30.0.1", |
| 3 | + "version": "30.0.3", |
4 | 4 | "author": "yWorks GmbH <yfileshtml@yworks.com>",
|
5 | 5 | "private": true,
|
6 | 6 | "type": "module",
|
|
9 | 9 | "build": "tsc && vite build",
|
10 | 10 | "preview": "vite preview",
|
11 | 11 | "postinstall": "npm run copy-eval-license",
|
12 |
| - "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-3.0.0.1-Evaluation/lib/license.json','./src/license.json')\"" |
| 12 | + "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-3.0.0.3-Evaluation/lib/license.json','./src/license.json')\"" |
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "react": "^19.0.0", |
16 |
| - "react-dom": "^19.0.0", |
17 |
| - "@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0.0.1-Evaluation/lib/yfiles-30.0.1+eval-dev.tgz" |
| 15 | + "react": "^19.1.1", |
| 16 | + "react-dom": "^19.1.1", |
| 17 | + "@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0.0.3-Evaluation/lib/yfiles-30.0.3+eval-dev.tgz" |
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 |
| - "@eslint/js": "^9.19.0", |
21 |
| - "@types/react": "^19.0.8", |
22 |
| - "@types/react-dom": "^19.0.3", |
23 |
| - "@vitejs/plugin-react": "^4.3.4", |
24 |
| - "eslint": "^9.19.0", |
25 |
| - "eslint-plugin-react-hooks": "^5.0.0", |
26 |
| - "eslint-plugin-react-refresh": "^0.4.18", |
27 |
| - "globals": "^15.14.0", |
28 |
| - "typescript": "~5.7.3", |
29 |
| - "typescript-eslint": "^8.22.0", |
30 |
| - "vite": "^6.2.0" |
| 20 | + "@eslint/js": "^9.32.0", |
| 21 | + "@types/react": "^19.1.9", |
| 22 | + "@types/react-dom": "^19.1.7", |
| 23 | + "@vitejs/plugin-react": "^4.7.0", |
| 24 | + "eslint": "^9.32.0", |
| 25 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 26 | + "eslint-plugin-react-refresh": "^0.4.20", |
| 27 | + "globals": "^16.3.0", |
| 28 | + "typescript": "~5.8.3", |
| 29 | + "typescript-eslint": "^8.39.0", |
| 30 | + "vite": "^7.0.6" |
31 | 31 | }
|
32 | 32 | }
|
0 commit comments