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
lukebennett88 committed Oct 25, 2022
1 parent 112bd83 commit 4c886b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/react-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,26 @@
"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.8.1",
"@floating-ui/dom": "^1.0.1",
"@types/react-transition-group": "^4.4.0",
"memoize-one": "^6.0.0",
"prop-types": "^15.6.0",
"react-transition-group": "^4.3.0",
"use-isomorphic-layout-effect": "^1.1.2"
},
"devDependencies": {
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.8.1",
"@types/jest-in-case": "^1.0.6",
"@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.4.0",
"@emotion/react": "^11.8.1",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down

0 comments on commit 4c886b8

Please sign in to comment.