Skip to content

Commit

Permalink
fix(qwik-nx): bump vite version (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko authored Nov 6, 2023
1 parent 4442b20 commit 28f11f1
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 83 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ts-node": "10.9.1",
"typescript": "4.9.5",
"verdaccio": "5.21.1",
"vite": "4.3.9",
"vite": "~4.4.11",
"yargs": "17.7.1"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/qwik-nx/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@
"version": "~1.2.12"
}
}
},
"2.0.1": {
"version": "2.0.1",
"packages": {
"vite": {
"version": "~4.4.11"
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/qwik-nx/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const lessVersion = '~4.1.3';
export const stylusVersion = '~0.59.0';

export const undiciVersion = '^5.22.0';
export const viteVersion = '~4.4.0';
export const viteVersion = '~4.4.11';
export const viteTsconfigPathsVersion = '~4.2.0';
export const vitestVersion = '^0.32.0';

Expand Down
Loading

0 comments on commit 28f11f1

Please sign in to comment.