Skip to content

Commit

Permalink
Merge pull request #4404 from Methuselah96/remove-emotion-css
Browse files Browse the repository at this point in the history
Remove unnecessary dependency on @emotion/css
  • Loading branch information
JedWatson authored Jan 26, 2021
2 parents a62f1aa + 10b5f5a commit 7532d4d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-carpets-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-select": patch
---

Remove unnecessary dependency on @emotion/css
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@changesets/get-github-info": "^0.2.1",
"@emotion/babel-plugin": "^11.0.0",
"@emotion/cache": "^11.0.0",
"@emotion/css": "^11.0.0",
"@emotion/jest": "^11.1.0",
"@emotion/react": "^11.1.1",
"@preconstruct/cli": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/react-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dependencies": {
"@babel/runtime": "^7.4.4",
"@emotion/cache": "^11.0.0",
"@emotion/css": "^11.0.0",
"@emotion/react": "^11.1.1",
"memoize-one": "^5.0.0",
"prop-types": "^15.6.0",
Expand Down
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1364,17 +1364,6 @@
"@emotion/memoize" "^0.7.4"
stylis "^4.0.3"

"@emotion/css@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@emotion/css/-/css-11.0.0.tgz#804dcec7e4990019a08e678c1145d34208923acb"
integrity sha512-i7/uzTYcoP0hIW9V4YobD/mYAt6rjNySr9g6CS7JEFsRDfskg4nUczzIehALfacDaHbHaOQYaNDHBGuD/AtW5A==
dependencies:
"@emotion/babel-plugin" "^11.0.0"
"@emotion/cache" "^11.0.0"
"@emotion/serialize" "^1.0.0"
"@emotion/sheet" "^1.0.0"
"@emotion/utils" "^1.0.0"

"@emotion/hash@^0.6.2", "@emotion/hash@^0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.6.6.tgz#62266c5f0eac6941fece302abad69f2ee7e25e44"
Expand Down

0 comments on commit 7532d4d

Please sign in to comment.