From d75aa43f9d6b961ac08ab6fd0e4dad2ef94ccd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 19:21:40 -0700 Subject: [PATCH] Bump three and @types/three (#272) Bumps [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three). These dependencies needed to be updated together. Updates `three` from 0.153.0 to 0.154.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.152.1 to 0.154.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) --- updated-dependencies: - dependency-name: three dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/three" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 25 ++++++++++++++++--------- package.json | 4 ++-- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 463a331..f0f2ba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,13 +14,13 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.14.0", - "three": "^0.153.0" + "three": "^0.154.0" }, "devDependencies": { "@types/react": "^18.2.11", "@types/react-dom": "^18.2.5", "@types/react-router-dom": "^5.3.3", - "@types/three": "^0.152.1", + "@types/three": "^0.154.0", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.0", "@vitejs/plugin-legacy": "^4.0.5", @@ -2688,16 +2688,17 @@ "dev": true }, "node_modules/@types/three": { - "version": "0.152.1", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.152.1.tgz", - "integrity": "sha512-PMOCQnx9JRmq+2OUGTPoY9h1hTWD2L7/nmuW/SyNq1Vbq3Lwt3MNdl3wYSa4DvLTGv62NmIXD9jYdAOwohwJyw==", + "version": "0.154.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.154.0.tgz", + "integrity": "sha512-IioqpGhch6FdLDh4zazRn3rXHj6Vn2nVOziJdXVbJFi9CaI65LtP9qqUtpzbsHK2Ezlox8NtsLNHSw3AQzucjA==", "dev": true, "dependencies": { "@tweenjs/tween.js": "~18.6.4", "@types/stats.js": "*", "@types/webxr": "*", "fflate": "~0.6.9", - "lil-gui": "~0.17.0" + "lil-gui": "~0.17.0", + "meshoptimizer": "~0.18.1" } }, "node_modules/@types/webxr": { @@ -4201,6 +4202,12 @@ "node": ">= 8" } }, + "node_modules/meshoptimizer": { + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/meshoptimizer/-/meshoptimizer-0.18.1.tgz", + "integrity": "sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw==", + "dev": true + }, "node_modules/micromatch": { "version": "4.0.5", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", @@ -4925,9 +4932,9 @@ "dev": true }, "node_modules/three": { - "version": "0.153.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.153.0.tgz", - "integrity": "sha512-OCP2/uQR6GcDpSLnJt/3a4mdS0kNWcbfUXIwLoEMgLzEUIVIYsSDwskpmOii/AkDM+BBwrl6+CKgrjX9+E2aWg==" + "version": "0.154.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.154.0.tgz", + "integrity": "sha512-Uzz8C/5GesJzv8i+Y2prEMYUwodwZySPcNhuJUdsVMH2Yn4Nm8qlbQe6qRN5fOhg55XB0WiLfTPBxVHxpE60ug==" }, "node_modules/to-fast-properties": { "version": "2.0.0", diff --git a/package.json b/package.json index b7db07c..f2e1c9f 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,13 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.14.0", - "three": "^0.153.0" + "three": "^0.154.0" }, "devDependencies": { "@types/react": "^18.2.11", "@types/react-dom": "^18.2.5", "@types/react-router-dom": "^5.3.3", - "@types/three": "^0.152.1", + "@types/three": "^0.154.0", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.0", "@vitejs/plugin-legacy": "^4.0.5",