update dependencies

This commit is contained in:
yushijinhun 2018-04-15 11:40:01 +08:00
parent 3b23444fa1
commit acb662fc68
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 405 additions and 263 deletions

652
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,23 +30,23 @@
}, },
"homepage": "https://github.com/to2mbn/skinview3d", "homepage": "https://github.com/to2mbn/skinview3d",
"dependencies": { "dependencies": {
"three": "^0.89.0" "three": "^0.91.0"
}, },
"devDependencies": { "devDependencies": {
"@types/three": "^0.89.6", "@types/three": "^0.91.7",
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0", "babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.6.1",
"eslint": "^4.17.0", "eslint": "^4.19.1",
"local-web-server": "^2.4.0", "local-web-server": "^2.5.1",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"rollup": "^0.55.3", "rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3", "rollup-plugin-babel": "^3.0.3",
"rollup-plugin-license": "^0.5.0", "rollup-plugin-license": "^0.6.0",
"rollup-plugin-node-resolve": "^3.0.2", "rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0", "rollup-plugin-uglify": "^3.0.0",
"tslint": "^5.9.1", "tslint": "^5.9.1",
"typescript": "^2.7.1", "typescript": "^2.8.1",
"uglify-es": "^3.3.10" "uglify-es": "^3.3.10"
} }
} }