mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Sort and clean up dependencies in package.json (#82404)
This commit is contained in:
parent
3c075d5d44
commit
bbfcebd4bd
1 changed files with 8 additions and 6 deletions
14
package.json
14
package.json
|
@ -367,14 +367,14 @@
|
|||
"@kbn/expect": "link:packages/kbn-expect",
|
||||
"@kbn/optimizer": "link:packages/kbn-optimizer",
|
||||
"@kbn/plugin-generator": "link:packages/kbn-plugin-generator",
|
||||
"@kbn/plugin-helpers": "link:packages/kbn-plugin-helpers",
|
||||
"@kbn/pm": "link:packages/kbn-pm",
|
||||
"@kbn/release-notes": "link:packages/kbn-release-notes",
|
||||
"@kbn/plugin-helpers": "link:packages/kbn-plugin-helpers",
|
||||
"@kbn/storybook": "link:packages/kbn-storybook",
|
||||
"@kbn/telemetry-tools": "link:packages/kbn-telemetry-tools",
|
||||
"@kbn/test": "link:packages/kbn-test",
|
||||
"@kbn/test-subj-selector": "link:packages/kbn-test-subj-selector",
|
||||
"@kbn/utility-types": "link:packages/kbn-utility-types",
|
||||
"@kbn/storybook": "link:packages/kbn-storybook",
|
||||
"@mapbox/geojson-rewind": "^0.5.0",
|
||||
"@mapbox/mapbox-gl-draw": "^1.2.0",
|
||||
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
|
||||
|
@ -447,15 +447,17 @@
|
|||
"@types/glob": "^7.1.2",
|
||||
"@types/globby": "^8.0.0",
|
||||
"@types/graphql": "^0.13.2",
|
||||
"@types/gulp": "^4.0.6",
|
||||
"@types/gulp-zip": "^4.0.1",
|
||||
"@types/hapi": "^17.0.18",
|
||||
"@types/hapi-auth-cookie": "^9.1.0",
|
||||
"@types/hapi__boom": "^7.4.1",
|
||||
"@types/hapi": "^17.0.18", "@types/hapi__cookie": "^10.1.1",
|
||||
"@types/hapi-auth-cookie": "^9.1.0", "@types/hapi__h2o2": "8.3.0",
|
||||
"@types/hapi__cookie": "^10.1.1",
|
||||
"@types/hapi__h2o2": "8.3.0",
|
||||
"@types/hapi__hapi": "^18.2.6",
|
||||
"@types/hapi__hoek": "^6.2.0",
|
||||
"@types/hapi__inert": "^5.2.1",
|
||||
"@types/hapi__podium": "^3.4.1",
|
||||
"@types/gulp": "^4.0.6",
|
||||
"@types/gulp-zip": "^4.0.1",
|
||||
"@types/hapi__wreck": "^15.0.1",
|
||||
"@types/has-ansi": "^3.0.0",
|
||||
"@types/he": "^1.1.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue