feat: update three.js dependency to version 0.182.0
Some checks failed
Deploy Production / deploy (push) Failing after 1m46s

This commit is contained in:
Frank John Begornia
2026-01-12 23:13:09 +08:00
parent 27dabed2d2
commit 2f913f39c4
2 changed files with 6 additions and 5 deletions

10
package-lock.json generated
View File

@@ -15,6 +15,7 @@
"nuxt": "^4.2.0", "nuxt": "^4.2.0",
"stripe": "^19.3.0", "stripe": "^19.3.0",
"tailwindcss": "^4.1.16", "tailwindcss": "^4.1.16",
"three": "^0.182.0",
"vue": "^3.5.22", "vue": "^3.5.22",
"vue-router": "^4.6.3" "vue-router": "^4.6.3"
} }
@@ -11170,11 +11171,10 @@
} }
}, },
"node_modules/three": { "node_modules/three": {
"version": "0.172.0", "version": "0.182.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.172.0.tgz", "resolved": "https://registry.npmjs.org/three/-/three-0.182.0.tgz",
"integrity": "sha512-6HMgMlzU97MsV7D/tY8Va38b83kz8YJX+BefKjspMNAv0Vx6dxMogHOrnRl/sbMIs3BPUKijPqDqJ/+UwJbIow==", "integrity": "sha512-GbHabT+Irv+ihI1/f5kIIsZ+Ef9Sl5A1Y7imvS5RQjWgtTPfPnZ43JmlYI7NtCRDK9zir20lQpfg8/9Yd02OvQ==",
"license": "MIT", "license": "MIT"
"peer": true
}, },
"node_modules/tiny-invariant": { "node_modules/tiny-invariant": {
"version": "1.3.3", "version": "1.3.3",

View File

@@ -18,6 +18,7 @@
"nuxt": "^4.2.0", "nuxt": "^4.2.0",
"stripe": "^19.3.0", "stripe": "^19.3.0",
"tailwindcss": "^4.1.16", "tailwindcss": "^4.1.16",
"three": "^0.182.0",
"vue": "^3.5.22", "vue": "^3.5.22",
"vue-router": "^4.6.3" "vue-router": "^4.6.3"
} }