From 6e166d1f363a6bc4097c31515987e5e1dace4a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 03:08:38 +0000 Subject: [PATCH] Bump @types/tailwindcss from 2.0.3 to 2.0.4 Bumps [@types/tailwindcss](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tailwindcss) from 2.0.3 to 2.0.4. - [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-patch ... 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 5bd79ea..eefd62e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@tailwindcss/forms": "^0.3.2", "@tailwindcss/line-clamp": "^0.2.0", "@tailwindcss/typography": "^0.4.0", - "@types/tailwindcss": "^2.0.3", + "@types/tailwindcss": "^2.0.4", "@vitejs/plugin-vue": "^1.2.2", "@vue/compiler-sfc": "^3.0.11", "autoprefixer": "^10.2.5", @@ -146,9 +146,9 @@ } }, "node_modules/@types/tailwindcss": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-2.0.3.tgz", - "integrity": "sha512-UiyIhWmVyvWQwzcpgfNMtVwgdhKkXBY1GUz6+9DaIYrQXReZILlUsGK5+lQIVKRM6iirJkrI54OAok94XBqPiA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-2.0.4.tgz", + "integrity": "sha512-jxFcN+/pgZsgzAeJMTj4BMbBf57K1HgY0BWJ1KwPEQozfceQGstTl3nfwOqvX42jc349vjmzWSUlAxKxzC/t/w==", "dev": true }, "node_modules/@vitejs/plugin-vue": { @@ -1918,9 +1918,9 @@ } }, "@types/tailwindcss": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-2.0.3.tgz", - "integrity": "sha512-UiyIhWmVyvWQwzcpgfNMtVwgdhKkXBY1GUz6+9DaIYrQXReZILlUsGK5+lQIVKRM6iirJkrI54OAok94XBqPiA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-2.0.4.tgz", + "integrity": "sha512-jxFcN+/pgZsgzAeJMTj4BMbBf57K1HgY0BWJ1KwPEQozfceQGstTl3nfwOqvX42jc349vjmzWSUlAxKxzC/t/w==", "dev": true }, "@vitejs/plugin-vue": { diff --git a/package.json b/package.json index 8250806..0ae0228 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@tailwindcss/forms": "^0.3.2", "@tailwindcss/line-clamp": "^0.2.0", "@tailwindcss/typography": "^0.4.0", - "@types/tailwindcss": "^2.0.3", + "@types/tailwindcss": "^2.0.4", "@vitejs/plugin-vue": "^1.2.2", "@vue/compiler-sfc": "^3.0.11", "autoprefixer": "^10.2.5",