|
1 | 1 | { |
2 | | - "name": "yfiles-react-integration-basic", |
3 | | - "version": "26.0.4", |
| 2 | + "name": "@yfiles/yfiles-react-integration-basic", |
| 3 | + "version": "30.0.0", |
4 | 4 | "author": "yWorks GmbH <[email protected]>", |
5 | 5 | "private": true, |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | 8 | "dev": "vite", |
9 | 9 | "build": "tsc && vite build", |
10 | | - "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
11 | 10 | "preview": "vite preview", |
12 | 11 | "postinstall": "npm run copy-eval-license", |
13 | | - "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib/license.json','./src/license.json')\"" |
| 12 | + "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-3.0-Evaluation/lib/license.json','./src/license.json')\"" |
14 | 13 | }, |
15 | 14 | "dependencies": { |
16 | | - "react": "^18.2.0", |
17 | | - "react-dom": "^18.2.0", |
18 | | - "yfiles": "../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib-dev/yfiles-26.0.4+eval-dev.tgz" |
| 15 | + "react": "^19.0.0", |
| 16 | + "react-dom": "^19.0.0", |
| 17 | + "@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0-Evaluation/lib-dev/yfiles-30.0.3+eval-dev.tgz" |
19 | 18 | }, |
20 | 19 | "devDependencies": { |
21 | | - "@types/react": "^18.2.38", |
22 | | - "@types/react-dom": "^18.2.17", |
23 | | - "@typescript-eslint/eslint-plugin": "^6.12.0", |
24 | | - "@typescript-eslint/parser": "^6.12.0", |
25 | | - "@vitejs/plugin-react": "^4.2.0", |
26 | | - "eslint": "^8.54.0", |
27 | | - "eslint-plugin-react-hooks": "^4.6.0", |
28 | | - "eslint-plugin-react-refresh": "^0.4.4", |
29 | | - "typescript": "~5.3.2", |
30 | | - "vite": "^5.0.4" |
| 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.2", |
| 29 | + "typescript-eslint": "^8.22.0", |
| 30 | + "vite": "^6.1.0" |
31 | 31 | } |
32 | 32 | } |
0 commit comments