|
1 | 1 | {
|
2 | 2 | "name": "vue-mermaid-render",
|
3 | 3 | "type": "module",
|
4 |
| - "version": "0.1.4", |
5 |
| - "packageManager": "pnpm@9.0.6", |
| 4 | + "version": "0.2.0", |
| 5 | + "packageManager": "pnpm@9.14.2", |
6 | 6 | "license": "MIT",
|
7 | 7 | "repository": "hojas/vue-mermaid-render",
|
8 | 8 | "bugs": "https://github.com/hojas/vue-mermaid-render/issues",
|
|
35 | 35 | "prepare": "husky"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "mermaid": "^10.9.0" |
| 38 | + "mermaid": "^11.4.0" |
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@antfu/eslint-config": "^2.16.1", |
42 |
| - "@commitlint/cli": "^19.3.0", |
43 |
| - "@commitlint/config-conventional": "^19.2.2", |
44 |
| - "@types/node": "^20.12.8", |
45 |
| - "@vitejs/plugin-vue": "^5.0.4", |
46 |
| - "commitizen": "^4.3.0", |
| 41 | + "@antfu/eslint-config": "^3.9.2", |
| 42 | + "@commitlint/cli": "^19.6.0", |
| 43 | + "@commitlint/config-conventional": "^19.6.0", |
| 44 | + "@types/node": "^22.9.3", |
| 45 | + "@vitejs/plugin-vue": "^5.2.0", |
| 46 | + "commitizen": "^4.3.1", |
47 | 47 | "cz-conventional-changelog": "^3.3.0",
|
48 |
| - "eslint": "^9.2.0", |
49 |
| - "husky": "^9.0.11", |
50 |
| - "lint-staged": "^15.2.2", |
| 48 | + "eslint": "^9.15.0", |
| 49 | + "husky": "^9.1.7", |
| 50 | + "lint-staged": "^15.2.10", |
51 | 51 | "shelljs": "^0.8.5",
|
52 |
| - "typescript": "^5.4.5", |
53 |
| - "vite": "^5.2.11", |
54 |
| - "vue": "^3.4.26", |
55 |
| - "vue-tsc": "^2.0.16" |
| 52 | + "typescript": "^5.7.2", |
| 53 | + "vite": "^5.4.11", |
| 54 | + "vue": "^3.5.13", |
| 55 | + "vue-tsc": "^2.1.10" |
56 | 56 | }
|
57 | 57 | }
|
0 commit comments