Updated packages to lates
This commit is contained in:
parent
432cb4a5cf
commit
ad74138a7c
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
|
@ -19,21 +19,21 @@
|
|||
"build:js": "set NODE_ENV=1&& webpack --progress --color"
|
||||
},
|
||||
"dependencies": {
|
||||
"es6-promise": "^4.2.4",
|
||||
"three": "^0.92.0",
|
||||
"es6-promise": "^4.2.5",
|
||||
"three": "^0.100.0",
|
||||
"tween.js": "^16.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-loader": "^7.1.4",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"copyfiles": "^2.0.0",
|
||||
"eslint": "^4.19.1",
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"babel-loader": "^8.0.5",
|
||||
"copyfiles": "^2.1.0",
|
||||
"eslint": "^5.12.1",
|
||||
"node-sass": "^4.9.0",
|
||||
"npm-run-all": "^4.1.3",
|
||||
"rimraf": "^2.6.2",
|
||||
"webpack": "^4.8.3",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-dev-server": "^3.1.4"
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rimraf": "^2.6.3",
|
||||
"webpack": "^4.29.0",
|
||||
"webpack-cli": "^3.2.1",
|
||||
"webpack-dev-server": "^3.1.14"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue