update dev dependencies

This commit is contained in:
Haowei Wen 2021-02-18 04:06:34 +08:00
parent 4dcca770ca
commit 00414b6fff
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 651 additions and 557 deletions

1194
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,17 +42,17 @@
"three": "^0.125.2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-typescript": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@yushijinhun/three-minifier-rollup": "^0.2.0",
"eslint": "^7.12.1",
"eslint": "^7.20.0",
"local-web-server": "^4.2.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.32.1",
"rollup": "^2.39.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.0.5"
"typescript": "^4.1.5"
}
}