From da1651d7cd17da8d8a966a0670154ed6f893d575 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 18:24:12 +0000 Subject: [PATCH] Update dependency @tailwindcss/typography to v0.5.8 --- packages/kickflip-docs/package-lock.json | 14 +++++++------- packages/kickflip-docs/package.json | 2 +- packages/kickflip/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/kickflip-docs/package-lock.json b/packages/kickflip-docs/package-lock.json index d0b35ca..35ff296 100644 --- a/packages/kickflip-docs/package-lock.json +++ b/packages/kickflip-docs/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "@knagis/postcss-advanced-variables": "4.0.0", - "@tailwindcss/typography": "0.5.7", + "@tailwindcss/typography": "0.5.8", "autoprefixer": "^10.4", "docsearch.js": "2.6.3", "laravel-mix": "^6.0.49", @@ -1979,9 +1979,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", - "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.8.tgz", + "integrity": "sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", @@ -11585,9 +11585,9 @@ } }, "@tailwindcss/typography": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", - "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.8.tgz", + "integrity": "sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==", "dev": true, "requires": { "lodash.castarray": "^4.4.0", diff --git a/packages/kickflip-docs/package.json b/packages/kickflip-docs/package.json index 384bc8f..a69e3ff 100644 --- a/packages/kickflip-docs/package.json +++ b/packages/kickflip-docs/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@knagis/postcss-advanced-variables": "4.0.0", - "@tailwindcss/typography": "0.5.7", + "@tailwindcss/typography": "0.5.8", "autoprefixer": "^10.4", "docsearch.js": "2.6.3", "laravel-mix": "^6.0.49", diff --git a/packages/kickflip/package.json b/packages/kickflip/package.json index af76354..330b279 100644 --- a/packages/kickflip/package.json +++ b/packages/kickflip/package.json @@ -10,7 +10,7 @@ "production": "mix --production" }, "devDependencies": { - "@tailwindcss/typography": "0.5.7", + "@tailwindcss/typography": "0.5.8", "laravel-mix": "^6.0.49", "postcss": "^8.4", "shiki": "0.11.1",