Skip to content

Commit

Permalink
fix(react-vite): add missing peer dependencies (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins authored Nov 14, 2023
1 parent 2e6114a commit 93bed6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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,6 +35,7 @@
"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"
Expand Down

0 comments on commit 93bed6d

Please sign in to comment.