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"
}
}

7
pnpm-lock.yaml generated
View File

@@ -7,10 +7,6 @@ settings:
importers:
.:
dependencies:
parse-domain:
specifier: ^8.2.2
version: 8.2.2
devDependencies:
'@sveltejs/adapter-auto':
specifier: ^6.1.0
@@ -30,6 +26,9 @@ importers:
'@tailwindcss/vite':
specifier: ^4.1.12
version: 4.1.12(vite@7.1.3(jiti@2.5.1)(lightningcss@1.30.1))
parse-domain:
specifier: ^8.2.2
version: 8.2.2
prettier:
specifier: ^3.6.2
version: 3.6.2