Skip to content

Commit

Permalink
fix: resolve react and react-dom dependency conflicts (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limegrass authored Jan 4, 2024
1 parent 18bb87e commit 38041ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
"format:check": "prettier . --check",
"ci": "pnpm run lint && pnpm run format:check && CI=true pnpm run test:coverage && pnpm run build"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "^14.0.0",
Expand Down
19 changes: 11 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 38041ec

Please sign in to comment.