From 1c0076f70da1ee583814cfb22aac7355190464ca Mon Sep 17 00:00:00 2001 From: Grant Norwood Date: Fri, 9 Aug 2024 15:48:24 -0500 Subject: [PATCH] Bumped some 0.x package versions --- package-lock.json | 22 ++++++++++++++-------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96593ae..db9d0ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@playwright/test": "1.46.0", "@remix-run/dev": "2.11.1", "@remix-run/eslint-config": "2.11.1", - "@tailwindcss/typography": "0.5.12", + "@tailwindcss/typography": "0.5.14", "@testing-library/dom": "^8.18.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", @@ -52,7 +52,7 @@ "playwright": "1.46.0", "postcss": "^8.4.41", "prettier": "3.3.3", - "prettier-plugin-tailwindcss": "^0.5.13", + "prettier-plugin-tailwindcss": "^0.6.6", "rimraf": "^5.0.5", "start-server-and-test": "^1.14.0", "sync-directory": "^6.0.5", @@ -2800,10 +2800,11 @@ "dev": true }, "node_modules/@tailwindcss/typography": { - "version": "0.5.12", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.12.tgz", - "integrity": "sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==", + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.14.tgz", + "integrity": "sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==", "dev": true, + "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", @@ -12526,10 +12527,11 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.13.tgz", - "integrity": "sha512-2tPWHCFNC+WRjAC4SIWQNSOdcL1NNkydXim8w7TDqlZi+/ulZYz2OouAI6qMtkggnPt7lGamboj6LcTMwcCvoQ==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", + "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.21.3" }, @@ -12545,6 +12547,7 @@ "prettier-plugin-import-sort": "*", "prettier-plugin-jsdoc": "*", "prettier-plugin-marko": "*", + "prettier-plugin-multiline-arrays": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", "prettier-plugin-sort-imports": "*", @@ -12582,6 +12585,9 @@ "prettier-plugin-marko": { "optional": true }, + "prettier-plugin-multiline-arrays": { + "optional": true + }, "prettier-plugin-organize-attributes": { "optional": true }, diff --git a/package.json b/package.json index dc4366c..0e3b42b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@playwright/test": "1.46.0", "@remix-run/dev": "2.11.1", "@remix-run/eslint-config": "2.11.1", - "@tailwindcss/typography": "0.5.12", + "@tailwindcss/typography": "0.5.14", "@testing-library/dom": "^8.18.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", @@ -84,7 +84,7 @@ "playwright": "1.46.0", "postcss": "^8.4.41", "prettier": "3.3.3", - "prettier-plugin-tailwindcss": "^0.5.13", + "prettier-plugin-tailwindcss": "^0.6.6", "rimraf": "^5.0.5", "start-server-and-test": "^1.14.0", "sync-directory": "^6.0.5",