Skip to content

Commit

Permalink
fix: do not bundle deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 4, 2024
1 parent 1d50d00 commit 8b7b538
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,17 @@
"shiki": "^1.1.6",
"vue": "^3.4.0"
},
"peerDependenciesMeta": {
"shiki": {
"optional": true
},
"vue": {
"optional": true
}
},
"dependencies": {
"@vue/shared": "^3.4.19"
"diff-match-patch-es": "^0.1.0",
"ohash": "^1.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
Expand All @@ -86,11 +95,9 @@
"@unocss/reset": "^0.58.5",
"@vueuse/core": "^10.9.0",
"bumpp": "^9.3.0",
"diff-match-patch-es": "^0.1.0",
"eslint": "^8.57.0",
"esno": "^4.0.0",
"lint-staged": "^15.2.2",
"ohash": "^1.1.3",
"pnpm": "^8.15.4",
"rimraf": "^5.0.5",
"shiki": "^1.1.7",
Expand Down
18 changes: 7 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b7b538

Please sign in to comment.