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",