Skip to content

Commit

Permalink
Merge pull request #9 from AlpakasLab/feat/update_library
Browse files Browse the repository at this point in the history
Feat/update library
  • Loading branch information
DaviLhlapak authored Nov 1, 2024
2 parents a35606e + ac1668a commit 062f04f
Show file tree
Hide file tree
Showing 10 changed files with 1,801 additions and 2,452 deletions.
5 changes: 5 additions & 0 deletions .changeset/thin-monkeys-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@alpakaslab/nextjs-jwt-auth': minor
---

update dependencies and fix small typo issues
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"author": "",
"license": "ISC",
"peerDependencies": {
"next": "^14.0.4"
"next": "^15.0.2"
},
"dependencies": {
"@panva/hkdf": "^1.1.1",
"jose": "^5.2.2"
"@panva/hkdf": "^1.2.1",
"jose": "^5.9.6"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.25",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"@changesets/cli": "^2.27.9",
"@types/node": "^22.8.6",
"prettier": "^3.3.3",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 062f04f

Please sign in to comment.