deps: 🥞 updated concurrently package

This commit is contained in:
Sammwy 2025-01-20 23:46:26 -03:00
parent 08b8b6009b
commit dceb9dafc8
No known key found for this signature in database
GPG key ID: E6B924CEF399DE44
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"",
"dev": "concurrently --ks SIGKILL -n \"Client,Server\" \"npm run dev:client\" \"npm run dev:server\"",
"dev:server": "node server/index.js",
"dev:client": "vite",
"build": "vite build",
@ -13,7 +13,8 @@
},
"dependencies": {
"axios": "^1.7.9",
"express": "^4.18.3",
"concurrently": "^9.1.2",
"express": "^4.21.2",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@ -26,7 +27,6 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"concurrently": "^8.2.2",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",