matrix-art

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

commit 489d197e99f3e274b83762a8581b914ef2b223eb
parent fb4bfa67b832d3f3bb8fc47f0a831e6db002dcac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu, 27 Jan 2022 12:34:48 +0100

Bump tailwindcss from 3.0.16 to 3.0.17 (#28)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.16 to 3.0.17.
- [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.16...v3.0.17)

---
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 @@ -39,7 +39,7 @@ "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-unicorn": "40.1.0", "postcss": "8.4.5", - "tailwindcss": "3.0.16", + "tailwindcss": "3.0.17", "typescript": "4.5.5" }, "engines": { @@ -6899,14 +6899,14 @@ } }, "node_modules/tailwindcss": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz", - "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==", + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.17.tgz", + "integrity": "sha512-OiHUsmOKQQEg/ocXaLIjk/kOz8EK2jF6iPuc1bQ4NsmhYl7sk70UDsGV02AJvBAAiJhinPCkDR8egT9qY+ulCw==", "dev": true, "dependencies": { "arg": "^5.0.1", "chalk": "^4.1.2", - "chokidar": "^3.5.2", + "chokidar": "^3.5.3", "color-name": "^1.1.4", "cosmiconfig": "^7.0.1", "detective": "^5.2.0", @@ -12544,14 +12544,14 @@ "dev": true }, "tailwindcss": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz", - "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==", + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.17.tgz", + "integrity": "sha512-OiHUsmOKQQEg/ocXaLIjk/kOz8EK2jF6iPuc1bQ4NsmhYl7sk70UDsGV02AJvBAAiJhinPCkDR8egT9qY+ulCw==", "dev": true, "requires": { "arg": "^5.0.1", "chalk": "^4.1.2", - "chokidar": "^3.5.2", + "chokidar": "^3.5.3", "color-name": "^1.1.4", "cosmiconfig": "^7.0.1", "detective": "^5.2.0", diff --git a/package.json b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-unicorn": "40.1.0", "postcss": "8.4.5", - "tailwindcss": "3.0.16", + "tailwindcss": "3.0.17", "typescript": "4.5.5" }, "optionalDependencies": {