matrix-art

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

commit d6fa0a26cacda9809c7f98c742884508183b72b7
parent aef0101f1d71fb5a13d95e0d76933e38f1727ec3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 31 Jan 2022 08:29:27 +0000

Bump tailwindcss from 3.0.17 to 3.0.18

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

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

Signed-off-by: dependabot[bot] <support@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 @@ -44,7 +44,7 @@ "eslint-plugin-unicorn": "40.1.0", "i18next-parser": "5.4.0", "postcss": "8.4.5", - "tailwindcss": "3.0.17", + "tailwindcss": "3.0.18", "typescript": "4.5.5" }, "engines": { @@ -8292,9 +8292,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.17.tgz", - "integrity": "sha512-OiHUsmOKQQEg/ocXaLIjk/kOz8EK2jF6iPuc1bQ4NsmhYl7sk70UDsGV02AJvBAAiJhinPCkDR8egT9qY+ulCw==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.18.tgz", + "integrity": "sha512-ihPTpEyA5ANgZbwKlgrbfnzOp9R5vDHFWmqxB1PT8NwOGCOFVVMl+Ps1cQQ369acaqqf1BEF77roCwK0lvNmTw==", "dev": true, "dependencies": { "arg": "^5.0.1", @@ -8313,7 +8313,7 @@ "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.0", "postcss-nested": "5.0.6", - "postcss-selector-parser": "^6.0.8", + "postcss-selector-parser": "^6.0.9", "postcss-value-parser": "^4.2.0", "quick-lru": "^5.1.1", "resolve": "^1.21.0" @@ -15425,9 +15425,9 @@ "dev": true }, "tailwindcss": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.17.tgz", - "integrity": "sha512-OiHUsmOKQQEg/ocXaLIjk/kOz8EK2jF6iPuc1bQ4NsmhYl7sk70UDsGV02AJvBAAiJhinPCkDR8egT9qY+ulCw==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.18.tgz", + "integrity": "sha512-ihPTpEyA5ANgZbwKlgrbfnzOp9R5vDHFWmqxB1PT8NwOGCOFVVMl+Ps1cQQ369acaqqf1BEF77roCwK0lvNmTw==", "dev": true, "requires": { "arg": "^5.0.1", @@ -15446,7 +15446,7 @@ "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.0", "postcss-nested": "5.0.6", - "postcss-selector-parser": "^6.0.8", + "postcss-selector-parser": "^6.0.9", "postcss-value-parser": "^4.2.0", "quick-lru": "^5.1.1", "resolve": "^1.21.0" diff --git a/package.json b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-unicorn": "40.1.0", "i18next-parser": "5.4.0", "postcss": "8.4.5", - "tailwindcss": "3.0.17", + "tailwindcss": "3.0.18", "typescript": "4.5.5" }, "optionalDependencies": {