Skip to content

Commit bb5ecc3

Browse files
committed
chore: cleanup deps
1 parent a6ff6b2 commit bb5ecc3

File tree

7 files changed

+1287
-1239
lines changed

7 files changed

+1287
-1239
lines changed

examples/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "cross-env DEBUG=unplugin-vue-markdown:* vite build"
77
},
88
"dependencies": {
9-
"@unhead/vue": "^1.11.18",
9+
"@unhead/vue": "^1.11.19",
1010
"vue": "^3.5.13",
1111
"vue-router": "^4.5.0"
1212
},
@@ -17,8 +17,8 @@
1717
"prismjs": "^1.29.0",
1818
"typescript": "^5.7.3",
1919
"unplugin-vue-markdown": "workspace:*",
20-
"vite": "^6.0.11",
21-
"vite-plugin-inspect": "^10.1.0",
20+
"vite": "^6.1.0",
21+
"vite-plugin-inspect": "^10.2.1",
2222
"vite-plugin-pages": "^0.32.4"
2323
}
2424
}

examples/vue-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vue": "^3.5.13"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.26.7",
15+
"@babel/core": "^7.26.9",
1616
"@vue/cli-plugin-babel": "~5.0.8",
1717
"@vue/cli-service": "~5.0.8",
1818
"unplugin-vue-markdown": "workspace:*"

package.json

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-markdown",
33
"type": "module",
44
"version": "28.3.0",
5-
"packageManager": "pnpm@9.15.4",
5+
"packageManager": "pnpm@10.4.1",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -67,7 +67,7 @@
6767
"example:dev": "npm -C examples/vite run dev",
6868
"example:build": "npm -C examples/vite run build",
6969
"build": "tsup",
70-
"build:fix": "esno scripts/postbuild.ts",
70+
"build:fix": "tsx scripts/postbuild.ts",
7171
"test": "vitest",
7272
"test:update": "vitest -u",
7373
"lint": "eslint .",
@@ -81,30 +81,36 @@
8181
"@mdit-vue/plugin-component": "^2.1.3",
8282
"@mdit-vue/plugin-frontmatter": "^2.1.3",
8383
"@mdit-vue/types": "^2.1.0",
84-
"@rollup/pluginutils": "^5.1.4",
8584
"@types/markdown-it": "^14.1.2",
8685
"markdown-it": "^14.1.0",
8786
"markdown-it-async": "^2.0.0",
88-
"unplugin": "^2.1.2"
87+
"unplugin": "^2.2.0",
88+
"unplugin-utils": "^0.2.4"
8989
},
9090
"devDependencies": {
91-
"@antfu/eslint-config": "^4.1.0",
92-
"@antfu/ni": "^23.3.0",
93-
"@antfu/utils": "^8.1.0",
94-
"@types/node": "^22.12.0",
95-
"@unhead/vue": "^1.11.18",
91+
"@antfu/eslint-config": "^4.3.0",
92+
"@antfu/ni": "^23.3.1",
93+
"@antfu/utils": "^9.1.0",
94+
"@types/node": "^22.13.4",
95+
"@unhead/vue": "^1.11.19",
9696
"@vue/test-utils": "^2.4.6",
97-
"bumpp": "^10.0.1",
98-
"chalk": "^5.4.1",
99-
"eslint": "^9.19.0",
100-
"esno": "^4.8.0",
97+
"ansis": "^3.15.0",
98+
"bumpp": "^10.0.3",
99+
"eslint": "^9.20.1",
101100
"fast-glob": "^3.3.3",
102-
"rollup": "^4.32.1",
101+
"rollup": "^4.34.8",
103102
"tsup": "^8.3.6",
103+
"tsx": "^4.19.2",
104104
"typescript": "^5.7.3",
105-
"vite": "^6.0.11",
106-
"vitest": "^3.0.4",
105+
"vite": "^6.1.0",
106+
"vitest": "^3.0.5",
107107
"vue": "^3.5.13",
108-
"webpack": "^5.97.1"
108+
"webpack": "^5.98.0"
109+
},
110+
"pnpm": {
111+
"onlyBuiltDependencies": [
112+
"core-js",
113+
"esbuild"
114+
]
109115
}
110116
}

0 commit comments

Comments
 (0)