Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit 7d30e93

Browse files
committed
feat: internalize utils and drop external dependencies
1 parent 896665f commit 7d30e93

File tree

7 files changed

+94
-379
lines changed

7 files changed

+94
-379
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@
3333
"typecheck": "tsc --noEmit",
3434
"prepare": "simple-git-hooks"
3535
},
36-
"dependencies": {
37-
"rambda": "8.6.0"
38-
},
3936
"devDependencies": {
4037
"@antfu/eslint-config": "^2.4.0",
41-
"@types/ramda": "^0.29.9",
4238
"bumpp": "^9.2.0",
4339
"eslint": "^8.55.0",
4440
"lint-staged": "^15.2.0",
45-
"ramda": "^0.29.1",
4641
"simple-git-hooks": "^2.9.0",
47-
"tsx": "^4.6.2",
4842
"typescript": "^5.3.3",
4943
"unbuild": "^2.0.0",
5044
"vite": "^5.0.6",

0 commit comments

Comments
 (0)