Skip to content

Commit

Permalink
build: Upstream to Next.js 15.1.5
Browse files Browse the repository at this point in the history
- Rollback to eslint v8, as formatting was broken with v9.
  • Loading branch information
Bhanu1776 committed Jan 20, 2025
1 parent a6ca045 commit 12233f2
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 271 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

> January 20, 2025_
- Version 3.1.5
- feat: Upgraded to Nextjs 15.1.5
- fix: Formatting was broken due to eslint v9, rollback to v8.

> December 24, 2024_
- Version 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Features ✨

- ⚡️ [Next 15](https://nextjs.org/docs) - with app router
- ⚡️ [Next 15.1](https://nextjs.org/docs) - with app router
- 🦾 [TypeScript](https://www.typescriptlang.org/), of course
- 🎨 [Tailwindcss](https://tailwindcss.com/) - next generation utility-first CSS
- 💡 [Eslint](https://eslint.org/) - with Airbnb config
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bhanu1776/nextjs-starter",
"version": "3.1.2",
"version": "3.1.5",
"author": "bhanu1776",
"license": "MIT",
"bin": "./bin/cli.js",
Expand All @@ -13,28 +13,28 @@
},
"dependencies": {
"@vercel/analytics": "^1.4.1",
"next": "15.1.2",
"next": "15.1.5",
"next-pwa": "^5.6.0",
"prettier": "^3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss-debug-screens": "^2.2.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"classnames": "^2.5.1",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint": "^8",
"eslint-config-next": "15.1.5",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 12233f2

Please sign in to comment.