From 89dd0aa24835f3bb2daad7fed4760f2f69b91aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 13:33:43 +0000 Subject: [PATCH] Bump @tailwindcss/typography from 0.5.0-alpha.2 to 0.5.9 Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.0-alpha.2 to 0.5.9. - [Release notes](https://github.com/tailwindcss/typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindcss/typography/commits/v0.5.9) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++++------ package.json | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b6b2f6..cb457a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "web-vitals": "^3.3.1" }, "devDependencies": { - "@tailwindcss/typography": "0.5.0-alpha.2", + "@tailwindcss/typography": "0.5.9", "autoprefixer": "^10.3.1", "postcss": "^8.3.5", "tailwindcss": "^2.2.4" @@ -3478,18 +3478,31 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.0-alpha.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.0-alpha.2.tgz", - "integrity": "sha512-xeTOHK2ki2ZfmmL0ThdPShM6iPtVtsw9Lt/9X6ZpZ0eaueluQESGIaE7r/3ZqqrN5ljpWkg6/5n04jyIOwiChA==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", + "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2", - "lodash.uniq": "^4.5.0" + "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" + "tailwindcss": ">=3.0.0 || insiders" + } + }, + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" } }, "node_modules/@tootallnate/once": { diff --git a/package.json b/package.json index a3a86af..917ad83 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "web-vitals": "^3.3.1" }, "devDependencies": { - "@tailwindcss/typography": "0.5.0-alpha.2", + "@tailwindcss/typography": "0.5.9", "autoprefixer": "^10.3.1", "postcss": "^8.3.5", "tailwindcss": "^2.2.4"