🔀 Merge pull request #93 from jpanther/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.5.5

📌 Bump prettier-plugin-tailwindcss from 0.5.4 to 0.5.5
This commit is contained in:
James Panther 2023-10-19 18:55:02 +11:00 committed by GitHub
commit f2c30f90e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
/*! Lynx v1.3.0 | MIT License | https://github.com/jpanther/lynx */
/*! Lynx v1.3.1 | MIT License | https://github.com/jpanther/lynx */
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */

18
package-lock.json generated
View File

@ -1,18 +1,18 @@
{
"name": "hugo-lynx-theme",
"version": "1.3.0",
"version": "1.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-lynx-theme",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.0.3",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.4",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.3"
}
},
@ -837,9 +837,9 @@
}
},
"node_modules/prettier-plugin-tailwindcss": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.4.tgz",
"integrity": "sha512-QZzzB1bID6qPsKHTeA9qPo1APmmxfFrA5DD3LQ+vbTmAnY40eJI7t9Q1ocqel2EKMWNPLJqdTDWZj1hKYgqSgg==",
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.5.tgz",
"integrity": "sha512-voy0CjWv/CM8yeaduv5ZwovovpTGMR5LbzlhGF+LtEvMJt9wBeVTVnW781hL38R/RcDXCJwN2rolsgr94B/n0Q==",
"dev": true,
"engines": {
"node": ">=14.21.3"
@ -1753,9 +1753,9 @@
}
},
"prettier-plugin-tailwindcss": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.4.tgz",
"integrity": "sha512-QZzzB1bID6qPsKHTeA9qPo1APmmxfFrA5DD3LQ+vbTmAnY40eJI7t9Q1ocqel2EKMWNPLJqdTDWZj1hKYgqSgg==",
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.5.tgz",
"integrity": "sha512-voy0CjWv/CM8yeaduv5ZwovovpTGMR5LbzlhGF+LtEvMJt9wBeVTVnW781hL38R/RcDXCJwN2rolsgr94B/n0Q==",
"dev": true,
"requires": {}
},

View File

@ -28,7 +28,7 @@
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.0.3",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.4",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.3"
}
}