Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiegyoung committed Mar 12, 2024
1 parent 01328b3 commit 8347f9f
Show file tree
Hide file tree
Showing 3 changed files with 1,335 additions and 1,333 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/bin/sh
chmod ug+x .husky/*

pnpm lint-staged
pnpm test
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type-check": "tsc",
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\"",
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write",
"postinstall": "husky install",
"postinstall": "husky",
"commit": "cz",
"coverage:coveralls": "jest --coverage && COVERALLS_SERVICE_NAME=jest COVERALLS_GIT_BRANCH=main pnpm coveralls < coverage/lcov.info"
},
Expand All @@ -32,41 +32,41 @@
"eslint-plugin-import": "^2.29.1",
"fuse.js": "7.0.0",
"minimist": "^1.2.8",
"next": "14.0.4",
"next-seo": "6.4.0",
"next": "14.1.3",
"next-seo": "6.5.0",
"next-sitemap": "^4.2.3",
"node-fetch": "^3.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-lite-youtube-embed": "^2.4.0",
"sharp": "^0.33.1"
"sharp": "^0.33.2"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/node": "20.11.26",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"commitizen": "4.3.0",
"coveralls": "^3.1.1",
"cz": "^1.8.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-prettier": "5.1.2",
"husky": "8.0.3",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"typescript": "5.3.3"
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"typescript": "5.4.2"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 8347f9f

Please sign in to comment.