Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a6f9e05

Browse files
committed
chore: install v1.8.1 styled-system
1 parent 299ea64 commit a6f9e05

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"vue-router": "4.0.0-beta.10"
103103
},
104104
"dependencies": {
105-
"@chakra-ui/styled-system": "^1.4.1",
105+
"@chakra-ui/styled-system": "^1.9.0",
106106
"@emotion/css": "^11.1.3",
107107
"@emotion/server": "^11.0.0",
108108
"@popperjs/core": "^2.8.4",

yarn.lock

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,14 @@
12781278
css-get-unit "1.0.1"
12791279
csstype "3.0.3"
12801280

1281+
"@chakra-ui/styled-system@^1.9.0":
1282+
version "1.9.0"
1283+
resolved "https://registry.yarnpkg.com/@chakra-ui/styled-system/-/styled-system-1.9.0.tgz#3a139315224c9787c5ffbe7356d3dfc2e0eba3cf"
1284+
integrity sha512-KNKfhceXZ50NvPqLwE8Bx8pGjldQ1A9tSza6Qtgdkd2detdNnw3G4uILq9MFLLBike1EcSzA7/rUcDWxKnnvQQ==
1285+
dependencies:
1286+
"@chakra-ui/utils" "1.4.0"
1287+
csstype "^3.0.6"
1288+
12811289
"@chakra-ui/[email protected]":
12821290
version "1.1.0"
12831291
resolved "https://registry.yarnpkg.com/@chakra-ui/utils/-/utils-1.1.0.tgz#e006d17ffc1b09c2daa08f94fbc58766c4329e76"
@@ -1289,6 +1297,16 @@
12891297
lodash.mergewith "4.6.2"
12901298
object-assign "4.1.1"
12911299

1300+
"@chakra-ui/[email protected]":
1301+
version "1.4.0"
1302+
resolved "https://registry.yarnpkg.com/@chakra-ui/utils/-/utils-1.4.0.tgz#4b20c522141d68dc62b5c7be929bb6d1596db190"
1303+
integrity sha512-ND7NIilpncnkzcNBnAySGBFpOXb3urO1X9esSY0+M5zXiq+VSSfK9JuoJd3ilvV4Dbwgzil7hMAELBuHme4uTg==
1304+
dependencies:
1305+
"@types/lodash.mergewith" "4.6.6"
1306+
"@types/object-assign" "4.0.30"
1307+
css-box-model "1.2.1"
1308+
lodash.mergewith "4.6.2"
1309+
12921310
"@cnakazawa/watch@^1.0.3":
12931311
version "1.0.4"
12941312
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
@@ -4985,6 +5003,11 @@ csstype@^3.0.5:
49855003
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
49865004
integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
49875005

5006+
csstype@^3.0.6:
5007+
version "3.0.7"
5008+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.7.tgz#2a5fb75e1015e84dd15692f71e89a1450290950b"
5009+
integrity sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==
5010+
49885011
currently-unhandled@^0.4.1:
49895012
version "0.4.1"
49905013
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"

0 commit comments

Comments
 (0)