ricokahler / next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON
MIT License
255 stars 13 forks source link

Nextjs v14 failing build because of dependency version. #120

Closed dsacramone closed 5 months ago

dsacramone commented 8 months ago

Any plans to upgrade the dependency? Looks like Next v14 is not included, so its erroring on build.

npm ERR! Found: next@14.1.0 npm ERR! node_modules/next npm ERR! next@"^14.1.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer next@"^9 || ^10 || ^11 || ^12.0.0 || ^13" from next-plugin-preval@1.2.5 npm ERR! node_modules/next-plugin-preval npm ERR! next-plugin-preval@"^1.2.5" from the root project

dsacramone commented 7 months ago

Any thoughts on getting this fixed? Will you accept a PR?