Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 23, 2022
1 parent fd664e5 commit 0055efc
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 585 deletions.
20 changes: 10 additions & 10 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"build": "cross-env DEBUG=vite-plugin-md:* vite build"
},
"dependencies": {
"@vueuse/head": "^0.7.5",
"vue": "^3.2.31",
"@vueuse/head": "^0.7.6",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.2.31",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.33",
"cross-env": "^7.0.3",
"markdown-it-prism": "^2.2.3",
"prismjs": "^1.27.0",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-inspect": "^0.4.3",
"markdown-it-prism": "^2.2.4",
"prismjs": "^1.28.0",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "workspace:*",
"vite-plugin-pages": "^0.22.0"
"vite-plugin-pages": "^0.23.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@
"@types/markdown-it": "^12.2.3",
"@vue/runtime-core": "^3.2.33",
"gray-matter": "^4.0.3",
"markdown-it": "^12.3.2"
"markdown-it": "^13.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.18.9",
"@antfu/ni": "^0.13.2",
"@antfu/eslint-config": "^0.20.7",
"@antfu/ni": "^0.14.0",
"@types/node": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitest/ui": "^0.9.4",
"@vue/test-utils": "^2.0.0-rc.21",
"bumpp": "^7.1.1",
"eslint": "^8.13.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"fp-ts": "^2.12.0",
"happy-dom": "^2.55.0",
"rollup": "^2.70.2",
"tsup": "^5.12.6",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vite-plugin-pages": "^0.22.0",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-vue-layouts": "^0.6.0",
"vitest": "^0.9.4",
"vue": "^3.2.33",
Expand Down
Loading

0 comments on commit 0055efc

Please sign in to comment.