forked from nuxt/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (nuxt#2025)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b5f2108
commit 09bc777
Showing
3 changed files
with
242 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,24 +4,24 @@ | |
"type": "module", | ||
"dependencies": { | ||
"@iconify-json/heroicons": "^1.1.24", | ||
"@iconify-json/simple-icons": "^1.1.112", | ||
"@iconify-json/simple-icons": "^1.1.114", | ||
"@iconify-json/vscode-icons": "^1.1.37", | ||
"@nuxt/content": "^2.13.2", | ||
"@nuxt/eslint-config": "^0.4.0", | ||
"@nuxt/fonts": "^0.7.1", | ||
"@nuxt/fonts": "^0.7.2", | ||
"@nuxt/image": "^1.7.0", | ||
"@nuxt/ui": "latest", | ||
"@nuxt/ui-pro": "npm:@nuxt/[email protected]", | ||
"@nuxtjs/plausible": "^1.0.2", | ||
"@octokit/rest": "^21.0.1", | ||
"@vueuse/nuxt": "^10.11.0", | ||
"@octokit/rest": "^21.0.2", | ||
"@vueuse/nuxt": "^10.11.1", | ||
"date-fns": "^3.6.0", | ||
"eslint": "^8.57.0", | ||
"joi": "^17.13.3", | ||
"nuxt": "^3.12.4", | ||
"nuxt-cloudflare-analytics": "^1.0.8", | ||
"nuxt-component-meta": "^0.6.4", | ||
"nuxt-og-image": "^3.0.0-rc.64", | ||
"nuxt-og-image": "^3.0.0-rc.65", | ||
"prettier": "^3.3.3", | ||
"ufo": "^1.5.4", | ||
"v-calendar": "^3.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@nuxt/ui", | ||
"version": "2.18.4", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"repository": "nuxt/ui", | ||
"homepage": "https://ui.nuxt.com", | ||
"type": "module", | ||
|
@@ -45,23 +45,22 @@ | |
"@tailwindcss/aspect-ratio": "^0.4.2", | ||
"@tailwindcss/container-queries": "^0.1.1", | ||
"@tailwindcss/forms": "^0.5.7", | ||
"@tailwindcss/typography": "^0.5.13", | ||
"@vue/shared": "^3.4.33", | ||
"@vueuse/core": "^10.11.0", | ||
"@vueuse/integrations": "^10.11.0", | ||
"@vueuse/math": "^10.11.0", | ||
"@tailwindcss/typography": "^0.5.14", | ||
"@vueuse/core": "^10.11.1", | ||
"@vueuse/integrations": "^10.11.1", | ||
"@vueuse/math": "^10.11.1", | ||
"defu": "^6.1.4", | ||
"fuse.js": "^6.6.2", | ||
"lodash-es": "^4.17.21", | ||
"ohash": "^1.1.3", | ||
"pathe": "^1.1.2", | ||
"scule": "^1.3.0", | ||
"tailwind-merge": "^2.4.0", | ||
"tailwindcss": "^3.4.7" | ||
"tailwind-merge": "^2.5.2", | ||
"tailwindcss": "^3.4.10" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/eslint-config": "^0.4.0", | ||
"@nuxt/module-builder": "^0.8.1", | ||
"@nuxt/module-builder": "^0.8.3", | ||
"@nuxt/test-utils": "^3.14.0", | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@types/lodash-es": "^4.17.12", | ||
|
@@ -76,7 +75,7 @@ | |
"valibot30": "npm:[email protected]", | ||
"valibot31": "npm:[email protected]", | ||
"vitest": "^2.0.5", | ||
"vitest-environment-nuxt": "^1.0.0", | ||
"vitest-environment-nuxt": "^1.0.1", | ||
"vue-tsc": "^2.0.29", | ||
"yup": "^1.4.0", | ||
"zod": "^3.23.8" | ||
|
Oops, something went wrong.