Skip to content

Commit

Permalink
feat: upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Feb 11, 2024
1 parent 76dc781 commit 1e8cfa5
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 599 deletions.
3 changes: 0 additions & 3 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 -- commitlint --edit ${1}
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const {
handlers: { GET, POST },
signIn,
signOut,
update,
} = NextAuthFirewall(authConfig)
```

Expand Down
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,40 @@
"build": "tsc",
"build:watch": "tsc --watch",
"lint": "eslint --fix src/ tests/",
"prepare": "husky install",
"prepare": "husky",
"prepublishOnly": "yarn test:ci",
"test": "jest --watchAll",
"test:ci": "jest"
},
"dependencies": {
"@auth/core": "experimental",
"next": "^14.0.0",
"next-auth": "^5.0.0-beta.3"
"next-auth": "5.0.0-beta.9"
},
"devDependencies": {
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sort": "^2.11.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jest": "^29.7.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.8",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"semantic-release": "^23.0.2",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"eslintConfig": {
"env": {
Expand Down
Loading

0 comments on commit 1e8cfa5

Please sign in to comment.