Update three.js to version 0.140.2.

This commit is contained in:
kovacsv 2022-05-14 09:29:44 +02:00
parent 5dcedf559f
commit 423c9dcce2
3 changed files with 10 additions and 10 deletions

2
libs/three.min.js vendored

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"fflate": "0.7.3",
"occt-import-js": "0.0.6",
"rhino3dm": "7.14.0",
"three": "0.140.0",
"three": "0.140.2",
"web-ifc": "0.0.33"
},
"devDependencies": {
@ -4925,9 +4925,9 @@
"dev": true
},
"node_modules/three": {
"version": "0.140.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.140.0.tgz",
"integrity": "sha512-jcHjbnYspPLDdsDQChmzyAoZ5KhJbgFk6pNGlAIc9fQMvsfPGjF5H9glrngqvb2CR/qXcClMyp5PYdF996lldA=="
"version": "0.140.2",
"resolved": "https://registry.npmjs.org/three/-/three-0.140.2.tgz",
"integrity": "sha512-DdT/AHm/TbZXEhQKQpGt5/iSgBrmXpjU26FNtj1KhllVPTKj1eG4X/ShyD5W2fngE+I1s1wa4ttC4C3oCJt7Ag=="
},
"node_modules/timers-ext": {
"version": "0.1.7",
@ -9046,9 +9046,9 @@
"dev": true
},
"three": {
"version": "0.140.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.140.0.tgz",
"integrity": "sha512-jcHjbnYspPLDdsDQChmzyAoZ5KhJbgFk6pNGlAIc9fQMvsfPGjF5H9glrngqvb2CR/qXcClMyp5PYdF996lldA=="
"version": "0.140.2",
"resolved": "https://registry.npmjs.org/three/-/three-0.140.2.tgz",
"integrity": "sha512-DdT/AHm/TbZXEhQKQpGt5/iSgBrmXpjU26FNtj1KhllVPTKj1eG4X/ShyD5W2fngE+I1s1wa4ttC4C3oCJt7Ag=="
},
"timers-ext": {
"version": "0.1.7",

View File

@ -11,7 +11,7 @@
"lint": "eslint source",
"lint_fix": "eslint source --fix",
"docs": "jsdoc -c tools/jsdoc.json",
"update_libs": "node tools/run_python.js tools/update_libs.py",
"update_libs": "npm install && node tools/run_python.js tools/update_libs.py",
"generate_icon_font": "node tools/run_python.js tools/generate_icon_font.py",
"update_engine_exports": "node tools/run_python.js tools/update_engine_exports.py",
"create_dist": "npm run create_package && npm run lint && npm run test",
@ -41,7 +41,7 @@
"draco3d": "1.5.2",
"fflate": "0.7.3",
"rhino3dm": "7.14.0",
"three": "0.140.0",
"three": "0.140.2",
"web-ifc": "0.0.33",
"occt-import-js" : "0.0.6"
},