Skip to content

Commit

Permalink
chore: fixed desktop app deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Villa committed Feb 27, 2024
1 parent 5e19c03 commit 3d52651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/desktop-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
"@angular/platform-browser": "^13.2.2",
"@angular/platform-browser-dynamic": "^13.2.2",
"@angular/router": "^13.2.2",
"@aws-sdk/client-sso": "^3.85.0",
"@aws-sdk/client-sso-oidc": "^3.85.0",
"@aws-sdk/client-sso": "3.502.0",
"@aws-sdk/client-sso-oidc": "3.502.0",
"@azure/msal-node": "^1.9.0",
"@electron/remote": "^2.0.1",
"@ng-select/ng-select": "8.1.1",
Expand Down Expand Up @@ -278,4 +278,4 @@
"typescript": "4.5.5",
"util": "^0.12.4"
}
}
}

0 comments on commit 3d52651

Please sign in to comment.