Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (v3) (#3238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent e7e7585 commit c00e1d7
Show file tree
Hide file tree
Showing 6 changed files with 551 additions and 315 deletions.
2 changes: 1 addition & 1 deletion devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nuxt/ui": "latest",
"knitwork": "^1.2.0",
"nuxt": "^3.15.4",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"zod": "^3.24.1"
}
}
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"type": "module",
"dependencies": {
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.25",
"@iconify-json/simple-icons": "^1.2.23",
"@iconify-json/vscode-icons": "^1.2.11",
"@nuxt/content": "^3.1.0",
"@iconify-json/lucide": "^1.2.26",
"@iconify-json/simple-icons": "^1.2.24",
"@iconify-json/vscode-icons": "^1.2.13",
"@nuxt/content": "^3.1.1",
"@nuxt/image": "^1.9.0",
"@nuxt/ui": "latest",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@5cae08d",
"@nuxthub/core": "^0.8.15",
"@nuxthub/core": "^0.8.17",
"@nuxtjs/plausible": "^1.2.0",
"@octokit/rest": "^21.1.0",
"@vueuse/nuxt": "^12.5.0",
"joi": "^17.13.3",
"nuxt": "^3.15.4",
"nuxt-component-meta": "^0.10.0",
"nuxt-og-image": "^4.1.2",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"shiki-transformer-color-highlight": "^0.2.0",
"superstruct": "^2.0.2",
"ufo": "^1.5.4",
Expand All @@ -28,6 +28,6 @@
"zod": "^3.24.1"
},
"devDependencies": {
"wrangler": "^3.107.2"
"wrangler": "^3.108.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@
"tailwind-variants": "^0.3.1",
"tailwindcss": "^4.0.6",
"tinyglobby": "^0.2.10",
"unplugin": "^2.1.2",
"unplugin": "^2.2.0",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vaul-vue": "^0.2.1"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.0.0",
"@nuxt/eslint-config": "^1.0.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.15.4",
"@release-it/conventional-changelog": "^10.0.0",
"@standard-schema/spec": "^1.0.0",
"@vue/test-utils": "^2.4.6",
"embla-carousel": "^8.5.2",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"happy-dom": "^15.7.4",
"joi": "^17.13.3",
"knitwork": "^1.2.0",
Expand All @@ -155,7 +155,7 @@
"rollup": "^4.24.0",
"typescript": "5.6.3",
"unimport": "3.14.5",
"unplugin": "^2.1.2",
"unplugin": "^2.2.0",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion playground-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "^5.7.2",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
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.25",
"@iconify-json/simple-icons": "^1.2.23",
"@iconify-json/lucide": "^1.2.26",
"@iconify-json/simple-icons": "^1.2.24",
"@nuxt/ui": "latest",
"@nuxthub/core": "^0.8.15",
"@nuxthub/core": "^0.8.17",
"nuxt": "^3.15.4"
}
}
Loading

0 comments on commit c00e1d7

Please sign in to comment.