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

Commit 87aa7db

Browse files
committed
fix: fix system package
1 parent aff6aba commit 87aa7db

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

packages/theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
},
2525
"peerDependencies": {
2626
"@chakra-ui/utils": "^1.8.2",
27-
"@chakra-ui/vue-system": "0.1.0-alpha.6",
27+
"@chakra-ui/vue-system": "0.1.0-alpha.5",
2828
"vue": "^3.1.4"
2929
},
3030
"publishConfig": {
3131
"access": "public"
3232
},
3333
"devDependencies": {
3434
"@chakra-ui/utils": "1.8.2",
35-
"@chakra-ui/vue-system": "*",
35+
"@chakra-ui/vue-system": "0.1.0-alpha.5",
3636
"vue": "^3.1.4"
3737
}
3838
}

yarn.lock

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,13 +1533,6 @@
15331533
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
15341534
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
15351535

1536-
"@chakra-ui/[email protected]":
1537-
version "0.1.0-alpha.5"
1538-
resolved "https://registry.yarnpkg.com/@chakra-ui/c-color-mode/-/c-color-mode-0.1.0-alpha.5.tgz#581eb7e11078beef984b1751a5f9cef90dc3ec67"
1539-
integrity sha512-HEOe1ONl96s3rAI/z7VXmV/C8q4/dEiuoHIiTKCZzcyK6/Wz6ApNJvYQVd8Zcj8ItL3lazfXFrSKO5+Vyx4Gfw==
1540-
dependencies:
1541-
"@chakra-ui/utils" "^1.8.0"
1542-
15431536
"@chakra-ui/styled-system@^1.10.0":
15441537
version "1.10.1"
15451538
resolved "https://registry.npmjs.org/@chakra-ui/styled-system/-/styled-system-1.10.1.tgz"
@@ -1567,38 +1560,6 @@
15671560
framesync "5.3.0"
15681561
lodash.mergewith "4.6.2"
15691562

1570-
"@chakra-ui/utils@^1.8.0":
1571-
version "1.8.0"
1572-
resolved "https://registry.npmjs.org/@chakra-ui/utils/-/utils-1.8.0.tgz"
1573-
integrity sha512-BWIhKcXnLbOIwCTKeNcOStNwk9RyYVA9xRRFPGK6Kp3EhrxP0rDwAbu4D3o3qAc+yhIDhGmPaIj1jRXHB5DTfg==
1574-
dependencies:
1575-
"@types/lodash.mergewith" "4.6.6"
1576-
css-box-model "1.2.1"
1577-
framesync "5.3.0"
1578-
lodash.mergewith "4.6.2"
1579-
1580-
"@chakra-ui/vue-system@*":
1581-
version "0.1.0-alpha.6"
1582-
resolved "https://registry.yarnpkg.com/@chakra-ui/vue-system/-/vue-system-0.1.0-alpha.6.tgz#37db50868f6fe1aa91f50dbadbd2e70692e1c523"
1583-
integrity sha512-D4XsL6RrZl2XmuBa4H1viIVintFFaQB76McxXHP8AHe7QtCL2sCztPHbjaYmAi3uVCBYKjkJ2sYon6Q+WOjeog==
1584-
dependencies:
1585-
"@chakra-ui/c-color-mode" "0.1.0-alpha.5"
1586-
"@chakra-ui/styled-system" "^1.10.0"
1587-
"@chakra-ui/utils" "^1.8.0"
1588-
"@chakra-ui/vue-utils" "0.1.0-alpha.6"
1589-
"@emotion/css" "^11.1.3"
1590-
lodash.camelcase "^4.3.0"
1591-
lodash.kebabcase "^4.1.1"
1592-
1593-
"@chakra-ui/[email protected]":
1594-
version "0.1.0-alpha.6"
1595-
resolved "https://registry.yarnpkg.com/@chakra-ui/vue-utils/-/vue-utils-0.1.0-alpha.6.tgz#f38753f1e3b56ed0f6f556747beaeae610d22aa7"
1596-
integrity sha512-5po3eTZhAt1C8rwikGi4XjUVZftJOuEM1J/4k/NRIsSdXqqBhMX+CN3rBgQrVEmAMeKsrmcf3kHZrklw3QdMIg==
1597-
dependencies:
1598-
css-box-model "1.2.1"
1599-
lodash.mergewith "^4.6.2"
1600-
object-assign "^4.1.1"
1601-
16021563
"@changesets/apply-release-plan@^4.2.0":
16031564
version "4.2.0"
16041565
resolved "https://registry.npmjs.org/@changesets/apply-release-plan/-/apply-release-plan-4.2.0.tgz"

0 commit comments

Comments
 (0)