From 8a35d64f90266b9b7a007e309411dae8d6e95bea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 04:28:18 +0000 Subject: [PATCH] fix(deps): update dependency @tailwindcss/typography to v0.5.10 --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35c6188d..82975d34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@docusaurus/theme-common": "2.4.1", "@docusaurus/utils": "2.4.1", "@headlessui/react": "1.7.17", - "@tailwindcss/typography": "0.4.1", + "@tailwindcss/typography": "0.5.10", "@xstate/react": "1.6.3", "autoprefixer": "10.4.15", "babel-plugin-import-glob-array": "0.2.0", @@ -4292,17 +4292,17 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.4.1.tgz", - "integrity": "sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.10.tgz", + "integrity": "sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==", "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": ">=2.0.0" + "tailwindcss": ">=3.0.0 || insiders" } }, "node_modules/@trysound/sax": { @@ -21230,14 +21230,14 @@ } }, "@tailwindcss/typography": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.4.1.tgz", - "integrity": "sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.10.tgz", + "integrity": "sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==", "requires": { "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" } }, "@trysound/sax": { diff --git a/package.json b/package.json index 2b871c7a..501bfc52 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@docusaurus/theme-common": "2.4.1", "@docusaurus/utils": "2.4.1", "@headlessui/react": "1.7.17", - "@tailwindcss/typography": "0.4.1", + "@tailwindcss/typography": "0.5.10", "@xstate/react": "1.6.3", "autoprefixer": "10.4.15", "babel-plugin-import-glob-array": "0.2.0",