feat: add es-toolkit dependency to multiple package.json files
This commit is contained in:
@@ -9,5 +9,12 @@
|
||||
"lint": "node -e \"console.log('lint not configured')\"",
|
||||
"test": "node -e \"console.log('test not configured')\"",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^13.9.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"es-toolkit": "^1.39.0",
|
||||
"mitt": "^3.0.1",
|
||||
"zod": "^4.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user