chore: update Prettier and XML plugin dependencies

This commit is contained in:
Mauricio Siu
2025-03-02 19:50:39 -06:00
parent b7e7d50f32
commit a8ba4cff3f
2 changed files with 9 additions and 9 deletions

View File

@@ -51,17 +51,17 @@
"tailwindcss-animate": "^1.0.7",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"typescript": "5.1.6"
"typescript": "5.1.6",
"prettier": "^3.3.3",
"@prettier/plugin-xml": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/parser": "^7.26.9",
"@babel/plugin-syntax-typescript": "^7.25.9",
"@biomejs/biome": "1.7.0",
"@prettier/plugin-xml": "^3.4.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}