Skip to content

Commit

Permalink
chore(back): override vite@<5.0.12 with vite@>=5.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Jan 28, 2024
1 parent 923084c commit 3bb0138
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
8 changes: 8 additions & 0 deletions back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,13 @@
"strapi": {},
"devDependencies": {
"prop-types": "^15.8.1"
},
"overrides": {
"vite": "^4.5.2"
},
"pnpm": {
"overrides": {
"vite@<5.0.12": ">=5.0.12"
}
}
}
21 changes: 12 additions & 9 deletions back/pnpm-lock.yaml

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

0 comments on commit 3bb0138

Please sign in to comment.