Skip to content

Commit

Permalink
Merge pull request #10 from roqqetmedia/fix/prettier-bug
Browse files Browse the repository at this point in the history
fix prettier bug - update deps
  • Loading branch information
alipiry authored Aug 18, 2023
2 parents e9a09a3 + e46fcdc commit ca6bb8b
Show file tree
Hide file tree
Showing 2 changed files with 322 additions and 459 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"prepare": "husky install"
},
"dependencies": {
"framer-motion": "10.15.0",
"next": "13.4.12",
"framer-motion": "10.16.0",
"next": "13.4.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.32.4"
"sharp": "0.32.5"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.9",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "8.9.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"autoprefixer": "10.4.15",
"eslint": "8.47.0",
"eslint-config-next": "13.4.18",
"eslint-config-prettier": "9.0.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"postcss": "8.4.27",
"prettier": "3.0.0",
"prettier-plugin-tailwindcss": "0.4.1",
"lint-staged": "14.0.0",
"postcss": "8.4.28",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
Expand Down
Loading

0 comments on commit ca6bb8b

Please sign in to comment.