matrix-art

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

commit 4a67ead8a6263c2f075bc222230551a5f05a7944
parent 71c7af0bee8e0095bbd6863e5c1d7466c8487f36
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu, 20 Jan 2022 22:47:01 +0100

Bump tailwindcss from 3.0.11 to 3.0.15 (#20)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.11 to 3.0.15.
- [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.11...v3.0.15)

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

diff --git a/package-lock.json b/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-unicorn": "40.1.0", "postcss": "8.4.5", - "tailwindcss": "3.0.11", + "tailwindcss": "3.0.15", "typescript": "4.5.5" }, "engines": { @@ -6399,9 +6399,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.11.tgz", - "integrity": "sha512-JyMsQ2kPqpOvG8ow535XpauXj3wz3nQqcy2tVlXj4FQ0eNlsdzvlAqpRA3q5rPLboWirNG6r2DqKczwjW2uc8Q==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", + "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", "dev": true, "dependencies": { "arg": "^5.0.1", @@ -6420,10 +6420,10 @@ "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.0", "postcss-nested": "5.0.6", - "postcss-selector-parser": "^6.0.7", + "postcss-selector-parser": "^6.0.8", "postcss-value-parser": "^4.2.0", "quick-lru": "^5.1.1", - "resolve": "^1.20.0" + "resolve": "^1.21.0" }, "bin": { "tailwind": "lib/cli.js", @@ -11593,9 +11593,9 @@ "dev": true }, "tailwindcss": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.11.tgz", - "integrity": "sha512-JyMsQ2kPqpOvG8ow535XpauXj3wz3nQqcy2tVlXj4FQ0eNlsdzvlAqpRA3q5rPLboWirNG6r2DqKczwjW2uc8Q==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", + "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", "dev": true, "requires": { "arg": "^5.0.1", @@ -11614,10 +11614,10 @@ "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.0", "postcss-nested": "5.0.6", - "postcss-selector-parser": "^6.0.7", + "postcss-selector-parser": "^6.0.8", "postcss-value-parser": "^4.2.0", "quick-lru": "^5.1.1", - "resolve": "^1.20.0" + "resolve": "^1.21.0" }, "dependencies": { "ansi-styles": { 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.11", + "tailwindcss": "3.0.15", "typescript": "4.5.5" }, "optionalDependencies": {