Skip to content

Commit 243d200

Browse files
committed
build: Upstream to Next.js 15.2.2
- eslint-config-next has peer dependency issues with the latest typescript version. That's why fallback to previous version. - same with debug-screens and tailwind v4
1 parent 20703b8 commit 243d200

File tree

3 files changed

+79
-74
lines changed

3 files changed

+79
-74
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
> March 12, 2025_
4+
5+
- Version 3.2.2
6+
- feat: Upgraded to latest Nextjs 15.2.2
7+
38
> February 27, 2025_
49
510
- Version 3.2.0

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bhanu1776/nextjs-starter",
3-
"version": "3.2.0",
3+
"version": "3.2.2",
44
"author": "bhanu1776",
55
"license": "MIT",
66
"bin": "./bin/cli.js",
@@ -13,25 +13,25 @@
1313
},
1414
"dependencies": {
1515
"@vercel/analytics": "^1.5.0",
16-
"next": "15.2.0",
16+
"next": "15.2.2",
1717
"next-pwa": "^5.6.0",
18-
"prettier": "^3.5.2",
18+
"prettier": "^3.5.3",
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.13.5",
24+
"@types/node": "^22.13.10",
2525
"@types/react": "^19.0.10",
2626
"@types/react-dom": "^19.0.4",
2727
"classnames": "^2.5.1",
2828
"eslint": "^8",
29-
"eslint-config-next": "15.2.0",
30-
"eslint-config-prettier": "^10.0.2",
29+
"eslint-config-next": "15.2.2",
30+
"eslint-config-prettier": "^10.1.1",
3131
"eslint-plugin-prettier": "^5.2.3",
3232
"husky": "^9.1.7",
3333
"postcss": "^8.5.3",
34-
"prettier": "^3.5.2",
34+
"prettier": "^3.5.3",
3535
"prettier-plugin-tailwindcss": "^0.6.11",
3636
"tailwindcss": "^3.4.17",
3737
"typescript": "5.7.3"

0 commit comments

Comments
 (0)