mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
* [CI] Move kibana-buildkite-library into kibana (#134787)
(cherry picked from commit 0b0b68786a
)
# Conflicts:
# .buildkite/package-lock.json
# .buildkite/package.json
# .buildkite/pipelines/on_merge.yml
# .buildkite/scripts/pipelines/pull_request/pipeline.ts
# .buildkite/scripts/steps/code_coverage/clean_coverage_paths.ts
# .buildkite/scripts/steps/code_coverage/util.sh
# .buildkite/scripts/steps/es_snapshots/promote.sh
# .buildkite/scripts/steps/trigger_pipeline.ts
* Update package-lock.json
33 lines
767 B
JSON
33 lines
767 B
JSON
{
|
|
"name": "kibana-buildkite",
|
|
"version": "1.0.0",
|
|
"description": "Kibana Buildkite",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"test:watch": "mocha --watch"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^18.10.0",
|
|
"axios": "^0.21.4",
|
|
"globby": "^11.1.0",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^5.0.1",
|
|
"tslib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.10",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/minimatch": "^3.0.5",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/node": "^15.12.2",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^8.2.1",
|
|
"nock": "^12.0.2",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"imports": {
|
|
"#pipeline-utils": "./pipeline-utils/index.ts",
|
|
"#pipeline-utils/*": "./pipeline-utils/*"
|
|
}
|
|
}
|