chore(dev-deps): update linting and prettier packages

This commit is contained in:
satnaing
2023-03-24 23:47:00 +06:30
parent ccb5a7787c
commit 619a54927f
2 changed files with 130 additions and 188 deletions
+5 -5
View File
@@ -34,16 +34,16 @@
"@tailwindcss/typography": "^0.5.9",
"@types/github-slugger": "^1.3.0",
"@types/react": "^18.0.28",
"@typescript-eslint/parser": "^5.55.0",
"astro-eslint-parser": "^0.12.0",
"@typescript-eslint/parser": "^5.56.0",
"astro-eslint-parser": "^0.13.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.36.0",
"eslint-plugin-astro": "^0.24.0",
"eslint-plugin-astro": "^0.26.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},