Update Vue sample deps to get rid of the annoying warning.
This commit is contained in:
parent
bbfd3c51c7
commit
47aa6faa11
File diff suppressed because it is too large
Load Diff
|
@ -5,7 +5,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build":"webpack"
|
"build": "webpack"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -16,9 +16,9 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://gosora-project.com",
|
"homepage": "https://gosora-project.com",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"webpack-cli": "^3.3.3"
|
"webpack-cli": "^3.3.9"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"webpack": "^4.33.0"
|
"webpack": "^4.41.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue