Skip to content

Commit 9f638f7

Browse files
committed
feat: update deps
1 parent e170db6 commit 9f638f7

File tree

7 files changed

+1671
-1786
lines changed

7 files changed

+1671
-1786
lines changed

.npmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/vite/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22
"type": "module",
33
"private": true,
44
"scripts": {
5-
"dev": "cross-env DEBUG=unplugin-vue-markdown:* vite",
6-
"build": "cross-env DEBUG=unplugin-vue-markdown:* vite build"
5+
"dev": "DEBUG=unplugin-vue-markdown:* vite",
6+
"build": "DEBUG=unplugin-vue-markdown:* vite build"
77
},
88
"dependencies": {
9-
"@unhead/vue": "^2.0.11",
10-
"vue": "^3.5.17",
9+
"@unhead/vue": "^2.0.17",
10+
"vue": "^3.5.21",
1111
"vue-router": "^4.5.1"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^6.0.0",
15-
"cross-env": "^7.0.3",
14+
"@vitejs/plugin-vue": "^6.0.1",
1615
"markdown-it-prism": "^3.0.0",
1716
"prismjs": "^1.30.0",
18-
"typescript": "^5.8.3",
17+
"typescript": "^5.9.2",
1918
"unplugin-vue-markdown": "workspace:*",
20-
"vite": "^7.0.0",
21-
"vite-plugin-inspect": "^11.3.0",
19+
"vite": "^7.1.7",
20+
"vite-plugin-inspect": "^11.3.3",
2221
"vite-plugin-pages": "^0.33.1"
2322
}
2423
}

examples/vue-cli/jsconfig.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"module": "esnext",
4+
"lib": [
5+
"esnext",
6+
"dom",
7+
"dom.iterable",
8+
"scripthost"
9+
],
510
"baseUrl": "./",
11+
"module": "esnext",
612
"moduleResolution": "node",
713
"paths": {
814
"@/*": [
915
"src/*"
1016
]
11-
},
12-
"lib": [
13-
"esnext",
14-
"dom",
15-
"dom.iterable",
16-
"scripthost"
17-
]
17+
}
1818
}
1919
}

examples/vue-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.43.0",
12-
"vue": "^3.5.17"
11+
"core-js": "^3.45.1",
12+
"vue": "^3.5.21"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.27.7",
16-
"@vue/cli-plugin-babel": "~5.0.8",
17-
"@vue/cli-service": "~5.0.8",
15+
"@babel/core": "^7.28.4",
16+
"@vue/cli-plugin-babel": "~5.0.9",
17+
"@vue/cli-service": "~5.0.9",
1818
"unplugin-vue-markdown": "workspace:*"
1919
},
2020
"browserslist": [

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-markdown",
33
"type": "module",
44
"version": "29.1.0",
5-
"packageManager": "pnpm@10.12.4",
5+
"packageManager": "pnpm@10.17.1",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -81,34 +81,34 @@
8181
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0 || ^7.0.0"
8282
},
8383
"dependencies": {
84-
"@mdit-vue/plugin-component": "^2.1.4",
85-
"@mdit-vue/plugin-frontmatter": "^2.1.4",
86-
"@mdit-vue/types": "^2.1.4",
84+
"@mdit-vue/plugin-component": "^3.0.2",
85+
"@mdit-vue/plugin-frontmatter": "^3.0.2",
86+
"@mdit-vue/types": "^3.0.2",
8787
"@types/markdown-it": "^14.1.2",
8888
"markdown-it": "^14.1.0",
8989
"markdown-it-async": "^2.2.0",
90-
"unplugin": "^2.3.5",
91-
"unplugin-utils": "^0.2.4"
90+
"unplugin": "^2.3.10",
91+
"unplugin-utils": "^0.3.0"
9292
},
9393
"devDependencies": {
94-
"@antfu/eslint-config": "^4.16.1",
95-
"@antfu/ni": "^25.0.0",
96-
"@antfu/utils": "^9.2.0",
97-
"@types/node": "^24.0.7",
98-
"@unhead/vue": "^2.0.11",
94+
"@antfu/eslint-config": "^5.4.1",
95+
"@antfu/ni": "^26.0.1",
96+
"@antfu/utils": "^9.2.1",
97+
"@types/node": "^24.5.2",
98+
"@unhead/vue": "^2.0.17",
9999
"@vue/test-utils": "^2.4.6",
100100
"ansis": "^4.1.0",
101-
"bumpp": "^10.2.0",
102-
"eslint": "^9.30.0",
101+
"bumpp": "^10.2.3",
102+
"eslint": "^9.36.0",
103103
"fast-glob": "^3.3.3",
104-
"rollup": "^4.44.1",
104+
"rollup": "^4.52.2",
105105
"tsup": "^8.5.0",
106-
"tsx": "^4.20.3",
107-
"typescript": "^5.8.3",
108-
"vite": "^7.0.0",
106+
"tsx": "^4.20.5",
107+
"typescript": "^5.9.2",
108+
"vite": "^7.1.7",
109109
"vitest": "^3.2.4",
110-
"vue": "^3.5.17",
111-
"webpack": "^5.99.9"
110+
"vue": "^3.5.21",
111+
"webpack": "^5.101.3"
112112
},
113113
"pnpm": {
114114
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)