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

View File

@ -11,7 +11,7 @@
"lint": "eslint source", "lint": "eslint source",
"lint_fix": "eslint source --fix", "lint_fix": "eslint source --fix",
"docs": "jsdoc -c tools/jsdoc.json", "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", "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", "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", "create_dist": "npm run create_package && npm run lint && npm run test",
@ -41,7 +41,7 @@
"draco3d": "1.5.2", "draco3d": "1.5.2",
"fflate": "0.7.3", "fflate": "0.7.3",
"rhino3dm": "7.14.0", "rhino3dm": "7.14.0",
"three": "0.140.0", "three": "0.140.2",
"web-ifc": "0.0.33", "web-ifc": "0.0.33",
"occt-import-js" : "0.0.6" "occt-import-js" : "0.0.6"
}, },