DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
24 stars 8 forks source link

Next JS Version Upgrade #1037

Closed karkir0003 closed 11 months ago

karkir0003 commented 11 months ago

Next.js Version Upgrade

Github Issue Number Here: #1036 What user problem are we solving? Next.js localhost:3000 site loads too slow What solution does this PR provide? Next.js released a version upgrade that speeds up loading time of dev site and optimizes @material-ui imports to import onyl modules that are needed. This PR runs yarn upgrade next and updates yarn.lock to ensure that version v13.5 is used for Next.js.

Changelog with new Next.js version: Here Testing Methodology

How did you test your changes and verify that existing functionality is not broken

Run dlp-cli frontend start in the ~/Deep-Learning-Playground directory and ensure that I can see the localhost:3000 Any other considerations N/A. Communicate pronto to the team!

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information