mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[6.8] Dependency updates (#64936)
This commit is contained in:
parent
f287f70222
commit
a860ad6c57
7 changed files with 456 additions and 882 deletions
18
package.json
18
package.json
|
@ -92,6 +92,10 @@
|
|||
"**/@types/node": "10.12.27",
|
||||
"@elastic/eui/lodash": "npm:@elastic/lodash@3.10.1-kibana4",
|
||||
"**/cypress/lodash": "4.17.13",
|
||||
"**/babel-plugin-inline-react-svg/svgo/js-yaml": "^3.13.1",
|
||||
"**/grunt/js-yaml": "^3.13.1",
|
||||
"**/load-grunt-config/js-yaml": "^3.13.1",
|
||||
"**/serialize-javascript": "^2.1.1",
|
||||
"@types/react": "16.3.14"
|
||||
},
|
||||
"workspaces": {
|
||||
|
@ -168,16 +172,16 @@
|
|||
"globby": "^8.0.1",
|
||||
"good-squeeze": "2.1.0",
|
||||
"h2o2": "^8.1.2",
|
||||
"handlebars": "4.5.3",
|
||||
"handlebars": "4.7.6",
|
||||
"hapi": "^17.5.3",
|
||||
"hjson": "3.1.0",
|
||||
"hoek": "^5.0.4",
|
||||
"http-proxy-agent": "^2.1.0",
|
||||
"https-proxy-agent": "^2.2.1",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"inert": "^5.1.0",
|
||||
"joi": "^13.5.2",
|
||||
"jquery": "^3.3.1",
|
||||
"js-yaml": "3.4.1",
|
||||
"jquery": "^3.4.1",
|
||||
"js-yaml": "3.13.1",
|
||||
"json-stringify-pretty-compact": "1.0.4",
|
||||
"json-stringify-safe": "5.0.1",
|
||||
"jstimezonedetect": "1.0.5",
|
||||
|
@ -190,7 +194,7 @@
|
|||
"less-loader": "4.1.0",
|
||||
"lodash": "npm:@elastic/lodash@3.10.1-kibana4",
|
||||
"lru-cache": "4.1.1",
|
||||
"markdown-it": "^8.4.1",
|
||||
"markdown-it": "^10.0.0",
|
||||
"mini-css-extract-plugin": "0.4.4",
|
||||
"minimatch": "^3.0.4",
|
||||
"mkdirp": "0.5.1",
|
||||
|
@ -237,7 +241,7 @@
|
|||
"set-value": "^3.0.2",
|
||||
"stream-stream": "^1.2.6",
|
||||
"style-loader": "0.23.1",
|
||||
"tar": "2.2.0",
|
||||
"tar": "2.2.2",
|
||||
"terser-webpack-plugin": "^1.1.0",
|
||||
"thread-loader": "^2.1.2",
|
||||
"tinygradient": "0.3.0",
|
||||
|
@ -363,7 +367,7 @@
|
|||
"expect.js": "0.3.1",
|
||||
"faker": "1.1.0",
|
||||
"fetch-mock": "7.3.0",
|
||||
"geckodriver": "^1.16.0",
|
||||
"geckodriver": "^1.16.2",
|
||||
"getopts": "2.0.0",
|
||||
"grunt": "1.0.1",
|
||||
"grunt-cli": "^1.2.0",
|
||||
|
|
629
packages/kbn-pm/dist/index.js
vendored
629
packages/kbn-pm/dist/index.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -50,7 +50,7 @@
|
|||
"html": "1.0.0",
|
||||
"html-loader": "^0.5.5",
|
||||
"imports-loader": "^0.8.0",
|
||||
"jquery": "^3.3.1",
|
||||
"jquery": "^3.4.1",
|
||||
"keymirror": "0.1.1",
|
||||
"moment": "^2.20.1",
|
||||
"node-sass": "^4.9.4",
|
||||
|
|
|
@ -115,7 +115,8 @@ export class VegaParser {
|
|||
*/
|
||||
_compileVegaLite() {
|
||||
this.vlspec = this.spec;
|
||||
const logger = vega.logger(vega.Warn);
|
||||
// eslint-disable-next-line import/namespace
|
||||
const logger = vega.logger(vega.Warn); // note: eslint has a false positive here
|
||||
logger.warn = this._onWarning.bind(this);
|
||||
this.spec = vegaLite.compile(this.vlspec, logger).spec;
|
||||
|
||||
|
|
|
@ -133,7 +133,8 @@ export class VegaBaseView {
|
|||
|
||||
createViewConfig() {
|
||||
const config = {
|
||||
logLevel: vega.Warn,
|
||||
// eslint-disable-next-line import/namespace
|
||||
logLevel: vega.Warn, // note: eslint has a false positive here
|
||||
renderer: this._parser.renderer,
|
||||
};
|
||||
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
"brace": "0.11.1",
|
||||
"chroma-js": "^1.3.6",
|
||||
"classnames": "2.2.5",
|
||||
"concat-stream": "1.5.1",
|
||||
"concat-stream": "1.6.2",
|
||||
"constate": "^0.9.0",
|
||||
"content-disposition": "0.5.3",
|
||||
"copy-to-clipboard": "^3.0.8",
|
||||
|
@ -167,7 +167,7 @@
|
|||
"dedent": "^0.7.0",
|
||||
"dragselect": "1.8.1",
|
||||
"elasticsearch": "^15.5.0",
|
||||
"extract-zip": "1.5.0",
|
||||
"extract-zip": "^1.7.0",
|
||||
"file-saver": "^1.3.8",
|
||||
"font-awesome": "4.4.0",
|
||||
"formsy-react": "^1.1.5",
|
||||
|
@ -178,7 +178,7 @@
|
|||
"graphql-fields": "^1.0.2",
|
||||
"graphql-tag": "^2.9.2",
|
||||
"graphql-tools": "^3.0.2",
|
||||
"handlebars": "4.5.3",
|
||||
"handlebars": "4.7.6",
|
||||
"hapi-auth-cookie": "^9.0.0",
|
||||
"history": "4.7.2",
|
||||
"history-extra": "^4.0.2",
|
||||
|
@ -189,7 +189,7 @@
|
|||
"intl": "^1.2.5",
|
||||
"io-ts": "^1.4.2",
|
||||
"joi": "^13.5.2",
|
||||
"jquery": "^3.3.1",
|
||||
"jquery": "^3.4.1",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
"jsonwebtoken": "^8.3.0",
|
||||
"jstimezonedetect": "1.0.5",
|
||||
|
@ -204,7 +204,7 @@
|
|||
"lodash.uniqby": "^4.7.0",
|
||||
"lz-string": "^1.4.4",
|
||||
"mapbox-gl": "0.52.0",
|
||||
"markdown-it": "^8.4.1",
|
||||
"markdown-it": "^10.0.0",
|
||||
"mime": "^2.2.2",
|
||||
"mkdirp": "0.5.1",
|
||||
"moment": "^2.20.1",
|
||||
|
@ -215,9 +215,8 @@
|
|||
"nodemailer": "^4.6.4",
|
||||
"object-path-immutable": "^0.5.3",
|
||||
"oppsy": "^2.0.0",
|
||||
"papaparse": "^4.6.0",
|
||||
"papaparse": "^5.2.0",
|
||||
"pdfmake": "0.1.33",
|
||||
"pivotal-ui": "13.0.1",
|
||||
"pluralize": "3.1.0",
|
||||
"pngjs": "3.3.1",
|
||||
"polished": "^1.9.2",
|
||||
|
@ -233,7 +232,6 @@
|
|||
"react-dom": "^16.6.0",
|
||||
"react-dropzone": "^4.2.9",
|
||||
"react-fast-compare": "^2.0.4",
|
||||
"react-markdown-renderer": "^1.4.0",
|
||||
"react-portal": "^3.2.0",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-redux-request": "^1.5.6",
|
||||
|
@ -261,7 +259,7 @@
|
|||
"squel": "^5.12.2",
|
||||
"style-it": "2.1.2",
|
||||
"styled-components": "3.3.3",
|
||||
"tar-fs": "1.13.0",
|
||||
"tar-fs": "1.16.3",
|
||||
"tinycolor2": "1.3.0",
|
||||
"tinymath": "1.1.1",
|
||||
"topojson-client": "3.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue