Add parse-domain as a dependency in package.json and pnpm-lock.yaml

This commit is contained in:
Luke Hagar
2025-08-28 14:20:13 -05:00
parent f5f2da48ac
commit 40433cafae
2 changed files with 4 additions and 7 deletions

View File

@@ -20,6 +20,7 @@
"@sveltejs/vite-plugin-svelte": "^6.1.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12",
"parse-domain": "^8.2.2",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
@@ -34,8 +35,5 @@
"@tailwindcss/oxide",
"esbuild"
]
},
"dependencies": {
"parse-domain": "^8.2.2"
}
}