Update dependencies

This commit is contained in:
bsourisse 2023-03-15 16:36:26 +01:00
parent 1963dfd18f
commit ef6f0e3ec2
2 changed files with 626 additions and 1345 deletions

1965
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,8 +12,8 @@
"@tabler/icons": "^1.96.0",
"bcryptjs": "^2.4.3",
"chart.js": "^3.9.1",
"next": "^13.0.5",
"next-auth": "^4.17.0",
"next": "^13.2.4",
"next-auth": "^4.20.1",
"nodemailer": "^6.9.0",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
@ -27,6 +27,6 @@
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "^13.0.5"
"eslint-config-next": "^13.2.4"
}
}