Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@kbn/plugin-helpers": "9.0.2",
"@kbn/test": "1.0.0",
"@types/angular": "1.6.50",
"@types/boom": "7.2.0",
"@types/boom": "^7.2.0",
"@types/d3-array": "^1.2.1",
"@types/d3-scale": "^2.0.0",
"@types/d3-shape": "^1.2.2",
Expand All @@ -47,7 +47,7 @@
"@types/history": "^4.6.2",
"@types/jest": "^23.3.1",
"@types/joi": "^13.4.2",
"@types/js-yaml": "^3.11.2",
"@types/js-yaml": "^3.11.1",
"@types/jsonwebtoken": "^7.2.7",
"@types/lodash": "^3.10.1",
"@types/mocha": "^5.2.5",
Expand Down Expand Up @@ -128,7 +128,7 @@
"supertest-as-promised": "^4.0.2",
"tmp": "0.0.31",
"tree-kill": "^1.1.0",
"ts-jest": "^23.1.3",
"ts-jest": "^23.1.4",
"ts-loader": "^5.2.2",
"tslint": "^5.11.0",
"typescript": "^3.0.3",
Expand Down Expand Up @@ -220,7 +220,6 @@
"joi": "^13.5.2",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.3.0",
"language-detect": "^1.1.0",
"lodash": "npm:@elastic/lodash@3.10.1-kibana1",
"lodash.keyby": "^4.6.0",
"lodash.lowercase": "^4.3.0",
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/code/public/actions/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export interface FetchFilePayload extends FetchRepoPayloadWithRevision {
}
export interface FetchRepoTreePayload extends FetchFilePayload {
limit?: number;
parents?: boolean;
}

export interface FetchFileResponse {
Expand Down
Loading