Skip to content

Commit 8b2c266

Browse files
committed
chore(deps): upgrade deps
1 parent aec401d commit 8b2c266

File tree

3 files changed

+4328
-3398
lines changed

3 files changed

+4328
-3398
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vue-mermaid-render",
33
"type": "module",
4-
"version": "0.1.4",
5-
"packageManager": "pnpm@9.0.6",
4+
"version": "0.2.0",
5+
"packageManager": "pnpm@9.14.2",
66
"license": "MIT",
77
"repository": "hojas/vue-mermaid-render",
88
"bugs": "https://github.com/hojas/vue-mermaid-render/issues",
@@ -35,23 +35,23 @@
3535
"prepare": "husky"
3636
},
3737
"dependencies": {
38-
"mermaid": "^10.9.0"
38+
"mermaid": "^11.4.0"
3939
},
4040
"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",
4747
"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",
5151
"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"
5656
}
5757
}

packages/nuxt-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"nuxt": "^3.11.2",
13+
"nuxt": "^3.14.1592",
1414
"vue": "*",
1515
"vue-mermaid-render": "workspace:*"
1616
}

0 commit comments

Comments
 (0)