diff --git a/package-lock.json b/package-lock.json index 4348a6be..681c9c7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@docusaurus/theme-common": "2.4.3", "@docusaurus/utils": "2.4.3", "@headlessui/react": "1.7.17", - "@tailwindcss/typography": "0.4.1", + "@tailwindcss/typography": "0.5.11", "@xstate/react": "1.6.3", "autoprefixer": "10.4.16", "babel-plugin-import-glob-array": "0.2.0", @@ -4298,17 +4298,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.11", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.11.tgz", + "integrity": "sha512-ahOULqBQGCdSqL3vMNjH1R5cU2gxTh059fJIKF2enHXE8c/s3yKGDSKZ1+4poCr7BZRREJS8n5cCFmwsW4Ok3A==", "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": { @@ -21291,14 +21291,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.11", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.11.tgz", + "integrity": "sha512-ahOULqBQGCdSqL3vMNjH1R5cU2gxTh059fJIKF2enHXE8c/s3yKGDSKZ1+4poCr7BZRREJS8n5cCFmwsW4Ok3A==", "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 3cb28bc8..f4c3b3b7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@docusaurus/theme-common": "2.4.3", "@docusaurus/utils": "2.4.3", "@headlessui/react": "1.7.17", - "@tailwindcss/typography": "0.4.1", + "@tailwindcss/typography": "0.5.11", "@xstate/react": "1.6.3", "autoprefixer": "10.4.16", "babel-plugin-import-glob-array": "0.2.0",