Package update

This commit is contained in:
Christian Anetzberger
2023-01-30 18:42:06 +01:00
parent d1b2652aaf
commit 43dc862db7
3 changed files with 105 additions and 114 deletions

View File

@@ -9,12 +9,12 @@
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.17.1",
"axios": "^1.2.5",
"@react-google-maps/api": "^2.18.1",
"axios": "^1.2.6",
"bootstrap": "^5.2.3",
"formik": "^2.2.9",
"gsap": "file:./node_addons/gsap-bonus.tgz",
"next": "13.1.5",
"next": "13.1.6",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -26,7 +26,7 @@
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.32.0",
"eslint-config-next": "13.1.5"
"eslint": "8.33.0",
"eslint-config-next": "13.1.6"
}
}