Skip to content

Commit

Permalink
Update nuxt wizard to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Feb 17, 2025
1 parent d6960b1 commit 6aae122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuxt/nuxt-wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export async function runNuxtWizardWithTelemetry(
Sentry.setTag('sdk-already-installed', sdkAlreadyInstalled);

await installPackage({
packageName: '@sentry/nuxt',
packageName: '@sentry/nuxt@^9',
alreadyInstalled: sdkAlreadyInstalled,
packageManager,
forceInstall,
Expand Down

0 comments on commit 6aae122

Please sign in to comment.