mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Merge pull request #3122 from rblopes/upgrade-development-dependencies
Upgrade development dependencies.
This commit is contained in:
commit
a79abf436b
4 changed files with 1601 additions and 804 deletions
749
v3/package-lock.json
generated
749
v3/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -36,12 +36,12 @@
|
|||
"web audio"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint": "^4.3.0",
|
||||
"fs-extra": "^4.0.0",
|
||||
"eslint": "^4.13.1",
|
||||
"fs-extra": "^5.0.0",
|
||||
"node-sloc": "^0.1.10",
|
||||
"uglifyjs-webpack-plugin": "^0.4.6",
|
||||
"uglifyjs-webpack-plugin": "^1.1.2",
|
||||
"uuid": "^3.1.0",
|
||||
"webpack": "^3.4.1",
|
||||
"webpack": "^3.10.0",
|
||||
"webpack-shell-plugin": "^0.5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,11 +32,13 @@ module.exports = {
|
|||
include: /\.min\.js$/,
|
||||
parallel: true,
|
||||
sourceMap: false,
|
||||
compress: true,
|
||||
comments: false,
|
||||
uglifyOptions: {
|
||||
compress: true,
|
||||
ie8: false,
|
||||
ecma: 5,
|
||||
output: {
|
||||
comments: false
|
||||
},
|
||||
warnings: false
|
||||
},
|
||||
warningsFilter: (src) => false
|
||||
|
|
1642
v3/yarn.lock
1642
v3/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue