update three.js to r128

This commit is contained in:
Haowei Wen 2021-05-18 22:43:52 +08:00
parent 3f7ff52930
commit 3a808713e8
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 20 additions and 8 deletions

25
package-lock.json generated
View File

@ -8,8 +8,9 @@
"version": "2.0.0", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/three": "^0.128.0",
"skinview-utils": "^0.6.0", "skinview-utils": "^0.6.0",
"three": "^0.125.2" "three": "^0.128.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-node-resolve": "^13.0.0",
@ -231,6 +232,11 @@
"@types/node": "*" "@types/node": "*"
} }
}, },
"node_modules/@types/three": {
"version": "0.128.0",
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.128.0.tgz",
"integrity": "sha512-Jwq5XYUkzAcPTo34hlGAQGUyAI0b2F3aCCFWG/v7ZhJBEG5HGcusMSr70GhDlT8Gs0f02QnSPZ2RCA1MrCOa/w=="
},
"node_modules/@typescript-eslint/eslint-plugin": { "node_modules/@typescript-eslint/eslint-plugin": {
"version": "4.24.0", "version": "4.24.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz",
@ -3923,9 +3929,9 @@
} }
}, },
"node_modules/three": { "node_modules/three": {
"version": "0.125.2", "version": "0.128.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.125.2.tgz", "resolved": "https://registry.npmjs.org/three/-/three-0.128.0.tgz",
"integrity": "sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA==" "integrity": "sha512-i0ap/E+OaSfzw7bD1TtYnPo3VEplkl70WX5fZqZnfZsE3k3aSFudqrrC9ldFZfYFkn1zwDmBcdGfiIm/hnbyZA=="
}, },
"node_modules/through": { "node_modules/through": {
"version": "2.3.8", "version": "2.3.8",
@ -4373,6 +4379,11 @@
"@types/node": "*" "@types/node": "*"
} }
}, },
"@types/three": {
"version": "0.128.0",
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.128.0.tgz",
"integrity": "sha512-Jwq5XYUkzAcPTo34hlGAQGUyAI0b2F3aCCFWG/v7ZhJBEG5HGcusMSr70GhDlT8Gs0f02QnSPZ2RCA1MrCOa/w=="
},
"@typescript-eslint/eslint-plugin": { "@typescript-eslint/eslint-plugin": {
"version": "4.24.0", "version": "4.24.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz",
@ -7263,9 +7274,9 @@
} }
}, },
"three": { "three": {
"version": "0.125.2", "version": "0.128.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.125.2.tgz", "resolved": "https://registry.npmjs.org/three/-/three-0.128.0.tgz",
"integrity": "sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA==" "integrity": "sha512-i0ap/E+OaSfzw7bD1TtYnPo3VEplkl70WX5fZqZnfZsE3k3aSFudqrrC9ldFZfYFkn1zwDmBcdGfiIm/hnbyZA=="
}, },
"through": { "through": {
"version": "2.3.8", "version": "2.3.8",

View File

@ -38,8 +38,9 @@
"bundles" "bundles"
], ],
"dependencies": { "dependencies": {
"@types/three": "^0.128.0",
"skinview-utils": "^0.6.0", "skinview-utils": "^0.6.0",
"three": "^0.125.2" "three": "^0.128.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-node-resolve": "^13.0.0",