update three.js to r128
This commit is contained in:
parent
3f7ff52930
commit
3a808713e8
|
@ -8,8 +8,9 @@
|
|||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/three": "^0.128.0",
|
||||
"skinview-utils": "^0.6.0",
|
||||
"three": "^0.125.2"
|
||||
"three": "^0.128.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
||||
|
@ -231,6 +232,11 @@
|
|||
"@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": {
|
||||
"version": "4.24.0",
|
||||
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz",
|
||||
|
@ -3923,9 +3929,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/three": {
|
||||
"version": "0.125.2",
|
||||
"resolved": "https://registry.npmjs.org/three/-/three-0.125.2.tgz",
|
||||
"integrity": "sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA=="
|
||||
"version": "0.128.0",
|
||||
"resolved": "https://registry.npmjs.org/three/-/three-0.128.0.tgz",
|
||||
"integrity": "sha512-i0ap/E+OaSfzw7bD1TtYnPo3VEplkl70WX5fZqZnfZsE3k3aSFudqrrC9ldFZfYFkn1zwDmBcdGfiIm/hnbyZA=="
|
||||
},
|
||||
"node_modules/through": {
|
||||
"version": "2.3.8",
|
||||
|
@ -4373,6 +4379,11 @@
|
|||
"@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": {
|
||||
"version": "4.24.0",
|
||||
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz",
|
||||
|
@ -7263,9 +7274,9 @@
|
|||
}
|
||||
},
|
||||
"three": {
|
||||
"version": "0.125.2",
|
||||
"resolved": "https://registry.npmjs.org/three/-/three-0.125.2.tgz",
|
||||
"integrity": "sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA=="
|
||||
"version": "0.128.0",
|
||||
"resolved": "https://registry.npmjs.org/three/-/three-0.128.0.tgz",
|
||||
"integrity": "sha512-i0ap/E+OaSfzw7bD1TtYnPo3VEplkl70WX5fZqZnfZsE3k3aSFudqrrC9ldFZfYFkn1zwDmBcdGfiIm/hnbyZA=="
|
||||
},
|
||||
"through": {
|
||||
"version": "2.3.8",
|
||||
|
|
|
@ -38,8 +38,9 @@
|
|||
"bundles"
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/three": "^0.128.0",
|
||||
"skinview-utils": "^0.6.0",
|
||||
"three": "^0.125.2"
|
||||
"three": "^0.128.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
||||
|
|
Loading…
Reference in New Issue