mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Sort dependencies in package.json correctly (#93590)
This commit is contained in:
parent
f5351e67b6
commit
00bad90676
1 changed files with 4 additions and 4 deletions
|
@ -327,7 +327,6 @@
|
|||
"@babel/cli": "^7.12.10",
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/parser": "^7.12.11",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
||||
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
||||
|
@ -340,6 +339,7 @@
|
|||
"@babel/preset-react": "^7.12.10",
|
||||
"@babel/preset-typescript": "^7.12.7",
|
||||
"@babel/register": "^7.12.10",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@babel/traverse": "^7.12.12",
|
||||
"@babel/types": "^7.12.12",
|
||||
"@bazel/ibazel": "^0.14.0",
|
||||
|
@ -359,6 +359,7 @@
|
|||
"@kbn/babel-code-parser": "link:packages/kbn-babel-code-parser",
|
||||
"@kbn/babel-preset": "link:packages/kbn-babel-preset",
|
||||
"@kbn/dev-utils": "link:packages/kbn-dev-utils",
|
||||
"@kbn/docs-utils": "link:packages/kbn-docs-utils",
|
||||
"@kbn/es": "link:packages/kbn-es",
|
||||
"@kbn/es-archiver": "link:packages/kbn-es-archiver",
|
||||
"@kbn/eslint-import-resolver-kibana": "link:packages/kbn-eslint-import-resolver-kibana",
|
||||
|
@ -368,7 +369,6 @@
|
|||
"@kbn/plugin-generator": "link:packages/kbn-plugin-generator",
|
||||
"@kbn/plugin-helpers": "link:packages/kbn-plugin-helpers",
|
||||
"@kbn/pm": "link:packages/kbn-pm",
|
||||
"@kbn/docs-utils": "link:packages/kbn-docs-utils",
|
||||
"@kbn/storybook": "link:packages/kbn-storybook",
|
||||
"@kbn/telemetry-tools": "link:packages/kbn-telemetry-tools",
|
||||
"@kbn/test": "link:packages/kbn-test",
|
||||
|
@ -384,13 +384,13 @@
|
|||
"@octokit/rest": "^16.35.0",
|
||||
"@percy/agent": "^0.28.6",
|
||||
"@scant/router": "^0.1.0",
|
||||
"@storybook/addons": "^6.0.16",
|
||||
"@storybook/addon-a11y": "^6.0.26",
|
||||
"@storybook/addon-actions": "^6.0.26",
|
||||
"@storybook/addon-docs": "^6.0.26",
|
||||
"@storybook/addon-essentials": "^6.0.26",
|
||||
"@storybook/addon-knobs": "^6.0.26",
|
||||
"@storybook/addon-storyshots": "^6.0.26",
|
||||
"@storybook/addons": "^6.0.16",
|
||||
"@storybook/components": "^6.0.26",
|
||||
"@storybook/core": "^6.0.26",
|
||||
"@storybook/core-events": "^6.0.26",
|
||||
|
@ -608,11 +608,11 @@
|
|||
"cpy": "^8.1.1",
|
||||
"cronstrue": "^1.51.0",
|
||||
"css-loader": "^3.4.2",
|
||||
"cypress": "^6.2.1",
|
||||
"cypress-cucumber-preprocessor": "^2.5.2",
|
||||
"cypress-multi-reporters": "^1.4.0",
|
||||
"cypress-pipe": "^2.0.0",
|
||||
"cypress-promise": "^1.1.0",
|
||||
"cypress": "^6.2.1",
|
||||
"d3": "3.5.17",
|
||||
"d3-cloud": "1.2.5",
|
||||
"d3-scale": "1.0.7",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue