Skip to content

Commit

Permalink
chore: pnpm overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed May 18, 2023
1 parent 659fa23 commit 590c6c0
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 99 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@
"vitest": "^0.31.0",
"vue": "^3.3.2"
},
"overrides": {
"vue": "3.3.2",
"vite": "4.3.5"
"pnpm": {
"overrides": {
"vue": "3.3.2",
"vite": "4.3.5"
}
}
}
}

Check failure on line 75 in package.json

View workflow job for this annotation

GitHub Actions / 📚 Main (ubuntu-latest)

Newline required at end of file but not found
Loading

0 comments on commit 590c6c0

Please sign in to comment.