|
1 | 1 | {
|
2 | 2 | "name": "yfiles-vue-integration-basic",
|
3 |
| - "version": "26.0.2", |
| 3 | + "version": "26.0.3", |
4 | 4 | "author": "yWorks GmbH <yfileshtml@yworks.com>",
|
5 | 5 | "private": true,
|
6 | 6 | "scripts": {
|
|
11 | 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.6.0.2-Evaluation/lib/license.json','./src/license.json')\"" |
| 14 | + "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6.0.3-Evaluation/lib/license.json','./src/license.json')\"" |
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "vue": "^3.3.4", |
18 |
| - "yfiles": "../yFiles-for-HTML-Complete-2.6.0.2-Evaluation/lib-dev/yfiles-26.0.2+eval-dev.tgz" |
| 17 | + "vue": "^3.3.8", |
| 18 | + "yfiles": "../yFiles-for-HTML-Complete-2.6.0.3-Evaluation/lib-dev/yfiles-26.0.3+eval-dev.tgz" |
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 | 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", |
| 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 | 26 | "@vue/tsconfig": "^0.4.0",
|
27 |
| - "eslint": "^8.39.0", |
28 |
| - "eslint-plugin-vue": "^9.11.0", |
| 27 | + "eslint": "^8.54.0", |
| 28 | + "eslint-plugin-vue": "^9.18.1", |
29 | 29 | "npm-run-all": "^4.1.5",
|
30 |
| - "typescript": "~5.1.6", |
31 |
| - "vite": "^4.3.9", |
32 |
| - "vue-tsc": "^1.8.1" |
| 30 | + "typescript": "~5.3.2", |
| 31 | + "vite": "^5.0.4", |
| 32 | + "vue-tsc": "^1.8.22" |
33 | 33 | }
|
34 | 34 | }
|
0 commit comments