Update Vue sample deps to get rid of the annoying warning.

This commit is contained in:
Azareal 2019-10-19 20:35:24 +10:00
parent bbfd3c51c7
commit 47aa6faa11
2 changed files with 314 additions and 327 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build":"webpack"
"build": "webpack"
},
"repository": {
"type": "git",
@ -16,9 +16,9 @@
"license": "MIT",
"homepage": "https://gosora-project.com",
"devDependencies": {
"webpack-cli": "^3.3.3"
"webpack-cli": "^3.3.9"
},
"dependencies": {
"webpack": "^4.33.0"
"webpack": "^4.41.2"
}
}