Skip to content

Commit

Permalink
build: Upstream to NextJs 14.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhanu1776 committed Aug 28, 2024
1 parent 0a3fb61 commit a113b1a
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 70 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

> August 28, 2024_
- Version 2.2.7
- Hotfix build NextJs
- Ships with NextJs 14.2.7

> August 24, 2024_
- Version 2.2.6
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bhanu1776/nextjs-starter",
"version": "2.2.6",
"version": "2.2.7",
"author": "bhanu1776",
"license": "MIT",
"bin": "./bin/cli.js",
Expand All @@ -13,27 +13,27 @@
"prepare": "npx husky install"
},
"dependencies": {
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "14.2.6",
"eslint-config-next": "14.2.7",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"next": "14.2.6",
"next": "14.2.7",
"next-pwa": "^5.6.0",
"postcss": "8.4.41",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.10",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "5.5.4",
"vercel": "^37.1.1"
"vercel": "^37.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.6.0",
Expand Down
Loading

0 comments on commit a113b1a

Please sign in to comment.