Skip to content

Commit

Permalink
fix(react-vite): add missing peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Nov 10, 2023
1 parent 8edd693 commit 73cf374
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion react-vite/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@testing-library/dom": ">=7.21.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
Expand All @@ -34,8 +35,9 @@
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"jsdom": "^22.1.0",
"terser": "^5.4.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.2"
}
}
}

0 comments on commit 73cf374

Please sign in to comment.