Skip to content

Commit aec401d

Browse files
author
hojas
committed
chore(deps): upgrade deps
1 parent 96924ea commit aec401d

File tree

3 files changed

+7323
-5547
lines changed

3 files changed

+7323
-5547
lines changed

package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-mermaid-render",
33
"type": "module",
44
"version": "0.1.4",
5-
"packageManager": "pnpm@8.15.6",
5+
"packageManager": "pnpm@9.0.6",
66
"license": "MIT",
77
"repository": "hojas/vue-mermaid-render",
88
"bugs": "https://github.com/hojas/vue-mermaid-render/issues",
@@ -27,7 +27,6 @@
2727
"dist"
2828
],
2929
"scripts": {
30-
"dev": "node ./scripts/dev.cjs",
3130
"dev:vue": "node ./scripts/dev.cjs --demo=vue",
3231
"dev:nuxt": "node ./scripts/dev.cjs --demo=nuxt",
3332
"build": "node ./scripts/build.cjs",
@@ -39,20 +38,20 @@
3938
"mermaid": "^10.9.0"
4039
},
4140
"devDependencies": {
42-
"@antfu/eslint-config": "^2.13.3",
43-
"@commitlint/cli": "^19.2.1",
44-
"@commitlint/config-conventional": "^19.1.0",
45-
"@types/node": "^20.12.7",
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",
4645
"@vitejs/plugin-vue": "^5.0.4",
4746
"commitizen": "^4.3.0",
4847
"cz-conventional-changelog": "^3.3.0",
49-
"eslint": "^9.0.0",
48+
"eslint": "^9.2.0",
5049
"husky": "^9.0.11",
5150
"lint-staged": "^15.2.2",
5251
"shelljs": "^0.8.5",
5352
"typescript": "^5.4.5",
54-
"vite": "^5.2.8",
55-
"vue": "^3.4.21",
56-
"vue-tsc": "^2.0.13"
53+
"vite": "^5.2.11",
54+
"vue": "^3.4.26",
55+
"vue-tsc": "^2.0.16"
5756
}
5857
}

packages/nuxt-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-demo",
3-
"private": true,
43
"type": "module",
4+
"private": true,
55
"scripts": {
66
"build": "nuxt build",
77
"dev": "nuxt dev",

0 commit comments

Comments
 (0)