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

View File

@ -54,8 +54,8 @@
"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.2", "three": "0.141.0",
"web-ifc": "0.0.33", "web-ifc": "0.0.35",
"occt-import-js" : "0.0.7" "occt-import-js" : "0.0.7"
}, },
"eslintConfig": { "eslintConfig": {