Skip to content

Commit

Permalink
Chore(deps): add react & react-dom to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noahehall committed May 29, 2023
1 parent 5ab3239 commit d01cc90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,26 @@
"pretty": "bunx prettier --write 'src/**/*.(ts|tsx)'",
"upgrade:deps": "bunx ncu -u && bun install"
},
"peerDependencies": {
"react": "18.x",
"react-dom": "18.x"
},
"devDependencies": {
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"barrels": "^1.6.6",
"bun-types": "0.6.3",
"bun-types": "0.6.4",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"npm-check-updates": "^16.10.12",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "beta"
},
"files": [
Expand Down

0 comments on commit d01cc90

Please sign in to comment.