Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT committed Jul 19, 2024
1 parent 6e6d316 commit d6e8f17
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
- name: Run Semantic Release publish
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
commitlint --edit "$1"
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
lint-staged
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"framer-motion": "^11.3.5",
"framer-motion": "^11.3.7",
"lodash": "^4.17.21",
"next": "^14.2.5",
"next-auth": "^4.24.7",
Expand All @@ -39,7 +39,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@saithodev/semantic-release-backmerge": "^4.0.1",
"@semantic-release/exec": "^6.0.3",
"@serwist/next": "^9.0.4",
"@serwist/next": "^9.0.5",
"@tailwindcss/forms": "^0.5.7",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.11",
Expand All @@ -51,20 +51,20 @@
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"autoprefixer": "^10.4.19",
"commitizen": "^4.3.0",
"clsx": "^2.1.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"semantic-release": "^24.0.0",
"serwist": "^9.0.4",
"serwist": "^9.0.5",
"stylelint": "^16.7.0",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.6",
Expand Down
Loading

0 comments on commit d6e8f17

Please sign in to comment.