File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -150,19 +150,19 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
150150---
151151 ::: code-group { . w-full }
152152 ``` bash [pnpm]
153- pnpm add @nuxt/ui@next
153+ pnpm add @nuxt/ui
154154 ```
155155
156156 ``` bash [yarn]
157- yarn add @nuxt/ui@next
157+ yarn add @nuxt/ui
158158 ```
159159
160160 ``` bash [npm]
161- npm install @nuxt/ui@next
161+ npm install @nuxt/ui
162162 ```
163163
164164 ``` bash [bun]
165- bun add @nuxt/ui@next
165+ bun add @nuxt/ui
166166 ```
167167 :::
168168
@@ -171,19 +171,19 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
171171:::code-group
172172
173173```bash [pnpm]
174- pnpm add @nuxt/ui@next
174+ pnpm add @nuxt/ui
175175```
176176
177177```bash [yarn]
178- yarn add @nuxt/ui@next
178+ yarn add @nuxt/ui
179179```
180180
181181```bash [npm]
182- npm install @nuxt/ui@next
182+ npm install @nuxt/ui
183183```
184184
185185```bash [bun]
186- bun add @nuxt/ui@next
186+ bun add @nuxt/ui
187187```
188188
189189::
@@ -252,14 +252,16 @@ Display code blocks in a file tree view using `code-tree`. `code-tree` is excell
252252 "lint:fix" : " eslint --fix ."
253253 },
254254 "dependencies" : {
255- "@iconify-json/lucide" : " ^1.2.18" ,
256- "@nuxt/ui" : " 4.0.0" ,
257- "nuxt" : " ^3.15.1"
255+ "@iconify-json/lucide" : " ^1.2.63" ,
256+ "@nuxt/content" : " ^3.6.3" ,
257+ "@nuxt/ui" : " ^4.0.0" ,
258+ "nuxt" : " ^4.1.0"
258259 },
259260 "devDependencies" : {
260- "eslint" : " 9.20.1" ,
261- "typescript" : " ^5.7.2" ,
262- "vue-tsc" : " ^2.2.0"
261+ "@nuxt/eslint" : " ^1.9.0" ,
262+ "eslint" : " ^9.34.0" ,
263+ "typescript" : " ^5.9.2" ,
264+ "vue-tsc" : " ^3.0.6"
263265 }
264266 }
265267 ```
You can’t perform that action at this time.
0 commit comments