From 664760d013d92ff43667d4b5a20a9e1df7be14a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 07:16:43 +0000 Subject: [PATCH] Bump @types/tailwindcss from 3.0.11 to 3.1.0 Bumps [@types/tailwindcss](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tailwindcss) from 3.0.11 to 3.1.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tailwindcss) --- updated-dependencies: - dependency-name: "@types/tailwindcss" 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, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 482257d..cf87085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@testing-library/vue": "8.1.0", "@types/node": "20.12.12", "@types/starwars-names": "1.6.2", - "@types/tailwindcss": "3.0.11", + "@types/tailwindcss": "3.1.0", "@typescript-eslint/eslint-plugin": "7.10.0", "@typescript-eslint/parser": "7.10.0", "@vitejs/plugin-vue": "5.0.4", @@ -2626,10 +2626,14 @@ "dev": true }, "node_modules/@types/tailwindcss": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-3.0.11.tgz", - "integrity": "sha512-PR+BOIrI+rxteHwFvkfIOty+PDJwTG4ute3alxSSXpF/xKpryO1room265m46Auyae0VwqUYs3PuVEOF9Oil3w==", - "dev": true + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-3.1.0.tgz", + "integrity": "sha512-JxPzrm609hzvF4nmOI3StLjbBEP3WWQxDDJESqR1nh94h7gyyy3XSl0hn5RBMJ9mPudlLjtaXs5YEBtLw7CnPA==", + "deprecated": "This is a stub types definition. tailwindcss provides its own type definitions, so you do not need this installed.", + "dev": true, + "dependencies": { + "tailwindcss": "*" + } }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "7.10.0", diff --git a/package.json b/package.json index 07a52be..687604a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@testing-library/vue": "8.1.0", "@types/node": "20.12.12", "@types/starwars-names": "1.6.2", - "@types/tailwindcss": "3.0.11", + "@types/tailwindcss": "3.1.0", "@typescript-eslint/eslint-plugin": "7.10.0", "@typescript-eslint/parser": "7.10.0", "@vitejs/plugin-vue": "5.0.4",