Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 3159a89 commit 7d08087
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 1,426 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.3.3",
"consola": "^3.4.0",
"pathe": "^2.0.1",
"scule": "^1.3.0"
}
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "module",
"dependencies": {
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/simple-icons": "^1.2.19",
"@iconify-json/lucide": "^1.2.23",
"@iconify-json/simple-icons": "^1.2.20",
"@iconify-json/vscode-icons": "^1.2.10",
"@nuxt/content": "^3.0.0",
"@nuxt/image": "^1.9.0",
Expand All @@ -17,8 +17,8 @@
"@vueuse/nuxt": "^12.4.0",
"joi": "^17.13.3",
"nuxt": "^3.15.1",
"nuxt-component-meta": "^0.9.0",
"nuxt-og-image": "^4.0.2",
"nuxt-component-meta": "^0.10.0",
"nuxt-og-image": "^4.0.3",
"prettier": "^3.4.2",
"shiki-transformer-color-highlight": "^0.2.0",
"superstruct": "^2.0.2",
Expand All @@ -28,6 +28,6 @@
"zod": "^3.24.1"
},
"devDependencies": {
"wrangler": "^3.101.0"
"wrangler": "^3.103.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nuxt/ui",
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
"version": "3.0.0-alpha.11",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/ui.git"
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"dependencies": {
"@iconify/vue": "^4.3.0",
"@internationalized/date": "^3.6.0",
"@internationalized/date": "^3.7.0",
"@internationalized/number": "^3.6.0",
"@nuxt/devtools-kit": "^1.7.0",
"@nuxt/fonts": "^0.10.3",
Expand All @@ -85,11 +85,11 @@
"@tailwindcss/postcss": "4.0.0-beta.9",
"@tailwindcss/vite": "4.0.0-beta.9",
"@tanstack/vue-table": "^8.20.5",
"@unhead/vue": "^1.11.16",
"@unhead/vue": "^1.11.18",
"@vueuse/core": "^12.4.0",
"@vueuse/integrations": "^12.4.0",
"colortranslator": "^4.1.0",
"consola": "^3.3.3",
"consola": "^3.4.0",
"defu": "^6.1.4",
"embla-carousel-auto-height": "^8.5.2",
"embla-carousel-auto-scroll": "^8.5.2",
Expand Down Expand Up @@ -129,7 +129,7 @@
"joi": "^17.13.3",
"knitwork": "^1.2.0",
"nuxt": "^3.15.1",
"nuxt-component-meta": "^0.9.0",
"nuxt-component-meta": "^0.10.0",
"release-it": "^18.1.1",
"superstruct": "^2.0.2",
"valibot": "^0.42.1",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"generate": "nuxi generate"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/simple-icons": "^1.2.19",
"@iconify-json/lucide": "^1.2.23",
"@iconify-json/simple-icons": "^1.2.20",
"@nuxt/ui": "latest",
"@nuxthub/core": "^0.8.11",
"nuxt": "^3.15.1"
Expand Down
Loading

0 comments on commit 7d08087

Please sign in to comment.