forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename @elastic/* packages to @kbn/* (elastic#138957)
* rename @elastic/* packages to @kbn/* * update yarn.lock * [CI] Auto-commit changed files from 'node scripts/generate packages_build_manifest' * update lint task * review feedback Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
1 parent
ad135e9
commit 9003353
Showing
274 changed files
with
280 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,6 @@ | |
"@dnd-kit/utilities": "^2.0.0", | ||
"@elastic/apm-rum": "^5.12.0", | ||
"@elastic/apm-rum-react": "^1.4.2", | ||
"@elastic/apm-synthtrace": "link:bazel-bin/packages/elastic-apm-synthtrace", | ||
"@elastic/charts": "47.1.1", | ||
"@elastic/datemath": "5.0.3", | ||
"@elastic/elasticsearch": "npm:@elastic/[email protected]", | ||
|
@@ -113,7 +112,6 @@ | |
"@elastic/numeral": "^2.5.1", | ||
"@elastic/react-search-ui": "^1.14.0", | ||
"@elastic/request-crypto": "2.0.1", | ||
"@elastic/safer-lodash-set": "link:bazel-bin/packages/elastic-safer-lodash-set", | ||
"@elastic/search-ui-app-search-connector": "^1.14.0", | ||
"@emotion/cache": "^11.9.3", | ||
"@emotion/css": "^11.9.0", | ||
|
@@ -139,6 +137,7 @@ | |
"@kbn/analytics-shippers-elastic-v3-server": "link:bazel-bin/packages/analytics/shippers/elastic_v3/server", | ||
"@kbn/analytics-shippers-fullstory": "link:bazel-bin/packages/analytics/shippers/fullstory", | ||
"@kbn/apm-config-loader": "link:bazel-bin/packages/kbn-apm-config-loader", | ||
"@kbn/apm-synthtrace": "link:bazel-bin/packages/kbn-apm-synthtrace", | ||
"@kbn/apm-utils": "link:bazel-bin/packages/kbn-apm-utils", | ||
"@kbn/chart-icons": "link:bazel-bin/packages/kbn-chart-icons", | ||
"@kbn/coloring": "link:bazel-bin/packages/kbn-coloring", | ||
|
@@ -282,6 +281,7 @@ | |
"@kbn/plugin-discovery": "link:bazel-bin/packages/kbn-plugin-discovery", | ||
"@kbn/react-field": "link:bazel-bin/packages/kbn-react-field", | ||
"@kbn/rule-data-utils": "link:bazel-bin/packages/kbn-rule-data-utils", | ||
"@kbn/safer-lodash-set": "link:bazel-bin/packages/kbn-safer-lodash-set", | ||
"@kbn/securitysolution-autocomplete": "link:bazel-bin/packages/kbn-securitysolution-autocomplete", | ||
"@kbn/securitysolution-es-utils": "link:bazel-bin/packages/kbn-securitysolution-es-utils", | ||
"@kbn/securitysolution-hook-utils": "link:bazel-bin/packages/kbn-securitysolution-hook-utils", | ||
|
@@ -725,7 +725,6 @@ | |
"@types/deep-freeze-strict": "^1.1.0", | ||
"@types/delete-empty": "^2.0.0", | ||
"@types/ejs": "^3.0.6", | ||
"@types/elastic__apm-synthtrace": "link:bazel-bin/packages/elastic-apm-synthtrace/npm_module_types", | ||
"@types/enzyme": "^3.10.8", | ||
"@types/eslint": "^7.28.0", | ||
"@types/express": "^4.17.13", | ||
|
@@ -775,6 +774,7 @@ | |
"@types/kbn__analytics-shippers-elastic-v3-server": "link:bazel-bin/packages/analytics/shippers/elastic_v3/server/npm_module_types", | ||
"@types/kbn__analytics-shippers-fullstory": "link:bazel-bin/packages/analytics/shippers/fullstory/npm_module_types", | ||
"@types/kbn__apm-config-loader": "link:bazel-bin/packages/kbn-apm-config-loader/npm_module_types", | ||
"@types/kbn__apm-synthtrace": "link:bazel-bin/packages/kbn-apm-synthtrace/npm_module_types", | ||
"@types/kbn__apm-utils": "link:bazel-bin/packages/kbn-apm-utils/npm_module_types", | ||
"@types/kbn__axe-config": "link:bazel-bin/packages/kbn-axe-config/npm_module_types", | ||
"@types/kbn__bazel-packages": "link:bazel-bin/packages/kbn-bazel-packages/npm_module_types", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.