fix(nextjs): update peer dependency for Next.js 13 (#12866)

Co-authored-by: Youssef Gaber <youssef@justplan.et>
This commit is contained in:
Youssef Gaber 2022-10-28 17:23:16 +02:00 committed by GitHub
parent 7e47fdcfa1
commit e39cb42c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
"migrations": "./migrations.json"
},
"peerDependencies": {
"next": "^12.1.0"
"next": "^13.0.0"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.14.5",