Skip to content

Commit

Permalink
fix: color adjust and csstype version
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Mar 14, 2022
1 parent 08e1db5 commit 1221216
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .changeset/modern-snails-remember.md
Expand Up @@ -2,4 +2,5 @@
"@chakra-ui/styled-system": patch
---

added type number for text underline offset of text decoration props of styled-system
- Added `number` type for text underline offset of text decoration props
- Update `csstype` to latest version
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -114,7 +114,7 @@
"chart.js": "^3.6.0",
"commitizen": "4.2.4",
"cross-env": "7.0.3",
"csstype": "^3.0.9",
"csstype": "^3.0.11",
"cz-conventional-changelog": "3.3.0",
"discord.js": "^12.5.3",
"dotenv-cli": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-system/package.json
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@chakra-ui/utils": "1.10.4",
"csstype": "^3.0.9"
"csstype": "^3.0.11"
},
"sideEffects": false
}
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -9524,7 +9524,12 @@ csstype@^2.5.7:
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.18.tgz#980a8b53085f34af313410af064f2bd241784218"
integrity sha512-RSU6Hyeg14am3Ah4VZEmeX8H7kLwEEirXe6aU2IPfKNvhXwTflK5HQRDNI0ypQXoqmm+QPyG2IaPuQE5zMwSIQ==

csstype@^3.0.2, csstype@^3.0.9:
csstype@^3.0.11:
version "3.0.11"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==

csstype@^3.0.2:
version "3.0.9"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
Expand Down

0 comments on commit 1221216

Please sign in to comment.