Skip to content

Commit

Permalink
peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deguchi committed Apr 12, 2022
1 parent 987f82c commit a46def5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@
"prepublishOnly": "npm run compile"
},
"dependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"core-js": "^3.21.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"whatwg-fetch": "^3.6.2"
},
"peerDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down

0 comments on commit a46def5

Please sign in to comment.