Update three.js and web-ifc.

This commit is contained in:
kovacsv 2022-05-31 19:42:19 +02:00
parent eb076499f1
commit 1b8cf55ecb
4 changed files with 1713 additions and 870 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

28
package-lock.json generated
View File

@ -14,8 +14,8 @@
"fflate": "0.7.3",
"occt-import-js": "0.0.7",
"rhino3dm": "7.14.0",
"three": "0.140.2",
"web-ifc": "0.0.33"
"three": "0.141.0",
"web-ifc": "0.0.35"
},
"devDependencies": {
"clean-css-cli": "^5.5.2",
@ -4925,9 +4925,9 @@
"dev": true
},
"node_modules/three": {
"version": "0.140.2",
"resolved": "https://registry.npmjs.org/three/-/three-0.140.2.tgz",
"integrity": "sha512-DdT/AHm/TbZXEhQKQpGt5/iSgBrmXpjU26FNtj1KhllVPTKj1eG4X/ShyD5W2fngE+I1s1wa4ttC4C3oCJt7Ag=="
"version": "0.141.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.141.0.tgz",
"integrity": "sha512-JaSDAPWuk4RTzG5BYRQm8YZbERUxTfTDVouWgHMisS2to4E5fotMS9F2zPFNOIJyEFTTQDDKPpsgZVThKU3pXA=="
},
"node_modules/timers-ext": {
"version": "0.1.7",
@ -5209,9 +5209,9 @@
"dev": true
},
"node_modules/web-ifc": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/web-ifc/-/web-ifc-0.0.33.tgz",
"integrity": "sha512-9JeOia81u7GzGf/HHgtxm/USLVJATx8ZqNxtnbXTbQEiV2Utz7qdm8LpQyrcLucMQF/9tqUxkBgAYxJITf08Zw=="
"version": "0.0.35",
"resolved": "https://registry.npmjs.org/web-ifc/-/web-ifc-0.0.35.tgz",
"integrity": "sha512-if/L9RiJAD+jJ1oWtHj44+o2NG6K6azK0otE9Pbppr5hNBnouYfJQNmnHZ+Ya+wZeaByo9KeU64D60Y6lFnT4w=="
},
"node_modules/whatwg-encoding": {
"version": "2.0.0",
@ -9046,9 +9046,9 @@
"dev": true
},
"three": {
"version": "0.140.2",
"resolved": "https://registry.npmjs.org/three/-/three-0.140.2.tgz",
"integrity": "sha512-DdT/AHm/TbZXEhQKQpGt5/iSgBrmXpjU26FNtj1KhllVPTKj1eG4X/ShyD5W2fngE+I1s1wa4ttC4C3oCJt7Ag=="
"version": "0.141.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.141.0.tgz",
"integrity": "sha512-JaSDAPWuk4RTzG5BYRQm8YZbERUxTfTDVouWgHMisS2to4E5fotMS9F2zPFNOIJyEFTTQDDKPpsgZVThKU3pXA=="
},
"timers-ext": {
"version": "0.1.7",
@ -9287,9 +9287,9 @@
}
},
"web-ifc": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/web-ifc/-/web-ifc-0.0.33.tgz",
"integrity": "sha512-9JeOia81u7GzGf/HHgtxm/USLVJATx8ZqNxtnbXTbQEiV2Utz7qdm8LpQyrcLucMQF/9tqUxkBgAYxJITf08Zw=="
"version": "0.0.35",
"resolved": "https://registry.npmjs.org/web-ifc/-/web-ifc-0.0.35.tgz",
"integrity": "sha512-if/L9RiJAD+jJ1oWtHj44+o2NG6K6azK0otE9Pbppr5hNBnouYfJQNmnHZ+Ya+wZeaByo9KeU64D60Y6lFnT4w=="
},
"whatwg-encoding": {
"version": "2.0.0",

View File

@ -54,8 +54,8 @@
"draco3d": "1.5.2",
"fflate": "0.7.3",
"rhino3dm": "7.14.0",
"three": "0.140.2",
"web-ifc": "0.0.33",
"three": "0.141.0",
"web-ifc": "0.0.35",
"occt-import-js" : "0.0.7"
},
"eslintConfig": {