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 4, 2025
1 parent 7c54299 commit 9d810bd
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 620 deletions.
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": "nuxi-workspace",
"type": "module",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"description": "⚡️ Nuxt Generation CLI Experience",
"license": "MIT",
"repository": "nuxt/cli",
Expand All @@ -21,20 +21,20 @@
"test:unit": "vitest --coverage"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.0",
"@antfu/eslint-config": "^4.1.1",
"@nuxt/eslint-config": "^1.0.0",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/coverage-v8": "^3.0.5",
"changelogen": "^0.5.7",
"eslint": "^9.19.0",
"knip": "^5.43.6",
"pkg-pr-new": "^0.0.39",
"semver": "^7.7.0",
"semver": "^7.7.1",
"std-env": "^3.8.0",
"tinyexec": "^0.3.2",
"typescript": "^5.7.3",
"vitest": "^3.0.4",
"vitest": "^3.0.5",
"vue": "^3.5.13"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nuxt-app/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.0",
"rollup": "^4.34.0",
"@types/node": "^22.13.1",
"rollup": "^4.34.2",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"@types/semver": "^7.5.8",
"c12": "^2.0.1",
"chokidar": "^4.0.3",
"citty": "^0.1.6",
"clipboardy": "^4.0.0",
"consola": "^3.4.0",
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"fuse.js": "^7.1.0",
"giget": "^1.2.4",
"h3": "^1.14.0",
"httpxy": "^0.1.7",
Expand All @@ -64,16 +64,16 @@
"pathe": "^2.0.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.3.1",
"rollup": "^4.34.0",
"rollup": "^4.34.2",
"rollup-plugin-visualizer": "^5.14.0",
"scule": "^1.3.0",
"semver": "^7.7.0",
"semver": "^7.7.1",
"std-env": "^3.8.0",
"tinyexec": "^0.3.2",
"typescript": "^5.7.3",
"ufo": "^1.5.4",
"unbuild": "^3.3.1",
"unplugin-purge-polyfills": "^0.0.7",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
}
}
10 changes: 5 additions & 5 deletions packages/nuxt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"clipboardy": "^4.0.0",
"consola": "^3.4.0",
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"fuse.js": "^7.1.0",
"giget": "^1.2.4",
"h3": "^1.14.0",
"httpxy": "^0.1.7",
Expand All @@ -52,18 +52,18 @@
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.3.1",
"scule": "^1.3.0",
"semver": "^7.7.0",
"semver": "^7.7.1",
"std-env": "^3.8.0",
"tinyexec": "^0.3.2",
"ufo": "^1.5.4"
},
"devDependencies": {
"@types/node": "^22.13.0",
"rollup": "^4.34.0",
"@types/node": "^22.13.1",
"rollup": "^4.34.2",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"unplugin-purge-polyfills": "^0.0.7",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
}
}
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": "[email protected].4",
"packageManager": "[email protected].5",
"dependencies": {
"nuxt": "^3.15.4"
}
Expand Down
Loading

0 comments on commit 9d810bd

Please sign in to comment.