installed peer dependencies
Showing
- package.json 3 additions, 1 deletionpackage.json
- src/components/TextEvent.tsx 1 addition, 1 deletionsrc/components/TextEvent.tsx
- src/contents/Bfh.tsx 1 addition, 1 deletionsrc/contents/Bfh.tsx
- src/contents/description.tsx 1 addition, 1 deletionsrc/contents/description.tsx
- yarn.lock 89 additions, 18 deletionsyarn.lock
... | @@ -15,7 +15,9 @@ | ... | @@ -15,7 +15,9 @@ |
"@emotion/styled": "^11.11.5", | "@emotion/styled": "^11.11.5", | ||
"@mui/lab": "^5.0.0-alpha.170", | "@mui/lab": "^5.0.0-alpha.170", | ||
"@mui/material": "^5.15.21", | "@mui/material": "^5.15.21", | ||
"@popperjs/core": "^2.11.8", | |||
"bootstrap": "^5.3.3", | "bootstrap": "^5.3.3", | ||
"prop-types": "^15.7.2", | |||
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-bootstrap": "^2.10.2", | "react-bootstrap": "^2.10.2", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
... | @@ -23,7 +25,7 @@ | ... | @@ -23,7 +25,7 @@ |
"react-photo-album": "^2.4.1", | "react-photo-album": "^2.4.1", | ||
"react-router-dom": "^6.23.0", | "react-router-dom": "^6.23.0", | ||
"react-select": "^5.8.0", | "react-select": "^5.8.0", | ||
"react-simple-maps": "^1.0.0" | "react-simple-maps": "^3.0.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/node": "^20.12.10", | "@types/node": "^20.12.10", | ||
... | ... |
Please register or sign in to comment