Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 75117b7

Browse files
committed
fix(deps): update dependency @emotion/is-prop-valid to v1.3.0
1 parent ab8456f commit 75117b7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/styled-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"typescript": "5.4.5"
6666
},
6767
"dependencies": {
68-
"@emotion/is-prop-valid": "1.2.2",
68+
"@emotion/is-prop-valid": "1.3.0",
6969
"@techstack/memoize": "1.3.291",
7070
"csstype": "3.1.3",
7171
"react": "18.3.1"

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,11 +2114,23 @@
21142114
dependencies:
21152115
"@emotion/memoize" "^0.8.1"
21162116

2117+
"@emotion/[email protected]":
2118+
version "1.3.0"
2119+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.3.0.tgz#bd84ba972195e8a2d42462387581560ef780e4e2"
2120+
integrity sha512-SHetuSLvJDzuNbOdtPVbq6yMMMlLoW5Q94uDqJZqy50gcmAjxFkVqmzqSGEFq9gT2iMuIeKV1PXVWmvUhuZLlQ==
2121+
dependencies:
2122+
"@emotion/memoize" "^0.9.0"
2123+
21172124
"@emotion/memoize@^0.8.1":
21182125
version "0.8.1"
21192126
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
21202127
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
21212128

2129+
"@emotion/memoize@^0.9.0":
2130+
version "0.9.0"
2131+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
2132+
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
2133+
21222134
"@emotion/[email protected]":
21232135
version "0.8.1"
21242136
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"

0 commit comments

Comments
 (0)