Upgrade typescript (#583)

This commit is contained in:
Salih Altun
2024-07-11 13:35:32 +03:00
committed by GitHub
parent 6d97634e1d
commit 1e043445a4
2 changed files with 65 additions and 103 deletions

View File

@@ -57,8 +57,8 @@
"@types/node": "^20.11.30",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
@@ -71,7 +71,7 @@
"postcss": "^8.4.37",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"vite": "^5.1.6"
},
"lint-staged": {