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

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