enh: hoist typefest

This commit is contained in:
Ben Allfree
2023-10-02 22:07:19 -07:00
parent 974b6ffc6b
commit de07ada5b6
4 changed files with 3 additions and 5 deletions

View File

@@ -53,7 +53,8 @@
"typescript": "^5.0",
"postinstall-postinstall": "^2.1.0",
"replace-in-file": "^7.0.1",
"chalk": "^4.1.2"
"chalk": "^4.1.2",
"type-fest": "^4.3.2"
},
"dependencies": {
"@s-libs/micro-dash": "^15.1.0",

View File

@@ -5,7 +5,6 @@
"license": "MIT",
"dependencies": {
"ajv": "^8.11.2",
"nanoid": "^4.0.0",
"type-fest": "^3.3.0"
"nanoid": "^4.0.0"
}
}

View File

@@ -40,7 +40,6 @@
"tmp": "^0.2.1",
"tsup": "^7.2.0",
"tsx": "^3.11.0",
"type-fest": "^3.3.0",
"url-pattern": "^1.0.3"
},
"devDependencies": {

View File

@@ -31,7 +31,6 @@
"svelte-check": "^3.5.2",
"svelte-highlight": "^7.3.0",
"svelte-preprocess": "^5.0.4",
"type-fest": "^4.3.2",
"url-pattern": "^1.0.3",
"vite": "^4.4.9"
},