Skip to content

Commit

Permalink
build: Upgraded to React 19 stable
Browse files Browse the repository at this point in the history
- fix: Missing husky prepare script
  • Loading branch information
Bhanu1776 committed Dec 10, 2024
1 parent 2503ab4 commit a1b5235
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 137 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

> December 10, 2024_
- Version 3.0.4
- feat: Upgraded to React 19 stable
- chore: Updated dependencies to latest versions
- fix: Missing husky prepare script

> November 15, 2024_
- Version 3.0.3
Expand Down
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
{
"name": "@bhanu1776/nextjs-starter",
"version": "3.0.3",
"version": "3.0.4",
"author": "bhanu1776",
"license": "MIT",
"bin": "./bin/cli.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@vercel/analytics": "^1.4.0",
"next": "15.0.3",
"@vercel/analytics": "^1.4.1",
"next": "15.0.4",
"next-pwa": "^5.6.0",
"prettier": "^3.3.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"prettier": "^3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss-debug-screens": "^2.2.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"husky": "^9.1.6",
"eslint-config-next": "15.0.4",
"husky": "^9.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.16",
"classnames": "^2.5.1",
"typescript": "^5",
"prettier": "^3.3.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier-plugin-tailwindcss": "^0.6.8"
"prettier-plugin-tailwindcss": "^0.6.9"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit a1b5235

Please sign in to comment.