Skip to content

Commit 12233f2

Browse files
committed
build: Upstream to Next.js 15.1.5
- Rollback to eslint v8, as formatting was broken with v9.
1 parent a6ca045 commit 12233f2

4 files changed

Lines changed: 272 additions & 271 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -13,28 +13,28 @@
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",

0 commit comments

Comments
 (0)