Skip to content

Commit

Permalink
fix: updated installed dependecies versions #66
Browse files Browse the repository at this point in the history
  • Loading branch information
bennymeg committed Feb 7, 2021
1 parent 551583a commit 6c61541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const nxVersion = '^10.4.7';
export const nxElectronVersion = '^10.0.0';
export const electronVersion = '^11.2.0';
export const nxVersion = '^11.2.6';
export const nxElectronVersion = '^11.0.0-alpha.1';
export const electronVersion = '^11.2.1';
export const electronBuilderVersion = '^22.9.1';
export const rimrafVersion = '^3.0.0';
export const exitZeroVersion = '^1.0.1';

0 comments on commit 6c61541

Please sign in to comment.