Skip to content

Commit

Permalink
Ericbrehault/sc 5826/missing dep to axios in desktop (#805)
Browse files Browse the repository at this point in the history
* axios

* random change to trigger build
  • Loading branch information
ebrehault authored Jun 5, 2023
1 parent 98d8f7d commit 182a20d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/electron/src/service/connectors/onedrive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const OneDriveConnector: SourceConnectorDefinition = {
const SCOPE = 'https://graph.microsoft.com/files.read offline_access';

class OneDriveImpl implements ISourceConnector {
isExternal = false;
params: ConnectorParameters = {};
isExternal = false;

hasAuthData() {
return !!this.params.token;
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { takeUntil } from 'rxjs';
styleUrls: ['./app.component.scss'],
})
export class AppComponent implements OnInit {
isAuthenticated = true;
version = '';
isAuthenticated = true;
constructor(
private config: BackendConfigurationService,
private ngxTranslate: TranslateService,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclia",
"version": "2.2.2",
"version": "2.2.3",
"license": "MIT",
"author": "Nuclia.cloud",
"description": "Nuclia frontend apps and libs",
Expand Down Expand Up @@ -48,6 +48,7 @@
"@sveltejs/package": "^2.0.2",
"algoliasearch": "^4.13.1",
"angular-svg-icon": "^15.0.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7955,6 +7955,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.4.0":
version: 1.4.0
resolution: "axios@npm:1.4.0"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 7fb6a4313bae7f45e89d62c70a800913c303df653f19eafec88e56cea2e3821066b8409bc68be1930ecca80e861c52aa787659df0ffec6ad4d451c7816b9386b
languageName: node
linkType: hard

"axobject-query@npm:2.0.2":
version: 2.0.2
resolution: "axobject-query@npm:2.0.2"
Expand Down Expand Up @@ -16267,6 +16278,7 @@ __metadata:
ajv-formats: ^2.1.1
algoliasearch: ^4.13.1
angular-svg-icon: ^15.0.0
axios: ^1.4.0
body-parser: ^1.20.2
cheerio: ^1.0.0-rc.12
child_process: ^1.0.2
Expand Down

0 comments on commit 182a20d

Please sign in to comment.