Skip to content

Commit

Permalink
Bump lodash.merge and webpack-dev-server (microsoft#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitten authored Oct 16, 2019
1 parent 4ef2d75 commit 751fe68
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 212 deletions.
2 changes: 1 addition & 1 deletion Composer/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"terser-webpack-plugin": "1.2.2",
"url-loader": "1.1.2",
"webpack": "4.28.3",
"webpack-dev-server": "3.1.14",
"webpack-dev-server": "3.8.2",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions Composer/packages/extensions/obiformeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.1",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"nanoid": "^2.0.1",
Expand Down Expand Up @@ -89,7 +89,7 @@
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
"webpack-dev-server": "^3.8.2"
},
"author": "",
"homepage": "https://github.com/Microsoft/BotFramework-Composer",
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/lib/code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.7.0"
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"@bfcomposer/monaco-editor-webpack-plugin": "^1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/lib/component-scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
"webpack-dev-server": "^3.8.2"
}
}
2 changes: 1 addition & 1 deletion Composer/packages/lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"json-schema": "^0.2.5"
Expand Down
Loading

0 comments on commit 751fe68

Please sign in to comment.