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 14, 2025
1 parent 1afc06e commit fe2b6c3
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 268 deletions.
4 changes: 2 additions & 2 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.3.0",
"packageManager": "pnpm@10.4.0",
"description": "⚡️ Nuxt Generation CLI Experience",
"license": "MIT",
"repository": "nuxt/cli",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@antfu/eslint-config": "^4.2.0",
"@nuxt/eslint-config": "^1.0.1",
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^3.0.5",
"changelogen": "^0.5.7",
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,8 +33,8 @@
"citty": "^0.1.6"
},
"devDependencies": {
"@types/node": "^22.13.2",
"rollup": "^4.34.6",
"@types/node": "^22.13.4",
"rollup": "^4.34.7",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"@types/semver": "^7.5.8",
"c12": "^2.0.2",
"chokidar": "^4.0.3",
Expand All @@ -64,7 +64,7 @@
"pathe": "^2.0.3",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.3.1",
"rollup": "^4.34.6",
"rollup": "^4.34.7",
"rollup-plugin-visualizer": "^5.14.0",
"scule": "^1.3.0",
"semver": "^7.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"ufo": "^1.5.4"
},
"devDependencies": {
"@types/node": "^22.13.2",
"rollup": "^4.34.6",
"@types/node": "^22.13.4",
"rollup": "^4.34.7",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
Expand Down
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.3.0",
"packageManager": "pnpm@10.4.0",
"dependencies": {
"nuxt": "^3.15.4"
}
Expand Down
Loading

0 comments on commit fe2b6c3

Please sign in to comment.