Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Update webpack related packages (elastic#47402)
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/kbn-interpreter/package.json
#	yarn.lock
  • Loading branch information
spalger authored and spalger committed Oct 5, 2019
1 parent 3ab8337 commit 846968b
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 98 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"tslib": "^1.9.3",
"type-detect": "^4.0.8",
"ui-select": "0.19.8",
"url-loader": "2.1.0",
"url-loader": "2.2.0",
"uuid": "3.3.2",
"val-loader": "^1.1.1",
"validate-npm-package-name": "2.2.2",
Expand All @@ -256,8 +256,8 @@
"vega-schema-url-parser": "1.0.0",
"vega-tooltip": "^0.9.14",
"vision": "^5.3.3",
"webpack": "4.39.2",
"webpack-merge": "4.2.1",
"webpack": "4.41.0",
"webpack-merge": "4.2.2",
"whatwg-fetch": "^3.0.0",
"yauzl": "2.10.0"
},
Expand Down Expand Up @@ -356,7 +356,7 @@
"chai": "3.5.0",
"chance": "1.0.18",
"cheerio": "0.22.0",
"chokidar": "3.0.2",
"chokidar": "3.2.1",
"chromedriver": "^77.0.0",
"classnames": "2.2.6",
"dedent": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-eslint-import-resolver-kibana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"glob-all": "^3.1.0",
"lru-cache": "^4.1.5",
"resolve": "^1.7.1",
"webpack": "^4.39.2"
"webpack": "^4.41.0"
}
}
6 changes: 3 additions & 3 deletions packages/kbn-interpreter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"sass-loader": "^7.3.1",
"style-loader": "0.23.1",
"supports-color": "^5.5.0",
"url-loader": "2.1.0",
"webpack": "4.39.2",
"webpack-cli": "^3.3.7"
"url-loader": "2.2.0",
"webpack": "4.41.0",
"webpack-cli": "^3.3.9"
}
}
4 changes: 2 additions & 2 deletions packages/kbn-pm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"tempy": "^0.3.0",
"typescript": "3.5.3",
"unlazy-loader": "^0.1.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"wrap-ansi": "^3.0.1",
"write-pkg": "^4.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/kbn-ui-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"babel-loader": "^8.0.6",
"brace": "0.11.1",
"chalk": "^2.4.2",
"chokidar": "3.0.2",
"chokidar": "3.2.1",
"core-js": "^3.2.1",
"css-loader": "^2.1.1",
"expose-loader": "^0.7.5",
Expand Down Expand Up @@ -68,8 +68,8 @@
"sass-loader": "^7.3.1",
"sinon": "^7.4.2",
"style-loader": "^0.23.1",
"webpack": "^4.39.2",
"webpack-dev-server": "^3.8.0",
"webpack": "^4.41.0",
"webpack-dev-server": "^3.8.2",
"yeoman-generator": "1.1.1",
"yo": "2.0.6"
}
Expand Down
Loading

0 comments on commit 846968b

Please sign in to comment.