Skip to content

Commit

Permalink
chore: update @emotion/is-prop-valid
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Mar 25, 2022
1 parent d044b64 commit 9c4d5e4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
},
"engines": {
"node": ">= 14"
}
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.15.0",
"@babel/traverse": "^7.17.3",
"@emotion/is-prop-valid": "^1.1.0",
"@emotion/is-prop-valid": "^1.1.2",
"@emotion/unitless": "^0.7.4",
"css-to-react-native": "^3.0.0",
"shallowequal": "^1.1.0",
Expand Down
24 changes: 13 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,13 @@
dependencies:
"@emotion/memoize" "^0.7.4"

"@emotion/is-prop-valid@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.1.2.tgz#34ad6e98e871aa6f7a20469b602911b8b11b3a95"
integrity sha512-3QnhqeL+WW88YjYbQL5gUIkthuMw7a0NGbZ7wfFVk2kg/CK5w8w5FFa0RzWjyY1+sujN0NWbtSHH6OJmWHtJpQ==
dependencies:
"@emotion/memoize" "^0.7.4"

"@emotion/memoize@0.7.4":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
Expand Down Expand Up @@ -3504,15 +3511,10 @@ camelize@^1.0.0:
resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=

caniuse-lite@^1.0.30001254:
version "1.0.30001259"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001259.tgz#ae21691d3da9c4be6144403ac40f71d9f6efd790"
integrity sha512-V7mQTFhjITxuk9zBpI6nYsiTXhcPe05l+364nZjK7MFK/E7ibvYBSAXr4YcA6oPR8j3ZLM/LN+lUqUVAQEUZFg==

caniuse-lite@^1.0.30001283:
version "1.0.30001312"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz#e11eba4b87e24d22697dae05455d5aea28550d5f"
integrity sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==
caniuse-lite@^1.0.30001254, caniuse-lite@^1.0.30001283:
version "1.0.30001320"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz"
integrity sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -9573,7 +9575,7 @@ style-loader@^0.23.1:
supports-color "^5.5.0"

"styled-components@link:packages/styled-components":
version "6.0.0-alpha.4"
version "6.0.0-alpha.5"
dependencies:
"@babel/cli" "^7.15.7"
"@babel/core" "^7.15.5"
Expand All @@ -9585,7 +9587,7 @@ style-loader@^0.23.1:
"@babel/preset-react" "^7.0.0"
"@babel/preset-typescript" "^7.15.0"
"@babel/traverse" "^7.17.3"
"@emotion/is-prop-valid" "^1.1.0"
"@emotion/is-prop-valid" "^1.1.2"
"@emotion/unitless" "^0.7.4"
css-to-react-native "^3.0.0"
shallowequal "^1.1.0"
Expand Down

0 comments on commit 9c4d5e4

Please sign in to comment.