Skip to content

Commit cee1645

Browse files
watsonkibanamachine
authored andcommitted
Sort dependencies in package.json correctly (#93590)
1 parent bb3d35b commit cee1645

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@
324324
"@babel/cli": "^7.12.10",
325325
"@babel/core": "^7.12.10",
326326
"@babel/parser": "^7.12.11",
327-
"@babel/runtime": "^7.12.5",
328327
"@babel/plugin-proposal-class-properties": "^7.12.1",
329328
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
330329
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
@@ -337,6 +336,7 @@
337336
"@babel/preset-react": "^7.12.10",
338337
"@babel/preset-typescript": "^7.12.7",
339338
"@babel/register": "^7.12.10",
339+
"@babel/runtime": "^7.12.5",
340340
"@babel/traverse": "^7.12.12",
341341
"@babel/types": "^7.12.12",
342342
"@bazel/ibazel": "^0.14.0",
@@ -356,6 +356,7 @@
356356
"@kbn/babel-code-parser": "link:packages/kbn-babel-code-parser",
357357
"@kbn/babel-preset": "link:packages/kbn-babel-preset",
358358
"@kbn/dev-utils": "link:packages/kbn-dev-utils",
359+
"@kbn/docs-utils": "link:packages/kbn-docs-utils",
359360
"@kbn/es": "link:packages/kbn-es",
360361
"@kbn/es-archiver": "link:packages/kbn-es-archiver",
361362
"@kbn/eslint-import-resolver-kibana": "link:packages/kbn-eslint-import-resolver-kibana",
@@ -365,7 +366,6 @@
365366
"@kbn/plugin-generator": "link:packages/kbn-plugin-generator",
366367
"@kbn/plugin-helpers": "link:packages/kbn-plugin-helpers",
367368
"@kbn/pm": "link:packages/kbn-pm",
368-
"@kbn/docs-utils": "link:packages/kbn-docs-utils",
369369
"@kbn/storybook": "link:packages/kbn-storybook",
370370
"@kbn/telemetry-tools": "link:packages/kbn-telemetry-tools",
371371
"@kbn/test": "link:packages/kbn-test",
@@ -381,13 +381,13 @@
381381
"@octokit/rest": "^16.35.0",
382382
"@percy/agent": "^0.28.6",
383383
"@scant/router": "^0.1.0",
384-
"@storybook/addons": "^6.0.16",
385384
"@storybook/addon-a11y": "^6.0.26",
386385
"@storybook/addon-actions": "^6.0.26",
387386
"@storybook/addon-docs": "^6.0.26",
388387
"@storybook/addon-essentials": "^6.0.26",
389388
"@storybook/addon-knobs": "^6.0.26",
390389
"@storybook/addon-storyshots": "^6.0.26",
390+
"@storybook/addons": "^6.0.16",
391391
"@storybook/components": "^6.0.26",
392392
"@storybook/core": "^6.0.26",
393393
"@storybook/core-events": "^6.0.26",
@@ -605,11 +605,11 @@
605605
"cpy": "^8.1.1",
606606
"cronstrue": "^1.51.0",
607607
"css-loader": "^3.4.2",
608+
"cypress": "^6.2.1",
608609
"cypress-cucumber-preprocessor": "^2.5.2",
609610
"cypress-multi-reporters": "^1.4.0",
610611
"cypress-pipe": "^2.0.0",
611612
"cypress-promise": "^1.1.0",
612-
"cypress": "^6.2.1",
613613
"d3": "3.5.17",
614614
"d3-cloud": "1.2.5",
615615
"d3-scale": "1.0.7",

0 commit comments

Comments
 (0)