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 17, 2025
1 parent f0297e0 commit 88f6127
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 1,495 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.3.3",
"pathe": "^2.0.1",
"consola": "^3.4.0",
"pathe": "^2.0.2",
"scule": "^1.3.0"
}
}
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"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.24",
"@iconify-json/simple-icons": "^1.2.20",
"@iconify-json/vscode-icons": "^1.2.10",
"@nuxt/content": "^3.0.0",
"@nuxt/image": "^1.9.0",
"@nuxt/ui": "latest",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@2dbbff0",
"@nuxthub/core": "^0.8.11",
"@nuxthub/core": "^0.8.12",
"@nuxtjs/plausible": "^1.2.0",
"@octokit/rest": "^21.1.0",
"@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"
}
}
12 changes: 6 additions & 6 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 All @@ -104,7 +104,7 @@
"magic-string": "^0.30.17",
"mlly": "^1.7.4",
"ohash": "^1.1.4",
"pathe": "^2.0.1",
"pathe": "^2.0.2",
"reka-ui": "1.0.0-alpha.8",
"scule": "^1.3.0",
"sirv": "^3.0.0",
Expand All @@ -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
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"generate": "nuxi generate"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/simple-icons": "^1.2.19",
"@iconify-json/lucide": "^1.2.24",
"@iconify-json/simple-icons": "^1.2.20",
"@nuxt/ui": "latest",
"@nuxthub/core": "^0.8.11",
"@nuxthub/core": "^0.8.12",
"nuxt": "^3.15.1"
}
}
Loading

0 comments on commit 88f6127

Please sign in to comment.