update dependencies

This commit is contained in:
Haowei Wen 2021-08-25 01:09:32 +08:00
parent 825c2311ee
commit 7fabf579eb
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 668 additions and 491 deletions

1139
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,22 +38,22 @@
"bundles" "bundles"
], ],
"dependencies": { "dependencies": {
"@types/three": "^0.129.1", "@types/three": "^0.131.0",
"skinview-utils": "^0.6.0", "skinview-utils": "^0.6.0",
"three": "^0.129.0" "three": "^0.131.3"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.1", "@rollup/plugin-typescript": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^4.28.0", "@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.28.0", "@typescript-eslint/parser": "^4.29.3",
"@yushijinhun/three-minifier-rollup": "^0.3.0", "@yushijinhun/three-minifier-rollup": "^0.3.0",
"eslint": "^7.29.0", "eslint": "^7.32.0",
"local-web-server": "^4.2.1", "local-web-server": "^5.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rollup": "^2.52.3", "rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
"typescript": "^4.3.4" "typescript": "^4.3.5"
} }
} }