Update dependencies

This commit is contained in:
Ravinou 2023-10-08 12:10:19 +02:00
parent 55a33d627d
commit 5720ff906c
No known key found for this signature in database
GPG key ID: EEEE670C40F6A4D7
2 changed files with 823 additions and 891 deletions

1708
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,8 +12,8 @@
"@tabler/icons-react": "^2.24.0", "@tabler/icons-react": "^2.24.0",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"chart.js": "^4.3.0", "chart.js": "^4.3.0",
"next": "^13.4.9", "next": "^13.5.4",
"next-auth": "^4.22.1", "next-auth": "^4.23.2",
"nodemailer": "^6.9.3", "nodemailer": "^6.9.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-chartjs-2": "^5.2.0", "react-chartjs-2": "^5.2.0",
@ -26,7 +26,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint": "8.23.1", "eslint": "8.23.1",
"eslint-config-next": "^13.4.9", "eslint-config-next": "^13.5.4",
"prettier": "^3.0.3" "prettier": "^3.0.3"
} }
} }