update dependencies

This commit is contained in:
Haowei Wen 2022-01-08 05:36:58 +08:00
parent 5fbf497002
commit e989c6c8cf
2 changed files with 536 additions and 765 deletions

1281
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,22 +38,22 @@
"bundles"
],
"dependencies": {
"@types/three": "^0.132.0",
"@types/three": "^0.136.1",
"skinview-utils": "^0.6.2",
"three": "^0.132.2"
"three": "^0.136.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-typescript": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@yushijinhun/three-minifier-rollup": "^0.3.0",
"eslint": "^7.32.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@yushijinhun/three-minifier-rollup": "^0.3.1",
"eslint": "^8.6.0",
"local-web-server": "^5.1.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.57.0",
"rollup": "^2.63.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.4.3"
"typescript": "^4.5.4"
}
}