Update dependencies

This commit is contained in:
Mathias Wagner
2024-07-20 13:17:34 +02:00
parent 8689665f02
commit a4d45efd5d
4 changed files with 1173 additions and 898 deletions

View File

@ -9,20 +9,20 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.5",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.13.7",
"@mui/x-data-grid": "^6.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2"
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/inter": "^5.0.19",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/x-data-grid": "^7.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.1"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.4"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -20,28 +20,28 @@
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"joi": "^17.10.1",
"mongoose": "^7.5.1",
"nodemailer": "^6.9.5",
"express": "^4.19.2",
"joi": "^17.13.3",
"mongoose": "^8.5.1",
"nodemailer": "^6.9.14",
"speakeasy": "^2.0.0",
"ts-md5": "^1.3.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/node": "^20.6.2",
"@types/nodemailer": "^6.4.10",
"@types/speakeasy": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.14.11",
"@types/nodemailer": "^6.4.15",
"@types/speakeasy": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"concurrently": "^8.2.2",
"eslint": "^8.49.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.7",
"eslint": "^9.7.0",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
"typescript": "^5.5.3"
}
}

680
yarn.lock

File diff suppressed because it is too large Load Diff