Skip to content

Commit a1b5235

Browse files
committed
build: Upgraded to React 19 stable
- fix: Missing husky prepare script
1 parent 2503ab4 commit a1b5235

3 files changed

Lines changed: 138 additions & 137 deletions

File tree

CHANGELOG.md

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

3+
> December 10, 2024_
4+
5+
- Version 3.0.4
6+
- feat: Upgraded to React 19 stable
7+
- chore: Updated dependencies to latest versions
8+
- fix: Missing husky prepare script
9+
310
> November 15, 2024_
411
512
- Version 3.0.3

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
{
22
"name": "@bhanu1776/nextjs-starter",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"author": "bhanu1776",
55
"license": "MIT",
66
"bin": "./bin/cli.js",
77
"scripts": {
88
"dev": "next dev",
99
"build": "next build",
1010
"start": "next start",
11-
"lint": "next lint"
11+
"lint": "next lint",
12+
"prepare": "husky"
1213
},
1314
"dependencies": {
14-
"@vercel/analytics": "^1.4.0",
15-
"next": "15.0.3",
15+
"@vercel/analytics": "^1.4.1",
16+
"next": "15.0.4",
1617
"next-pwa": "^5.6.0",
17-
"prettier": "^3.3.3",
18-
"react": "19.0.0-rc-66855b96-20241106",
19-
"react-dom": "19.0.0-rc-66855b96-20241106",
18+
"prettier": "^3.4.2",
19+
"react": "19.0.0",
20+
"react-dom": "19.0.0",
2021
"tailwindcss-debug-screens": "^2.2.1"
2122
},
2223
"devDependencies": {
23-
"@types/node": "^20",
24-
"@types/react": "^18",
25-
"@types/react-dom": "^18",
24+
"@types/node": "^22.10.1",
25+
"@types/react": "^19.0.1",
26+
"@types/react-dom": "^19.0.2",
2627
"eslint": "^8",
27-
"eslint-config-next": "15.0.3",
28-
"husky": "^9.1.6",
28+
"eslint-config-next": "15.0.4",
29+
"husky": "^9.1.7",
2930
"postcss": "^8",
30-
"tailwindcss": "^3.4.15",
31+
"tailwindcss": "^3.4.16",
3132
"classnames": "^2.5.1",
3233
"typescript": "^5",
3334
"prettier": "^3.3.3",
3435
"eslint-config-prettier": "^9.1.0",
3536
"eslint-plugin-prettier": "^5.2.1",
36-
"prettier-plugin-tailwindcss": "^0.6.8"
37+
"prettier-plugin-tailwindcss": "^0.6.9"
3738
},
3839
"repository": {
3940
"type": "git",

0 commit comments

Comments
 (0)