From f69c19b272d0b3a6e556dcf359ed6b5ae54dcc0c Mon Sep 17 00:00:00 2001 From: Rob de Kort Date: Wed, 19 Aug 2020 19:53:25 +0200 Subject: [PATCH] Update to Tailwind 1.7.2 --- package-lock.json | 12 +++++++++--- package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1f825b3b..f8944fc9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7671,6 +7671,11 @@ } } }, + "object-hash": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.3.tgz", + "integrity": "sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==" + }, "object-inspect": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", @@ -10657,9 +10662,9 @@ "dev": true }, "tailwindcss": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.7.1.tgz", - "integrity": "sha512-gc8dvU/Oxp+z+ow3+UblVE3MB40xmau3yIMDTM4VRVhW5Rqb2tDY7MyDH9YjjnlvBqtvQaWseLk7kk6Gpk3NPA==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.7.2.tgz", + "integrity": "sha512-O1RQtVpE0KbyZDZDBjCKpph6WOROijC2qc0iPsPpft9R43lhvGDL7vJXGuhb2NVXQew9FVPW+6G61f8naJnyCg==", "requires": { "@fullhuman/postcss-purgecss": "^2.1.2", "autoprefixer": "^9.4.5", @@ -10672,6 +10677,7 @@ "lodash": "^4.17.15", "node-emoji": "^1.8.1", "normalize.css": "^8.0.1", + "object-hash": "^2.0.3", "postcss": "^7.0.11", "postcss-functions": "^3.0.0", "postcss-js": "^2.0.0", diff --git a/package.json b/package.json index 2c8dd1004..79415b69a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@tailwindcss/typography": "^0.2.0", "@tailwindcss/custom-forms": "^0.2.1", "alpinejs": "^2.6.0", - "tailwindcss": "^1.7.1" + "tailwindcss": "^1.7.2" }, "devDependencies": { "autoprefixer": "^9.8.6",