Skip to content

Commit

Permalink
Merge pull request #18 from weathercloset/develop
Browse files Browse the repository at this point in the history
fix(package.json): peerDependencies로 필요한 의존성 수정 (esm이 동작안하는 이유로 의심됨)
  • Loading branch information
Jonghyeon Ko authored Jun 6, 2022
2 parents 6b58235 + 18142fb commit 237030a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@
"semantic-release": "semantic-release --branches main"
},
"peerDependencies": {
"@emotion/react": "^11.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-node-resolve": "^13.1.3",
Expand Down

0 comments on commit 237030a

Please sign in to comment.