update node version

This commit is contained in:
Carlos Sousa 2024-10-14 19:58:39 +02:00
parent 088a9e20c2
commit c7c9181dd7
2 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@ version: '3.8'
services:
dev:
image: node:21
image: node:22
volumes:
- ./frontend:/app
working_dir: /app

View File

@ -3,17 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.10",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.3",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "react-scripts start",
@ -39,4 +39,4 @@
"last 1 safari version"
]
}
}
}