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

Commit be3bcc0

Browse files
Merge pull request #266 from chakra-ui/build/include-lodash
build(nuxt): include nuxt in nuxt dependencies
2 parents 630d1c5 + 58af70d commit be3bcc0

File tree

4 files changed

+55
-2
lines changed

4 files changed

+55
-2
lines changed

.changeset/honest-worms-hunt.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
"@chakra-ui/c-visually-hidden": patch
3+
"@chakra-ui/c-theme-provider": patch
4+
"@chakra-ui/vue-composables": patch
5+
"@chakra-ui/c-close-button": patch
6+
"@chakra-ui/c-form-control": patch
7+
"@chakra-ui/c-media-query": patch
8+
"@chakra-ui/c-scroll-lock": patch
9+
"@chakra-ui/c-breadcrumb": patch
10+
"@chakra-ui/c-color-mode": patch
11+
"@chakra-ui/c-focus-lock": patch
12+
"@chakra-ui/c-accordion": patch
13+
"@chakra-ui/c-pin-input": patch
14+
"@chakra-ui/c-checkbox": patch
15+
"@chakra-ui/c-skip-nav": patch
16+
"@chakra-ui/vue-test-utils": patch
17+
"@chakra-ui/vue-auto-import": patch
18+
"@chakra-ui/c-spinner": patch
19+
"@chakra-ui/c-avatar": patch
20+
"@chakra-ui/c-button": patch
21+
"@chakra-ui/c-motion": patch
22+
"@chakra-ui/c-popper": patch
23+
"@chakra-ui/c-portal": patch
24+
"@chakra-ui/vue-accessibilty": patch
25+
"@chakra-ui/c-alert": patch
26+
"@chakra-ui/c-image": patch
27+
"@chakra-ui/c-input": patch
28+
"@chakra-ui/c-modal": patch
29+
"@chakra-ui/c-reset": patch
30+
"@chakra-ui/c-toast": patch
31+
"@chakra-ui/c-code": patch
32+
"@chakra-ui/c-icon": patch
33+
"@chakra-ui/c-menu": patch
34+
"@chakra-ui/vue-layout": patch
35+
"@chakra-ui/vue-styled": patch
36+
"@chakra-ui/vue-system": patch
37+
"@chakra-ui/c-tag": patch
38+
"@chakra-ui/vue-utils": patch
39+
"@chakra-ui/nuxt-next": patch
40+
"@chakra-ui/vue-next": patch
41+
---
42+
43+
Include lodash modules in nuxt dependencies

modules/nuxt/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"@nuxt/kit": "^3.2.0",
3838
"@nuxtjs/emotion": "1.0.0",
3939
"defu": "^6.1.2",
40+
"lodash.camelcase": "^4.3.0",
41+
"lodash.memoize": "^4.1.2",
42+
"lodash.mergewith": "^4.6.2",
4043
"playwright": "^1.30.0"
4144
},
4245
"devDependencies": {

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"@chakra-ui/c-theme-provider": "workspace:*",
5656
"@chakra-ui/c-toast": "workspace:*",
5757
"@chakra-ui/c-visually-hidden": "workspace:*",
58-
"@chakra-ui/vue-utils": "workspace:*",
5958
"@chakra-ui/styled-system": "2.5.1",
6059
"@chakra-ui/theme": "^2.2.5",
6160
"@chakra-ui/theme-tools": "^2.0.17",
@@ -66,6 +65,7 @@
6665
"@chakra-ui/vue-layout": "workspace:*",
6766
"@chakra-ui/vue-styled": "workspace:*",
6867
"@chakra-ui/vue-system": "workspace:*",
68+
"@chakra-ui/vue-utils": "workspace:*",
6969
"@emotion/cache": "^11.10.5",
7070
"@emotion/serialize": "1.1.1",
7171
"@emotion/sheet": "^1.1.0",

pnpm-lock.yaml

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)