Skip to content

Commit

Permalink
Pin nitropack version to ~2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Nov 29, 2024
1 parent 6a70ac2 commit c8a8de5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/tests/nuxt-3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function runWizardOnNuxtProject(projectDir: string): Promise<void> {
// Selecting `yarn` as the package manager
[KEYS.DOWN, KEYS.ENTER],
// Do you want to install version 2.9.7 of nitropack and add an override to package.json?
'Do you want to add an override for nitropack version 2.9.7?',
'Do you want to add an override for nitropack version ~2.9.7?',
{
timeout: 240_000,
},
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/tests/nuxt-4.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function runWizardOnNuxtProject(projectDir: string): Promise<void> {
// Selecting `yarn` as the package manager
[KEYS.DOWN, KEYS.ENTER],
// Do you want to install version 2.9.7 of nitropack and add an override to package.json?
'Do you want to add an override for nitropack version 2.9.7?',
'Do you want to add an override for nitropack version ~2.9.7?',
{
timeout: 240_000,
},
Expand Down
2 changes: 1 addition & 1 deletion src/nuxt/sdk-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export async function addNuxtOverrides(
const overrides = [
{
pkgName: 'nitropack',
pkgVersion: '2.9.7',
pkgVersion: '~2.9.7',
},
{
pkgName: '@vercel/nft',
Expand Down

0 comments on commit c8a8de5

Please sign in to comment.