Skip to content

Commit

Permalink
fix: upgrade @emotion/unitless to ensure aspectRatio is handled properly
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Apr 30, 2024
1 parent 028628b commit 906838e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"homepage": "https://styled-components.com",
"dependencies": {
"@emotion/is-prop-valid": "1.2.1",
"@emotion/unitless": "0.8.0",
"@emotion/unitless": "0.8.1",
"@types/stylis": "4.2.0",
"css-to-react-native": "3.2.0",
"csstype": "3.1.2",
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1734,10 +1734,10 @@ __metadata:
languageName: node
linkType: hard

"@emotion/unitless@npm:0.8.0":
version: 0.8.0
resolution: "@emotion/unitless@npm:0.8.0"
checksum: 1f2cfb7c0ccb83c20b1c6d8d92a74a93da4b2a440f9a0d49ded08647faf299065a2ffde17e1335920fa10397b85f8635bbfe14f3cd29222a59ea81d978478072
"@emotion/unitless@npm:0.8.1, @emotion/unitless@npm:^0.8.1":
version: 0.8.1
resolution: "@emotion/unitless@npm:0.8.1"
checksum: a1ed508628288f40bfe6dd17d431ed899c067a899fa293a13afe3aed1d70fac0412b8a215fafab0b42829360db687fecd763e5f01a64ddc4a4b58ec3112ff548
languageName: node
linkType: hard

Expand All @@ -1748,13 +1748,6 @@ __metadata:
languageName: node
linkType: hard

"@emotion/unitless@npm:^0.8.1":
version: 0.8.1
resolution: "@emotion/unitless@npm:0.8.1"
checksum: a1ed508628288f40bfe6dd17d431ed899c067a899fa293a13afe3aed1d70fac0412b8a215fafab0b42829360db687fecd763e5f01a64ddc4a4b58ec3112ff548
languageName: node
linkType: hard

"@emotion/use-insertion-effect-with-fallbacks@npm:^1.0.0":
version: 1.0.1
resolution: "@emotion/use-insertion-effect-with-fallbacks@npm:1.0.1"
Expand Down Expand Up @@ -9993,7 +9986,7 @@ __metadata:
"@babel/preset-react": "npm:7.18.6"
"@babel/preset-typescript": "npm:7.21.0"
"@emotion/is-prop-valid": "npm:1.2.1"
"@emotion/unitless": "npm:0.8.0"
"@emotion/unitless": "npm:0.8.1"
"@rollup/plugin-typescript": "npm:11.1.1"
"@types/enzyme": "npm:3.10.13"
"@types/jest": "npm:29.5.2"
Expand Down

0 comments on commit 906838e

Please sign in to comment.