Skip to content

Commit 10c9060

Browse files
committed
chore: update deps
1 parent 25eb864 commit 10c9060

File tree

3 files changed

+88
-191
lines changed

3 files changed

+88
-191
lines changed

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"markdown-it-prism": "^2.2.4",
1717
"prismjs": "^1.28.0",
1818
"typescript": "^4.7.4",
19-
"vite": "^2.9.12",
20-
"vite-plugin-inspect": "^0.5.0",
21-
"vite-plugin-pages": "^0.24.2",
19+
"vite": "^2.9.13",
20+
"vite-plugin-inspect": "^0.5.1",
21+
"vite-plugin-pages": "^0.24.3",
2222
"vite-plugin-vue-markdown": "workspace:*"
2323
}
2424
}

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@
33
"version": "0.1.1",
44
"packageManager": "[email protected]",
55
"description": "Compile Markdown to Vue component",
6-
"keywords": [
7-
"vite",
8-
"vite-plugin",
9-
"markdown-it"
10-
],
6+
"author": "Anthony Fu <[email protected]>",
117
"license": "MIT",
8+
"funding": "https://github.com/sponsors/antfu",
9+
"homepage": "https://github.com/antfu/vite-plugin-vue-markdown",
1210
"repository": {
1311
"type": "git",
1412
"url": "https://github.com/antfu/vite-plugin-vue-markdown"
1513
},
16-
"funding": "https://github.com/sponsors/antfu",
17-
"author": "Anthony Fu <[email protected]>",
18-
"files": [
19-
"dist"
14+
"bugs": "https://github.com/antfu/vite-plugin-vue-markdown/issues",
15+
"keywords": [
16+
"vite",
17+
"vite-plugin",
18+
"markdown-it"
2019
],
21-
"main": "./dist/index.js",
22-
"module": "./dist/index.mjs",
2320
"exports": {
2421
".": {
25-
"import": "./dist/index.mjs",
26-
"require": "./dist/index.js"
22+
"require": "./dist/index.js",
23+
"import": "./dist/index.mjs"
2724
}
2825
},
26+
"main": "./dist/index.js",
27+
"module": "./dist/index.mjs",
2928
"types": "./dist/index.d.ts",
30-
"homepage": "https://github.com/antfu/vite-plugin-vue-markdown",
31-
"bugs": "https://github.com/antfu/vite-plugin-vue-markdown/issues",
29+
"files": [
30+
"dist"
31+
],
3232
"scripts": {
3333
"dev": "npm run build -- --watch",
3434
"example:dev": "cp README.md example/README.md && npm -C example run dev",
@@ -51,16 +51,16 @@
5151
"markdown-it": "^13.0.1"
5252
},
5353
"devDependencies": {
54-
"@antfu/eslint-config": "^0.25.1",
55-
"@antfu/ni": "^0.16.2",
54+
"@antfu/eslint-config": "^0.25.2",
55+
"@antfu/ni": "^0.16.3",
5656
"@types/node": "^18.0.0",
5757
"@vue/test-utils": "^2.0.1",
58-
"bumpp": "^8.2.0",
58+
"bumpp": "^8.2.1",
5959
"eslint": "^8.18.0",
60-
"rollup": "^2.75.6",
60+
"rollup": "^2.75.7",
6161
"tsup": "^6.1.2",
6262
"typescript": "^4.7.4",
63-
"vite": "^2.9.12",
64-
"vitest": "^0.15.1"
63+
"vite": "^2.9.13",
64+
"vitest": "^0.16.0"
6565
}
6666
}

0 commit comments

Comments
 (0)