Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-28 18:45:47 +0300
committerGitHub <noreply@github.com>2021-05-28 18:45:47 +0300
commit1111a4f7d6b91b2d8ed9ba25423e2679932948fe (patch)
tree4001ce6b7788b90ededdb386d2490ddd07e697da
parent1c95d6ca78c45c67130c80bb7caf5091c57d9d0a (diff)
chore(deps-dev): bump @tailwindcss/typography from 0.4.0 to 0.4.1 (#91)
Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/tailwindcss/typography/releases) - [Commits](https://github.com/tailwindcss/typography/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 996f833..1b72dd3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -66,9 +66,9 @@
}
},
"@tailwindcss/typography": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.4.0.tgz",
- "integrity": "sha512-3BfOYT5MYNEq81Ism3L2qu/HRP2Q5vWqZtZRQqQrthHuaTK9qpuPfbMT5WATjAM5J1OePKBaI5pLoX4S1JGNMQ==",
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.4.1.tgz",
+ "integrity": "sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==",
"dev": true,
"requires": {
"lodash.castarray": "^4.4.0",
diff --git a/package.json b/package.json
index 65137c8..930976f 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"homepage": "https://github.com/janraasch/hugo-product-launch#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
- "@tailwindcss/typography": "^0.4.0",
+ "@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"postcss": "^8.2.15",
"postcss-cli": "^8.3.1",