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 Feb 27, 2025
1 parent 9796730 commit 55e871f
Show file tree
Hide file tree
Showing 6 changed files with 795 additions and 421 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxi-workspace",
"type": "module",
"private": true,
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.2",
"description": "⚡️ Nuxt Generation CLI Experience",
"license": "MIT",
"repository": "nuxt/cli",
Expand All @@ -23,26 +23,26 @@
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@nuxt/eslint-config": "^1.1.0",
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^3.0.6",
"changelogen": "^0.5.7",
"eslint": "^9.20.1",
"knip": "^5.44.4",
"pkg-pr-new": "^0.0.39",
"@vitest/coverage-v8": "^3.0.7",
"changelogen": "^0.6.0",
"eslint": "^9.21.0",
"knip": "^5.45.0",
"pkg-pr-new": "^0.0.40",
"semver": "^7.7.1",
"std-env": "^3.8.0",
"tinyexec": "^0.3.2",
"typescript": "^5.7.3",
"vitest": "^3.0.6",
"vitest": "^3.0.7",
"vue": "^3.5.13"
},
"resolutions": {
"@nuxt/cli": "workspace:*",
"@nuxt/schema": "3.15.4",
"create-nuxt": "workspace:*",
"create-nuxt-app": "workspace:*",
"h3": "^1.15.0",
"h3": "^1.15.1",
"nitropack": "npm:nitropack-nightly",
"nuxi": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"citty": "^0.1.6"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"rollup": "^4.34.8",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"unbuild": "^3.5.0",
"unplugin-purge-polyfills": "^0.0.7"
}
}
16 changes: 8 additions & 8 deletions packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@
"devDependencies": {
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "^22.13.4",
"@nuxt/test-utils": "^3.17.0",
"@types/node": "^22.13.5",
"@types/semver": "^7.5.8",
"c12": "^2.0.2",
"c12": "^2.0.4",
"chokidar": "^4.0.3",
"citty": "^0.1.6",
"clipboardy": "^4.0.0",
"consola": "^3.4.0",
"defu": "^6.1.4",
"fuse.js": "^7.1.0",
"giget": "^2.0.0",
"h3": "^1.15.0",
"h3": "^1.15.1",
"httpxy": "^0.1.7",
"jiti": "^2.4.2",
"listhen": "^1.9.0",
"magicast": "^0.3.5",
"nitropack": "npm:nitropack-nightly",
"nypm": "^0.5.2",
"nypm": "^0.6.0",
"ofetch": "^1.4.1",
"ohash": "^2.0.2",
"ohash": "^2.0.5",
"pathe": "^2.0.3",
"perfect-debounce": "^1.0.0",
"pkg-types": "^2.0.0",
Expand All @@ -72,8 +72,8 @@
"tinyexec": "^0.3.2",
"typescript": "^5.7.3",
"ufo": "^1.5.4",
"unbuild": "^3.3.1",
"unbuild": "^3.5.0",
"unplugin-purge-polyfills": "^0.0.7",
"vitest": "^3.0.6"
"vitest": "^3.0.7"
}
}
14 changes: 7 additions & 7 deletions packages/nuxt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
"prepack": "unbuild"
},
"dependencies": {
"c12": "^2.0.2",
"c12": "^2.0.4",
"chokidar": "^4.0.3",
"citty": "^0.1.6",
"clipboardy": "^4.0.0",
"consola": "^3.4.0",
"defu": "^6.1.4",
"fuse.js": "^7.1.0",
"giget": "^2.0.0",
"h3": "^1.15.0",
"h3": "^1.15.1",
"httpxy": "^0.1.7",
"jiti": "^2.4.2",
"listhen": "^1.9.0",
"nypm": "^0.5.2",
"nypm": "^0.6.0",
"ofetch": "^1.4.1",
"ohash": "^2.0.2",
"ohash": "^2.0.5",
"pathe": "^2.0.3",
"perfect-debounce": "^1.0.0",
"pkg-types": "^2.0.0",
Expand All @@ -58,12 +58,12 @@
"ufo": "^1.5.4"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"rollup": "^4.34.8",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"unbuild": "^3.5.0",
"unplugin-purge-polyfills": "^0.0.7",
"vitest": "^3.0.6"
"vitest": "^3.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt-cli/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-cli-playground",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.2",
"dependencies": {
"nuxt": "^3.15.4"
}
Expand Down
Loading

0 comments on commit 55e871f

Please sign in to comment.