Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 26, 2022
1 parent 1be65dc commit 69ee7f8
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 466 deletions.
12 changes: 6 additions & 6 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-vue-markdown:* vite build"
},
"dependencies": {
"@vueuse/head": "^0.7.6",
"@vueuse/head": "^0.7.7",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
"vue-router": "^4.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"markdown-it-prism": "^2.2.4",
"prismjs": "^1.28.0",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite-plugin-inspect": "^0.5.1",
"vite-plugin-pages": "^0.24.3",
"vite": "^3.0.3",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-vue-markdown": "workspace:*"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@antfu/ni": "^0.16.3",
"@types/node": "^18.0.0",
"@vue/test-utils": "^2.0.1",
"@antfu/ni": "^0.17.2",
"@types/node": "^18.6.1",
"@vue/test-utils": "^2.0.2",
"bumpp": "^8.2.1",
"eslint": "^8.18.0",
"rollup": "^2.75.7",
"tsup": "^6.1.2",
"eslint": "^8.20.0",
"rollup": "^2.77.0",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vitest": "^0.16.0"
"vite": "^3.0.3",
"vitest": "^0.19.1"
}
}
Loading

0 comments on commit 69ee7f8

Please sign in to comment.