srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.7k stars 1.85k forks source link

chore: update next.js version from 13.4.19 to 13.5.3 #172

Closed Sayvai closed 9 months ago

Sayvai commented 9 months ago

Update Next.js version from 13.4.19 to 13.5.3

Massive local development frontend server startup time and memory improvements.

See 13.5 release notes article blog for more information: https://nextjs.org/blog/next-13-5

Related Issue

N/A

Type

Proposed Changes

Screenshots / Code Snippets (if applicable)

N/A

How to Test

Instructions on running the full stack web application is set out in the webapp/README.md file

Checklist

Additional Information

May need to delete hidden generated folder webapp/.next to delete frontend cache that was built from the previous Next.js version (e.g. 13.4.19).