Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @elastic/fleet dependencies (main) #201196

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1162,11 +1162,11 @@
"inquirer": "^7.3.3",
"io-ts": "^2.0.5",
"ipaddr.js": "2.0.0",
"isbinaryfile": "4.0.2",
"isbinaryfile": "5.0.4",
"joi": "^17.13.3",
"joi-to-json": "^4.3.0",
"jquery": "^3.5.0",
"js-search": "^1.4.3",
"js-search": "^2.0.1",
"js-sha256": "^0.9.0",
"js-yaml": "^4.1.0",
"json-schema-to-ts": "^2.9.1",
Expand Down Expand Up @@ -1259,7 +1259,7 @@
"redux-thunk": "^2.4.2",
"redux-thunks": "^1.0.0",
"reflect-metadata": "^0.2.2",
"remark-gfm": "1.0.0",
"remark-gfm": "4.0.0",
"remark-parse-no-trim": "^8.0.4",
"remark-stringify": "^8.0.3",
"require-in-the-middle": "^7.4.0",
Expand Down Expand Up @@ -1589,7 +1589,7 @@
"@types/inquirer": "^7.3.1",
"@types/jest": "^29.5.3",
"@types/jquery": "^3.3.31",
"@types/js-search": "^1.4.0",
"@types/js-search": "^1.4.4",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^20.0.1",
"@types/json-schema": "^7.0.15",
Expand Down
3 changes: 3 additions & 0 deletions packages/kbn-babel-preset/common_preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ module.exports = () => ({
// Need this since we are using TypeScript 3.7+
require.resolve('@babel/plugin-proposal-nullish-coalescing-operator'),

// Support numeric separator used by micromark module
require.resolve('@babel/plugin-transform-numeric-separator'),

// Proposal is on stage 4, and included in ECMA-262 (https://github.com/tc39/proposal-export-ns-from)
// Need this since we are using TypeScript 3.8+
require.resolve('@babel/plugin-proposal-export-namespace-from'),
Expand Down
Loading