mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Update webpack related packages * force updates to transient dep versions # Conflicts: # yarn.lock
This commit is contained in:
parent
cfa08dc6a6
commit
03a2b641f9
5 changed files with 625 additions and 890 deletions
|
@ -187,7 +187,7 @@
|
|||
"lodash.clonedeep": "^4.5.0",
|
||||
"lru-cache": "4.1.5",
|
||||
"markdown-it": "^8.4.1",
|
||||
"mini-css-extract-plugin": "0.4.4",
|
||||
"mini-css-extract-plugin": "0.7.0",
|
||||
"minimatch": "^3.0.4",
|
||||
"mkdirp": "0.5.1",
|
||||
"moment": "^2.20.1",
|
||||
|
@ -252,8 +252,8 @@
|
|||
"vega-schema-url-parser": "1.0.0",
|
||||
"vega-tooltip": "^0.9.14",
|
||||
"vision": "^5.3.3",
|
||||
"webpack": "4.23.1",
|
||||
"webpack-merge": "4.1.4",
|
||||
"webpack": "4.33.0",
|
||||
"webpack-merge": "4.2.1",
|
||||
"whatwg-fetch": "^3.0.0",
|
||||
"yauzl": "2.10.0"
|
||||
},
|
||||
|
@ -347,7 +347,7 @@
|
|||
"chai": "3.5.0",
|
||||
"chance": "1.0.18",
|
||||
"cheerio": "0.22.0",
|
||||
"chokidar": "3.0.0",
|
||||
"chokidar": "3.0.1",
|
||||
"chromedriver": "^74.0.0",
|
||||
"classnames": "2.2.6",
|
||||
"dedent": "^0.7.0",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"style-loader": "0.23.1",
|
||||
"supports-color": "^5.5.0",
|
||||
"url-loader": "2.0.0",
|
||||
"webpack": "4.23.1",
|
||||
"webpack": "4.33.0",
|
||||
"webpack-cli": "^3.1.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"@types/tempy": "^0.2.0",
|
||||
"@types/wrap-ansi": "^2.0.14",
|
||||
"@types/write-pkg": "^3.1.0",
|
||||
"babel-loader": "8.0.5",
|
||||
"babel-loader": "8.0.6",
|
||||
"chalk": "^2.4.1",
|
||||
"cmd-shim": "^2.0.2",
|
||||
"cpy": "^7.0.1",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"babel-loader": "8.0.6",
|
||||
"brace": "0.11.1",
|
||||
"chalk": "^2.4.1",
|
||||
"chokidar": "3.0.0",
|
||||
"chokidar": "3.0.1",
|
||||
"css-loader": "^2.0.0",
|
||||
"expose-loader": "^0.7.5",
|
||||
"file-loader": "^4.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue