Skip to content

Commit

Permalink
Dependancies update
Browse files Browse the repository at this point in the history
This PR is a suggestion to move `emotion` to `"peerDependencies"`   avoid conflict with apps running other version of `emotion`
  • Loading branch information
uzikilon committed Dec 29, 2021
1 parent 4e06d22 commit a7b600c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/react-select/package.json
Expand Up @@ -11,22 +11,24 @@
"repository": "https://github.com/JedWatson/react-select/tree/master/packages/react-select",
"dependencies": {
"@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.1.1",
"@types/react-transition-group": "^4.4.0",
"memoize-one": "^5.0.0",
"prop-types": "^15.6.0",
"react-transition-group": "^4.3.0"
},
"devDependencies": {
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.1.1",
"@types/jest-in-case": "^1.0.3",
"@types/react-transition-group": "^4.4.0",
"enzyme": "^3.8.0",
"enzyme-to-json": "^3.3.0",
"jest-in-case": "^1.0.2",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"peerDependencies": {
"@emotion/cache": "11",
"@emotion/react": "11",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
Expand Down

0 comments on commit a7b600c

Please sign in to comment.