vite-plugin-react-markdown
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "vite-plugin-react-markdown", | ||
"type": "module", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"packageManager": "pnpm@7.9.0", | ||
@@ -53,2 +53,4 @@ "description": "", | ||
"@antfu/utils": "^0.5.2", | ||
"@types/babel__core": "^7.1.19", | ||
"@types/markdown-it": "^12.2.3", | ||
"@types/node": "^18.7.5", | ||
@@ -60,9 +62,7 @@ "bumpp": "^8.2.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.79.0", | ||
"typescript": "^4.7.4", | ||
"unbuild": "^0.8.8", | ||
"vite": "^3.0.7", | ||
"vitest": "^0.22.0", | ||
"@types/babel__core": "^7.1.19", | ||
"@types/markdown-it": "^12.2.3", | ||
"rollup": "^2.79.0" | ||
"vitest": "^0.22.0" | ||
}, | ||
@@ -73,9 +73,10 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@babel/core": "^7.19.0", | ||
"@babel/preset-react": "^7.18.6", | ||
"@rollup/pluginutils": "^4.2.1", | ||
"domhandler": "^5.0.3", | ||
"front-matter": "^4.0.2", | ||
"htmlparser2": "^8.0.1", | ||
"markdown-it": "^13.0.1", | ||
"@babel/core": "^7.19.0", | ||
"@babel/preset-react": "^7.18.6" | ||
"markdown-it": "^13.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10485
230
8
+ Addedfront-matter@^4.0.2
+ Addedargparse@1.0.10(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedfront-matter@4.0.2(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedsprintf-js@1.0.3(transitive)