Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 27, 2021
1 parent e03ea3c commit 89b0710
Show file tree
Hide file tree
Showing 5 changed files with 825 additions and 728 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"webpack-dev-server": "^4.0.0-beta.0"
},
"resolutions": {
"cypress": "=3.4.1"
"cypress": "=3.4.1",
"webpack-dev-server": "=4.0.0-rc.0"
},
"engines": {
"node": ">=8.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-dev-vue2/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = createConfig({
filename: '[name].js'
},
devServer: {
onBeforeSetupMiddleware (app) {
onBeforeSetupMiddleware ({ app }) {
app.use('/__open-in-editor', openInEditor())
},
proxy: {
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-dev-vue3/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = createConfig({
},
devServer: {
port: 8090,
onBeforeSetupMiddleware (app) {
onBeforeSetupMiddleware ({ app }) {
app.use('/__open-in-editor', openInEditor())
},
proxy: {
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-host/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = createConfig({
},
devServer: {
port: 8091,
onBeforeSetupMiddleware (app) {
onBeforeSetupMiddleware ({ app }) {
app.use('/__open-in-editor', openInEditor())
}
}
Expand Down
Loading

0 comments on commit 89b0710

Please sign in to comment.