Skip to content

Commit

Permalink
chore: update dependencies (incl. husky)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzpokorski committed Feb 9, 2024
1 parent 688f5bd commit fc8b8d9
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 403 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm exec lint-staged
pnpm test:once
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,51 +11,51 @@
"format": "pnpm prettier . --write",
"test:watch": "vitest",
"test:once": "vitest run",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@next/env": "^14.1.0",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.2",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vercel/analytics": "^1.1.3",
"eslint": "8.56.0",
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"plaiceholder": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-focus-lock": "^2.9.6",
"react-focus-lock": "^2.9.8",
"react-icons": "^5.0.1",
"rehype-img-size": "^1.0.1",
"rehype-prism-plus": "^2.0.0",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.0",
"tailwind-merge": "^2.2.1",
"typescript": "5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/mdx": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@types/mdx": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"postcss": "^8.4.33",
"prettier": "3.2.4",
"husky": "^9.0.10",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"tailwindcss": "^3.4.1",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit fc8b8d9

Please sign in to comment.