Skip to content

Commit

Permalink
fix: fix util function build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mirari committed Jan 3, 2024
1 parent 2ba2f1e commit bfde730
Show file tree
Hide file tree
Showing 6 changed files with 579 additions and 1,004 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
},
"homepage": "https://github.com/mirari/v-viewer#readme",
"dependencies": {
"lodash": "^4.17.21"
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"vue": "^2.0.0",
"viewerjs": "^1.9.0"
"viewerjs": "^1.9.0",
"vue": "^2.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.6.4",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/lodash-es": "^4.17.4",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.0",
"@vue/compiler-sfc": "^3.2.26",
Expand Down
Loading

0 comments on commit bfde730

Please sign in to comment.