feat: add es-toolkit dependency to multiple package.json files

This commit is contained in:
2026-01-03 16:40:15 +00:00
parent 020028fc74
commit aec43e67fa
8 changed files with 18 additions and 1 deletions
+7
View File
@@ -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"
}
}