Skip to content

Commit

Permalink
Merge pull request #19 from AirWalk-Digital/fixes1
Browse files Browse the repository at this point in the history
fix: move @emotion to peerDeps
  • Loading branch information
rob-at-airwalk authored May 17, 2023
2 parents aebc9bb + ab2167e commit e1cbfd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"build-lib": "rollup -c"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/heebo": "^4.5.15",
"@fontsource/roboto-mono": "^4.5.10",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
Expand Down Expand Up @@ -72,6 +70,8 @@
"peerDependencies": {
"@mui/material": "^5.12.0",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6"
}
}

0 comments on commit e1cbfd5

Please sign in to comment.