feat(dependencies): add lodash and its types to package.json and package-lock.json

This commit is contained in:
2026-07-28 20:07:35 +02:00
committed by jakob.scheid
parent 4a4b62936a
commit 22dc39fe51
3 changed files with 113 additions and 2 deletions
+4 -2
View File
@@ -11,6 +11,7 @@
"test:run": "vitest run"
},
"dependencies": {
"lodash-es": "^4.18.1",
"pinia": "^3.0.4",
"terser": "^5.47.1",
"vue": "^3.5.32",
@@ -18,11 +19,12 @@
"vue-router": "^5.0.6"
},
"devDependencies": {
"@vue/test-utils": "^2.4.6",
"@types/lodash-es": "^4.17.12",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/test-utils": "^2.4.6",
"jsdom": "^29.1.1",
"vite": "^8.0.10",
"vite-plugin-html": "^3.2.2",
"vitest": "^4.1.7"
}
}
}