Skip to content

Commit 55cc2c2

Browse files
committed
chore: update deps
1 parent 4385471 commit 55cc2c2

File tree

5 files changed

+1705
-1308
lines changed

5 files changed

+1705
-1308
lines changed

examples/vite/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"build": "cross-env DEBUG=unplugin-vue-markdown:* vite build"
77
},
88
"dependencies": {
9-
"@unhead/vue": "^1.8.10",
10-
"vue": "^3.4.15",
11-
"vue-router": "^4.2.5"
9+
"@unhead/vue": "^1.9.5",
10+
"vue": "^3.4.21",
11+
"vue-router": "^4.3.0"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^5.0.3",
14+
"@vitejs/plugin-vue": "^5.0.4",
1515
"cross-env": "^7.0.3",
1616
"markdown-it-prism": "^2.3.0",
1717
"prismjs": "^1.29.0",
18-
"typescript": "^5.3.3",
18+
"typescript": "^5.4.5",
1919
"unplugin-vue-markdown": "workspace:*",
20-
"vite": "^5.0.12",
20+
"vite": "^5.2.8",
2121
"vite-plugin-inspect": "^0.8.3",
22-
"vite-plugin-pages": "^0.32.0"
22+
"vite-plugin-pages": "^0.32.1"
2323
}
2424
}

examples/vue-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.35.1",
12-
"vue": "^3.4.15"
11+
"core-js": "^3.36.1",
12+
"vue": "^3.4.21"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.23.9",
15+
"@babel/core": "^7.24.4",
1616
"@vue/cli-plugin-babel": "~5.0.8",
1717
"@vue/cli-service": "~5.0.8",
1818
"unplugin-vue-markdown": "workspace:*"

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-markdown",
33
"type": "module",
44
"version": "0.26.0",
5-
"packageManager": "pnpm@8.15.1",
5+
"packageManager": "pnpm@8.15.6",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -84,26 +84,26 @@
8484
"@rollup/pluginutils": "^5.1.0",
8585
"@types/markdown-it": "^14.0.1",
8686
"markdown-it": "^14.1.0",
87-
"unplugin": "^1.6.0"
87+
"unplugin": "^1.10.1"
8888
},
8989
"devDependencies": {
90-
"@antfu/eslint-config": "^2.6.3",
90+
"@antfu/eslint-config": "^2.13.3",
9191
"@antfu/ni": "^0.21.12",
9292
"@antfu/utils": "^0.7.7",
93-
"@types/node": "^20.11.16",
94-
"@unhead/vue": "^1.8.10",
95-
"@vue/test-utils": "^2.4.4",
96-
"bumpp": "^9.3.0",
93+
"@types/node": "^20.12.7",
94+
"@unhead/vue": "^1.9.5",
95+
"@vue/test-utils": "^2.4.5",
96+
"bumpp": "^9.4.0",
9797
"chalk": "^5.3.0",
98-
"eslint": "^8.56.0",
99-
"esno": "^4.0.0",
98+
"eslint": "^9.0.0",
99+
"esno": "^4.7.0",
100100
"fast-glob": "^3.3.2",
101-
"rollup": "^4.9.6",
102-
"tsup": "^8.0.1",
103-
"typescript": "^5.3.3",
104-
"vite": "^5.0.12",
105-
"vitest": "^1.2.2",
106-
"vue": "^3.4.15",
107-
"webpack": "^5.90.1"
101+
"rollup": "^4.14.2",
102+
"tsup": "^8.0.2",
103+
"typescript": "^5.4.5",
104+
"vite": "^5.2.8",
105+
"vitest": "^1.5.0",
106+
"vue": "^3.4.21",
107+
"webpack": "^5.91.0"
108108
}
109109
}

0 commit comments

Comments
 (0)