Skip to content

Commit

Permalink
chore: upgrade npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Aug 28, 2021
1 parent 8661b59 commit 97a12f9
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 157 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@vue/compiler-sfc": "^3.1.4",
"@vue/test-utils": "^2.0.0-rc.10",
"@vue/compiler-sfc": "^3.2.6",
"@vue/test-utils": "^2.0.0-rc.12",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"bootstrap": "^4.6",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"css-loader": "^6.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"mini-css-extract-plugin": "^2.1.0",
"style-loader": "^3.0.0",
"vue": "^3.0",
"vue-jest": "^5.0.0-alpha.10",
"vue-loader": "^16.3.0",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0-beta.3"
"vue-loader": "^16.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = {
new VueLoaderPlugin(),
],
devServer: {
firewall: false,
allowedHosts: 'all',
host: 'localhost',
port: 9000,
open: true,
Expand Down
Loading

0 comments on commit 97a12f9

Please sign in to comment.