|
1 | 1 | { |
2 | 2 | "name": "@yfiles/yfiles-react-integration-basic", |
3 | | - "version": "30.0.3", |
| 3 | + "version": "30.0.4", |
4 | 4 | "author": "yWorks GmbH <[email protected]>", |
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.3-Evaluation/lib/license.json','./src/license.json')\"" |
| 12 | + "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-3.0.0.4-Evaluation/lib/license.json','./src/license.json')\"" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | 15 | "react": "^19.1.1", |
16 | 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" |
| 17 | + "@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0.0.4-Evaluation/lib/yfiles-30.0.4+eval-dev.tgz" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | 20 | "@eslint/js": "^9.32.0", |
21 | 21 | "@types/react": "^19.1.9", |
22 | 22 | "@types/react-dom": "^19.1.7", |
23 | | - "@vitejs/plugin-react": "^4.7.0", |
| 23 | + "@vitejs/plugin-react": "^5.0.4", |
24 | 24 | "eslint": "^9.32.0", |
25 | 25 | "eslint-plugin-react-hooks": "^5.2.0", |
26 | 26 | "eslint-plugin-react-refresh": "^0.4.20", |
27 | 27 | "globals": "^16.3.0", |
28 | | - "typescript": "~5.8.3", |
| 28 | + "typescript": "~5.9.0", |
29 | 29 | "typescript-eslint": "^8.39.0", |
30 | | - "vite": "^7.0.6" |
| 30 | + "vite": "^7.1.0" |
31 | 31 | } |
32 | 32 | } |
0 commit comments