|
1 | 1 | {
|
2 |
| - "name": "yfiles-vue-integration-basic", |
3 |
| - "version": "26.0.4", |
| 2 | + "name": "@yfiles/yfiles-vue-integration-basic", |
| 3 | + "version": "30.0.0", |
4 | 4 | "author": "yWorks GmbH <yfileshtml@yworks.com>",
|
5 | 5 | "private": true,
|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "vite",
|
8 |
| - "build": "run-p type-check build-only", |
9 | 8 | "preview": "vite preview",
|
10 |
| - "build-only": "vite build", |
11 |
| - "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", |
12 |
| - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
| 9 | + "build": "vite build", |
13 | 10 | "postinstall": "npm run copy-eval-license",
|
14 |
| - "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib/license.json','./src/license.json')\"" |
| 11 | + "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-3.0-Evaluation/lib/license.json','./src/license.json')\"" |
15 | 12 | },
|
16 | 13 | "dependencies": {
|
17 |
| - "vue": "^3.3.8", |
18 |
| - "yfiles": "../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib-dev/yfiles-26.0.4+eval-dev.tgz" |
| 14 | + "vue": "^3.5.13", |
| 15 | + "@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0-Evaluation/lib-dev/yfiles-30.0.0+eval-dev.tgz" |
19 | 16 | },
|
20 | 17 | "devDependencies": {
|
21 |
| - "@rushstack/eslint-patch": "^1.2.0", |
22 |
| - "@tsconfig/node18": "^18.2.2", |
23 |
| - "@types/node": "^20.9.4", |
24 |
| - "@vitejs/plugin-vue": "^4.5.0", |
25 |
| - "@vue/eslint-config-typescript": "^12.0.0", |
26 |
| - "@vue/tsconfig": "^0.4.0", |
27 |
| - "eslint": "^8.54.0", |
28 |
| - "eslint-plugin-vue": "^9.18.1", |
29 |
| - "npm-run-all": "^4.1.5", |
30 |
| - "typescript": "~5.3.2", |
31 |
| - "vite": "^5.0.4", |
32 |
| - "vue-tsc": "^1.8.22" |
| 18 | + "@vitejs/plugin-vue": "^5.2.1", |
| 19 | + "@vue/eslint-config-prettier": "^10.2.0", |
| 20 | + "@vue/tsconfig": "^0.7.0", |
| 21 | + "eslint": "^9.20.0", |
| 22 | + "eslint-plugin-vue": "^9.32.0", |
| 23 | + "typescript": "~5.7.3", |
| 24 | + "vite": "^6.1.0", |
| 25 | + "vue-tsc": "^2.2.0" |
33 | 26 | }
|
34 | 27 | }
|
0 commit comments