From 11790d5926e3721d864f6600a938998571f6ff7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 07:07:58 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 2 updates Bumps the development-dependencies group with 2 updates in the / directory: [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) and [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss). Updates `@types/three` from 0.176.0 to 0.181.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) Updates `prettier-plugin-tailwindcss` from 0.6.14 to 0.7.1 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.14...v0.7.1) --- updated-dependencies: - dependency-name: "@types/three" dependency-version: 0.181.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e38221e..f99dbfd 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@tailwindcss/typography": "^0.5.16", "@threlte/gltf": "^3.0.1", "@types/pako": "^2.0.3", - "@types/three": "^0.176.0", + "@types/three": "^0.181.0", "@types/ua-parser-js": "^0.7.39", "@vitest/coverage-v8": "^3.1.3", "eslint": "^9.26.0", @@ -56,7 +56,7 @@ "eslint-plugin-svelte": "^3.5.1", "prettier": "^3.5.3", "prettier-plugin-svelte": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.11", + "prettier-plugin-tailwindcss": "^0.7.1", "svelte": "^5.32.1", "svelte-check": "^4.0.0", "tailwindcss": "^4.1.7",