Skip to content

Commit

Permalink
fix: move jest dom to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emnnipal committed Apr 22, 2022
1 parent 32cb000 commit cf2ef8d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 57 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"immer": "^9.0.12",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand All @@ -34,8 +36,6 @@
"@babel/preset-react": "^7.16.7",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.1",
Expand All @@ -59,4 +59,4 @@
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svgr": "^1.1.0"
}
}
}
Loading

0 comments on commit cf2ef8d

Please sign in to comment.