Skip to content

Commit

Permalink
Upgrade npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Jun 4, 2021
1 parent 7ee52e9 commit 3043646
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 325 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.idea
.project
*.sublime-*
.brackets.json
.vscode

# logs and cache
Expand All @@ -13,7 +12,6 @@
npm-debug.log*
.sass-cache
.cache
.php_cs.cache

# OS generated files
[Tt]humbs.db
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.0.3",
"jest": "^27.0.4",
"mini-css-extract-plugin": "^1.6.0",
"mitt": "^2.1.0",
"sass": "~1.34.0",
"sass-loader": "^11.1.1",
"sass": "~1.34.1",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"vue": "^2.6.12",
"vue": "^2.6.13",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12",
"vue-template-compiler": "^2.6.13",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.0.0-beta.0",
"webpack-dev-server": "^4.0.0-beta.3",
"webpack-remove-empty-scripts": "^0.7.1"
},
"peerDependencies": {
Expand Down
8 changes: 5 additions & 3 deletions webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ module.exports = {
port: 9000,
open: true,
liveReload: false,
overlay: {
warnings: false,
errors: true
client: {
overlay: {
warnings: false,
errors: true
},
},
static: path.resolve(process.cwd(), 'docs'),
},
Expand Down
Loading

0 comments on commit 3043646

Please sign in to comment.