Skip to content

Commit

Permalink
build: Upstream to latest NextJs 14.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhanu1776 committed Jun 17, 2024
1 parent 3dc07d8 commit 4658e01
Show file tree
Hide file tree
Showing 3 changed files with 1,114 additions and 1,038 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

> July 17, 2024_
- Version 2.2.4
- Bundled with NextJs 14.2.4

> _April 15, 2024_
- Version 2.2.1
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bhanu1776/nextjs-starter",
"version": "2.2.1",
"version": "2.2.4",
"author": "bhanu1776",
"license": "MIT",
"bin": "./bin/cli.js",
Expand All @@ -13,10 +13,10 @@
"prepare": "npx husky install"
},
"dependencies": {
"@types/node": "20.12.7",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@vercel/analytics": "^1.2.2",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -25,21 +25,21 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"next": "14.2.1",
"next": "14.2.4",
"next-pwa": "^5.6.0",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.4",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "5.4.5",
"vercel": "^34.0.0"
"vercel": "^34.2.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"classnames": "^2.5.1",
"cz-git": "^1.9.1",
"cz-git": "^1.9.3",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 4658e01

Please sign in to comment.