matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit b5531e3f7beb0c6cc51fd99c27bd3adde159cac4
parent 700f98fecf04133629e85750952da9827ff8c82f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue, 25 Jan 2022 14:46:48 +0100

Bump tailwindcss from 3.0.15 to 3.0.16 (#25)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.15 to 3.0.16.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.15...v3.0.16)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
Mpackage-lock.json | 18+++++++++---------
Mpackage.json | 2+-
2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -35,7 +35,7 @@ "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-unicorn": "40.1.0", "postcss": "8.4.5", - "tailwindcss": "3.0.15", + "tailwindcss": "3.0.16", "typescript": "4.5.5" }, "engines": { @@ -6289,9 +6289,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", - "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz", + "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==", "dev": true, "dependencies": { "arg": "^5.0.1", @@ -6302,7 +6302,7 @@ "detective": "^5.2.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.7", + "fast-glob": "^3.2.11", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "normalize-path": "^3.0.0", @@ -11442,9 +11442,9 @@ "dev": true }, "tailwindcss": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", - "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz", + "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==", "dev": true, "requires": { "arg": "^5.0.1", @@ -11455,7 +11455,7 @@ "detective": "^5.2.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.7", + "fast-glob": "^3.2.11", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-unicorn": "40.1.0", "postcss": "8.4.5", - "tailwindcss": "3.0.15", + "tailwindcss": "3.0.16", "typescript": "4.5.5" }, "optionalDependencies": {