Update deps, fix typos

This commit is contained in:
Keroosha 2024-06-11 16:31:28 +03:00
parent 055cc7ebbb
commit cdaa36b758
3 changed files with 212 additions and 223 deletions

View file

@ -9,19 +9,19 @@
"lint": "next lint"
},
"devDependencies": {
"prettier": "2.8.8"
"prettier": "3.3.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.0",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
"next": "13.4.5",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
"@fortawesome/fontawesome-free": "6.5.2",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"next": "14.2.3",
"postcss": "8.4.38",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.4",
"typescript": "5.4.5"
}
}