diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7459c..25c3f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Upgrade to Typography v0.5.7 ([#23](https://github.com/jpanther/lynx/pull/23)) + ## [1.2.1] - 2022-08-19 ### Changed diff --git a/package-lock.json b/package-lock.json index 37c6659..972bb7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "hugo-lynx-theme", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-lynx-theme", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "devDependencies": { - "@tailwindcss/typography": "^0.5.4", + "@tailwindcss/typography": "^0.5.7", "prettier": "^2.7.1", "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.1.13", @@ -52,14 +52,15 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.4.tgz", - "integrity": "sha512-QEdg40EmGvE7kKoDei8zr5sf4D1pIayHj4R31bH3lX8x2BtTiR+jNejYPOkhbmy3DXgkMF9jC8xqNiGFAuL9Sg==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", + "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2" + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" }, "peerDependencies": { "tailwindcss": ">=3.0.0 || insiders" @@ -910,14 +911,15 @@ } }, "@tailwindcss/typography": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.4.tgz", - "integrity": "sha512-QEdg40EmGvE7kKoDei8zr5sf4D1pIayHj4R31bH3lX8x2BtTiR+jNejYPOkhbmy3DXgkMF9jC8xqNiGFAuL9Sg==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", + "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", "dev": true, "requires": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2" + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" } }, "acorn": { diff --git a/package.json b/package.json index a8e7233..c498769 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/jpanther/lynx#readme", "devDependencies": { - "@tailwindcss/typography": "^0.5.4", + "@tailwindcss/typography": "^0.5.7", "prettier": "^2.7.1", "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.1.13",