Skip to content

Commit

Permalink
fix(utils): vue peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Dec 31, 2023
1 parent c0e3f69 commit 5e252eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"release": "pnpm build && pnpm bumpp --commit='version(utils): release %s' --no-tag && pnpm publish",
"clean": "rimraf ./dist && rimraf ./node_modules"
},
"dependencies": {
"vue": "3.4.1"
"peerDependencies": {
"vue": "^3.3.0"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down

0 comments on commit 5e252eb

Please sign in to comment.