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 13, 2024
1 parent 4385471 commit 55cc2c2
Show file tree
Hide file tree
Showing 5 changed files with 1,705 additions and 1,308 deletions.
14 changes: 7 additions & 7 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"build": "cross-env DEBUG=unplugin-vue-markdown:* vite build"
},
"dependencies": {
"@unhead/vue": "^1.8.10",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
"@unhead/vue": "^1.9.5",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"cross-env": "^7.0.3",
"markdown-it-prism": "^2.3.0",
"prismjs": "^1.29.0",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"unplugin-vue-markdown": "workspace:*",
"vite": "^5.0.12",
"vite": "^5.2.8",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pages": "^0.32.0"
"vite-plugin-pages": "^0.32.1"
}
}
6 changes: 3 additions & 3 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.35.1",
"vue": "^3.4.15"
"core-js": "^3.36.1",
"vue": "^3.4.21"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.4",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"unplugin-vue-markdown": "workspace:*"
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-vue-markdown",
"type": "module",
"version": "0.26.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].6",
"description": "Compile Markdown to Vue component",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -84,26 +84,26 @@
"@rollup/pluginutils": "^5.1.0",
"@types/markdown-it": "^14.0.1",
"markdown-it": "^14.1.0",
"unplugin": "^1.6.0"
"unplugin": "^1.10.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@antfu/eslint-config": "^2.13.3",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@types/node": "^20.11.16",
"@unhead/vue": "^1.8.10",
"@vue/test-utils": "^2.4.4",
"bumpp": "^9.3.0",
"@types/node": "^20.12.7",
"@unhead/vue": "^1.9.5",
"@vue/test-utils": "^2.4.5",
"bumpp": "^9.4.0",
"chalk": "^5.3.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"eslint": "^9.0.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"rollup": "^4.9.6",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vue": "^3.4.15",
"webpack": "^5.90.1"
"rollup": "^4.14.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "^1.5.0",
"vue": "^3.4.21",
"webpack": "^5.91.0"
}
}
Loading

0 comments on commit 55cc2c2

Please sign in to comment.