Skip to content

Commit d129a52

Browse files
committed
build: Upgraded to Nextjs 15.1 stable
1 parent a1b5235 commit d129a52

3 files changed

Lines changed: 961 additions & 863 deletions

File tree

CHANGELOG.md

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

3+
> December 17, 2024_
4+
5+
- Version 3.1.0
6+
- feat: Upgraded to Nextjs 15.1
7+
38
> December 10, 2024_
49
510
- Version 3.0.4

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@bhanu1776/nextjs-starter",
3-
"version": "3.0.4",
2+
"name": "@bhanu17/nextjs-starter",
3+
"version": "3.1.0",
44
"author": "bhanu1776",
55
"license": "MIT",
66
"bin": "./bin/cli.js",
@@ -13,35 +13,35 @@
1313
},
1414
"dependencies": {
1515
"@vercel/analytics": "^1.4.1",
16-
"next": "15.0.4",
16+
"next": "15.1.0",
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.1",
24+
"@types/node": "^22.10.2",
2525
"@types/react": "^19.0.1",
2626
"@types/react-dom": "^19.0.2",
27-
"eslint": "^8",
28-
"eslint-config-next": "15.0.4",
29-
"husky": "^9.1.7",
30-
"postcss": "^8",
31-
"tailwindcss": "^3.4.16",
3227
"classnames": "^2.5.1",
33-
"typescript": "^5",
34-
"prettier": "^3.3.3",
28+
"eslint": "^9.17.0",
29+
"eslint-config-next": "15.1.0",
3530
"eslint-config-prettier": "^9.1.0",
3631
"eslint-plugin-prettier": "^5.2.1",
37-
"prettier-plugin-tailwindcss": "^0.6.9"
32+
"husky": "^9.1.7",
33+
"postcss": "^8.4.49",
34+
"prettier": "^3.4.2",
35+
"prettier-plugin-tailwindcss": "^0.6.9",
36+
"tailwindcss": "^3.4.16",
37+
"typescript": "5.7.2"
3838
},
3939
"repository": {
4040
"type": "git",
4141
"url": "git+https://github.com/Bhanu1776/Nextjs14-Starter-Template"
4242
},
4343
"publishConfig": {
44-
"@bhanu1776:registry": "https://npm.pkg.github.com"
44+
"@bhanu17:registry": "https://registry.npmjs.org/"
4545
},
4646
"homepage": "https://starter-website-sigma.vercel.app/",
4747
"keywords": [

0 commit comments

Comments
 (0)