From e97efe05c37ddcc21bc46a0cc48cc8df67bfef59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:14:21 +0000 Subject: [PATCH] Bump @types/three from 0.154.0 to 0.155.0 Bumps [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) from 0.154.0 to 0.155.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) --- updated-dependencies: - dependency-name: "@types/three" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc05c659..ed74f58d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@types/react-dom": "^18.2.7", "@types/react-router-dom": "^5.3.3", "@types/react-table": "^7.7.14", - "@types/three": "^0.154.0", + "@types/three": "^0.155.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vitejs/plugin-react": "^2.2.0", @@ -6011,9 +6011,9 @@ } }, "node_modules/@types/three": { - "version": "0.154.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.154.0.tgz", - "integrity": "sha512-IioqpGhch6FdLDh4zazRn3rXHj6Vn2nVOziJdXVbJFi9CaI65LtP9qqUtpzbsHK2Ezlox8NtsLNHSw3AQzucjA==", + "version": "0.155.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.155.0.tgz", + "integrity": "sha512-IzdbqXsGsbG0flvq9D5L9pZRwySQQps2bGcizLYEsfvK3dM+B0sqKR6S+xAOXbouXemfDmHttrcQjVOM46YnAw==", "dependencies": { "@tweenjs/tween.js": "~18.6.4", "@types/stats.js": "*", @@ -21347,9 +21347,9 @@ } }, "@types/three": { - "version": "0.154.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.154.0.tgz", - "integrity": "sha512-IioqpGhch6FdLDh4zazRn3rXHj6Vn2nVOziJdXVbJFi9CaI65LtP9qqUtpzbsHK2Ezlox8NtsLNHSw3AQzucjA==", + "version": "0.155.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.155.0.tgz", + "integrity": "sha512-IzdbqXsGsbG0flvq9D5L9pZRwySQQps2bGcizLYEsfvK3dM+B0sqKR6S+xAOXbouXemfDmHttrcQjVOM46YnAw==", "requires": { "@tweenjs/tween.js": "~18.6.4", "@types/stats.js": "*", diff --git a/package.json b/package.json index ed9b4350..a045ee4f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/react-dom": "^18.2.7", "@types/react-router-dom": "^5.3.3", "@types/react-table": "^7.7.14", - "@types/three": "^0.154.0", + "@types/three": "^0.155.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vitejs/plugin-react": "^2.2.0",