Skip to content

Commit

Permalink
fix: put emotion deps in peer dependencies instead of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Jul 5, 2021
1 parent 14da0bd commit b39fe7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@einride/eslint-plugin": "^2.0.1",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@storybook/addon-actions": "^6.3.2",
"@storybook/addon-essentials": "^6.3.2",
"@storybook/addon-links": "^6.3.2",
Expand All @@ -44,6 +42,8 @@
"typescript": "^4.3.2"
},
"peerDependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"react": ">=16.0.0"
},
"scripts": {
Expand Down

0 comments on commit b39fe7d

Please sign in to comment.