Skip to content

Commit

Permalink
add missing deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ds committed Jan 5, 2024
1 parent fc11685 commit 5a40e4a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions frontend/wmlandscape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@
"rollup-plugin-sass": "^1.2.2"
},
"peerDependencies": {
"core-js": "^3.6.5",
"core-js": "^3.34.0",
"lodash.merge": "^4.6.2",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^3.11.0"
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"@mui/icons-material": "^5.15.2",
"@mui/material": "5.15.2",
"@mui/styles": "5.15.2"
},
"dependencies": {
"sass": "^1.57.1"
"sass": "^1.69.5"
}
}

0 comments on commit 5a40e4a

Please sign in to comment.