Update deps

This commit is contained in:
Igor Katson 2024-10-03 13:26:48 +01:00
parent a954cd8ced
commit 8b66119746
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 2009 additions and 945 deletions

View file

@ -13,7 +13,7 @@
"lodash.sortby": "^4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-icons": "^5.3.0",
"zustand": "^4.4.7"
},
"devDependencies": {
@ -24,10 +24,10 @@
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"prettier": "3.1.0",
"prettier": "3.3.3",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
"vite": "^4.5.2",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0"
}
}