File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ > January 20, 2025_
4+
5+ - Version 3.1.5
6+ - feat: Upgraded to Nextjs 15.1.5
7+ - fix: Formatting was broken due to eslint v9, rollback to v8.
8+
39> December 24, 2024_
410
511- Version 3.1.2
Original file line number Diff line number Diff line change 66
77## Features ✨
88
9- - ⚡️ [ Next 15] ( https://nextjs.org/docs ) - with app router
9+ - ⚡️ [ Next 15.1 ] ( https://nextjs.org/docs ) - with app router
1010- 🦾 [ TypeScript] ( https://www.typescriptlang.org/ ) , of course
1111- 🎨 [ Tailwindcss] ( https://tailwindcss.com/ ) - next generation utility-first CSS
1212- 💡 [ Eslint] ( https://eslint.org/ ) - with Airbnb config
Original file line number Diff line number Diff line change 11{
22 "name" : " @bhanu1776/nextjs-starter" ,
3- "version" : " 3.1.2 " ,
3+ "version" : " 3.1.5 " ,
44 "author" : " bhanu1776" ,
55 "license" : " MIT" ,
66 "bin" : " ./bin/cli.js" ,
1313 },
1414 "dependencies" : {
1515 "@vercel/analytics" : " ^1.4.1" ,
16- "next" : " 15.1.2 " ,
16+ "next" : " 15.1.5 " ,
1717 "next-pwa" : " ^5.6.0" ,
1818 "prettier" : " ^3.4.2" ,
1919 "react" : " 19.0.0" ,
2020 "react-dom" : " 19.0.0" ,
2121 "tailwindcss-debug-screens" : " ^2.2.1"
2222 },
2323 "devDependencies" : {
24- "@types/node" : " ^22.10.2 " ,
25- "@types/react" : " ^19.0.2 " ,
26- "@types/react-dom" : " ^19.0.2 " ,
24+ "@types/node" : " ^22.10.7 " ,
25+ "@types/react" : " ^19.0.7 " ,
26+ "@types/react-dom" : " ^19.0.3 " ,
2727 "classnames" : " ^2.5.1" ,
28- "eslint" : " ^9.17.0 " ,
29- "eslint-config-next" : " 15.1.2 " ,
30- "eslint-config-prettier" : " ^9.1.0 " ,
31- "eslint-plugin-prettier" : " ^5.2.1 " ,
28+ "eslint" : " ^8 " ,
29+ "eslint-config-next" : " 15.1.5 " ,
30+ "eslint-config-prettier" : " ^10.0.1 " ,
31+ "eslint-plugin-prettier" : " ^5.2.3 " ,
3232 "husky" : " ^9.1.7" ,
33- "postcss" : " ^8.4.49 " ,
33+ "postcss" : " ^8.5.1 " ,
3434 "prettier" : " ^3.4.2" ,
35- "prettier-plugin-tailwindcss" : " ^0.6.9 " ,
35+ "prettier-plugin-tailwindcss" : " ^0.6.10 " ,
3636 "tailwindcss" : " ^3.4.17" ,
37- "typescript" : " 5.7.2 "
37+ "typescript" : " 5.7.3 "
3838 },
3939 "repository" : {
4040 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments