matrix-art

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

commit f5ccce76da92050a883b1bf9cb344f47df029426
parent bb2757335d2b326af0275d091b36a70accf4081e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 14 Feb 2022 10:13:21 +0100

Bump tailwindcss from 3.0.21 to 3.0.22 (#66)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.21 to 3.0.22.
- [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.21...v3.0.22)

---
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 | 16+++++++++-------
Mpackage.json | 2+-
2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-unicorn": "40.1.0", "i18next-parser": "5.4.0", "postcss": "8.4.6", - "tailwindcss": "3.0.21", + "tailwindcss": "3.0.22", "typescript": "4.5.5" }, "engines": { @@ -8275,9 +8275,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.0.21", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.21.tgz", - "integrity": "sha512-PGTiaBu/K4QlzjKlLgtz6nVYlrmhy6INPMKYb6RHX18/VXwygFbRdAlJGl2NfXabTQOP62ttKwjQviWLKQuWrA==", + "version": "3.0.22", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz", + "integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==", "dev": true, "dependencies": { "arg": "^5.0.1", @@ -8293,6 +8293,7 @@ "is-glob": "^4.0.3", "normalize-path": "^3.0.0", "object-hash": "^2.2.0", + "postcss": "^8.4.6", "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.0", "postcss-nested": "5.0.6", @@ -15286,9 +15287,9 @@ "dev": true }, "tailwindcss": { - "version": "3.0.21", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.21.tgz", - "integrity": "sha512-PGTiaBu/K4QlzjKlLgtz6nVYlrmhy6INPMKYb6RHX18/VXwygFbRdAlJGl2NfXabTQOP62ttKwjQviWLKQuWrA==", + "version": "3.0.22", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz", + "integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==", "dev": true, "requires": { "arg": "^5.0.1", @@ -15304,6 +15305,7 @@ "is-glob": "^4.0.3", "normalize-path": "^3.0.0", "object-hash": "^2.2.0", + "postcss": "^8.4.6", "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.0", "postcss-nested": "5.0.6", diff --git a/package.json b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-unicorn": "40.1.0", "i18next-parser": "5.4.0", "postcss": "8.4.6", - "tailwindcss": "3.0.21", + "tailwindcss": "3.0.22", "typescript": "4.5.5" }, "optionalDependencies": {