Skip to content

Commit

Permalink
fix: fix vue3 package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jun 19, 2024
1 parent 1525988 commit db56823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vue3-infinitegrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"sync-exec": "^0.6.2",
"typescript": "^4.5.0 <4.6.0",
"vue": "^3.2.4",
"vue-loader": "^16.5.0"
"vue-loader": "^16.5.0",
"cpx": "^1.5.0"
},
"dependencies": {
"@egjs/infinitegrid": "~4.11.1",
"cpx": "^1.5.0"
"@egjs/infinitegrid": "~4.11.1"
}
}

0 comments on commit db56823

Please sign in to comment.