Skip to content

Commit

Permalink
use next 14
Browse files Browse the repository at this point in the history
  • Loading branch information
bartcheers committed Nov 3, 2024
1 parent 31876e1 commit 7d8a932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sesh-cache-helper",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simplified Server-Side Caching for Next.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"peerDependencies": {
"react": "^18.0.0",
"next": "^13.0.0"
"next": "^14.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down

0 comments on commit 7d8a932

Please sign in to comment.