|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "vite",
|
8 | 8 | "build": "run-p type-check build-only",
|
9 |
| - "preview": "vite preview --port 4173", |
| 9 | + "preview": "vite preview", |
10 | 10 | "build-only": "vite build",
|
11 |
| - "type-check": "vue-tsc --noEmit", |
| 11 | + "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", |
12 | 12 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
13 | 13 | "postinstall": "npm run copy-eval-license",
|
14 |
| - "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.5.0.4-Evaluation/lib/license.json','./src/license.json')\"" |
| 14 | + "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6-Evaluation/lib/license.json','./src/license.json')\"" |
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "vue": "^3.2.37", |
18 |
| - "yfiles": "../yFiles-for-HTML-Complete-2.5.0.4-Evaluation/lib-dev/yfiles-25.0.4+eval-dev.tgz" |
| 17 | + "vue": "^3.3.4", |
| 18 | + "yfiles": "../yFiles-for-HTML-Complete-2.6-Evaluation/lib-dev/yfiles-26.0.0+eval-dev.tgz" |
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@rushstack/eslint-patch": "^1.1.0", |
22 |
| - "@types/node": "^16.11.45", |
23 |
| - "@vitejs/plugin-vue": "^3.0.1", |
24 |
| - "@vue/eslint-config-typescript": "^11.0.0", |
25 |
| - "@vue/tsconfig": "^0.1.3", |
26 |
| - "eslint": "^8.5.0", |
27 |
| - "eslint-plugin-vue": "^9.0.0", |
| 21 | + "@rushstack/eslint-patch": "^1.2.0", |
| 22 | + "@tsconfig/node18": "^2.0.1", |
| 23 | + "@types/node": "^18.16.17", |
| 24 | + "@vitejs/plugin-vue": "^4.2.3", |
| 25 | + "@vue/eslint-config-typescript": "^11.0.3", |
| 26 | + "@vue/tsconfig": "^0.4.0", |
| 27 | + "eslint": "^8.39.0", |
| 28 | + "eslint-plugin-vue": "^9.11.0", |
28 | 29 | "npm-run-all": "^4.1.5",
|
29 |
| - "typescript": "~4.7.4", |
30 |
| - "vite": "^3.0.1", |
31 |
| - "vue-tsc": "^0.38.8" |
| 30 | + "typescript": "~5.1.6", |
| 31 | + "vite": "^4.3.9", |
| 32 | + "vue-tsc": "^1.8.1" |
32 | 33 | }
|
33 | 34 | }
|
0 commit comments