chore(deps): removed unsued deps and fixed npm@update makefile rule

- Removed unused deps
- Changed `npm@update` rule to only update lockfile and nothing else
- Changed `npm@install` to also install in frontend directory
This commit is contained in:
Maieul BOYER 2025-12-30 14:52:38 +01:00
parent 926677223c
commit 11949bbdf0
No known key found for this signature in database
5 changed files with 4 additions and 57 deletions

View file

@ -27,9 +27,7 @@
},
"devDependencies": {
"@types/node": "^22.19.3",
"fastify-socket.io": "^5.1.0",
"rollup-plugin-node-externals": "^8.1.2",
"socket.io": "^4.8.1",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^5.1.4"
}