next-netlify-portfolio-starter
next-netlify-portfolio-starter copied to clipboard
A personal portfolio project starter using Next.js and Netlify
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Removes `json5` Updates `next` from 11.1.3 to 13.1.1 Release notes Sourced from...
Removes [loader-utils](https://github.com/webpack/loader-utils). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Removes `loader-utils` Updates `next` from 11.1.3 to 13.0.4 Release notes Sourced from...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....
Hi! Thanks for your blog post, it was very useful I just wrote a react hook to deal with Netlify forms using NextJS. It solves the problem about requiring a...