Skip to content

Commit

Permalink
fix: version vite - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Dec 4, 2023
1 parent 3542e22 commit cdad3c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@types/express": "^4.17.21",
"@types/express": ">=4.17.21",
"react-dom": ">=18.2.0",
"react-router-dom": ">=6.12.1",
"vite": "^4.5.0"
"vite": ">=4.4.6 <= 5"
},
"bin": {
"ssr-boost": "cli.js"
Expand Down

0 comments on commit cdad3c2

Please sign in to comment.