fix: update @tailwindcss/typography to version 0.5.19

This commit is contained in:
Sean Morley
2026-03-17 09:04:44 -04:00
parent fa3a5e0314
commit 6cb32beeb8
2 changed files with 24 additions and 11 deletions

View File

@@ -30,7 +30,7 @@
"@sveltejs/adapter-vercel": "^5.7.0",
"@sveltejs/kit": "^2.49.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^22.15.2",
"@types/qrcode": "^1.5.5",
"autoprefixer": "^10.4.21",
@@ -3972,9 +3972,9 @@
}
},
"node_modules/postcss-load-config": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
"integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-5.1.0.tgz",
"integrity": "sha512-G5AJ+IX0aD0dygOE0yFZQ/huFFMSNneyfp0e3/bT05a8OfPC5FUoZRPfGijUdGOJNMewJiwzcHJXFafFzeKFVA==",
"dev": true,
"funding": [
{
@@ -3988,7 +3988,8 @@
],
"license": "MIT",
"dependencies": {
"lilconfig": "^3.1.1"
"lilconfig": "^3.1.1",
"yaml": "^2.4.2"
},
"engines": {
"node": ">= 18"
@@ -3996,8 +3997,7 @@
"peerDependencies": {
"jiti": ">=1.21.0",
"postcss": ">=8.0.9",
"tsx": "^4.8.1",
"yaml": "^2.4.2"
"tsx": "^4.8.1"
},
"peerDependenciesMeta": {
"jiti": {
@@ -4008,9 +4008,6 @@
},
"tsx": {
"optional": true
},
"yaml": {
"optional": true
}
}
},
@@ -5486,6 +5483,22 @@
"node": ">=18"
}
},
"node_modules/yaml": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
"dev": true,
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
},
"node_modules/yargs": {
"version": "15.4.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",

View File

@@ -77,7 +77,7 @@ importers:
specifier: ^3.1.2
version: 3.1.2(svelte@4.2.20)(vite@5.4.21(@types/node@22.19.13))
'@tailwindcss/typography':
specifier: ^0.5.16
specifier: ^0.5.19
version: 0.5.19(tailwindcss@3.4.19)
'@types/node':
specifier: ^22.15.2