Skip to content

Commit a113b1a

Browse files
committed
build: Upstream to NextJs 14.2.7
1 parent 0a3fb61 commit a113b1a

3 files changed

Lines changed: 76 additions & 70 deletions

File tree

CHANGELOG.md

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

3+
> August 28, 2024_
4+
5+
- Version 2.2.7
6+
- Hotfix build NextJs
7+
- Ships with NextJs 14.2.7
8+
39
> August 24, 2024_
410
511
- Version 2.2.6

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bhanu1776/nextjs-starter",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"author": "bhanu1776",
55
"license": "MIT",
66
"bin": "./bin/cli.js",
@@ -13,27 +13,27 @@
1313
"prepare": "npx husky install"
1414
},
1515
"dependencies": {
16-
"@types/node": "22.5.0",
16+
"@types/node": "22.5.1",
1717
"@types/react": "18.3.4",
1818
"@types/react-dom": "18.3.0",
1919
"@vercel/analytics": "^1.3.1",
20-
"autoprefixer": "10.4.19",
20+
"autoprefixer": "10.4.20",
2121
"eslint": "8.57.0",
2222
"eslint-config-airbnb-base": "^15.0.0",
23-
"eslint-config-next": "14.2.6",
23+
"eslint-config-next": "14.2.7",
2424
"eslint-plugin-import": "^2.29.1",
2525
"eslint-plugin-jsx-a11y": "^6.9.0",
2626
"eslint-plugin-react": "^7.35.0",
2727
"eslint-plugin-react-hooks": "^4.6.2",
28-
"next": "14.2.6",
28+
"next": "14.2.7",
2929
"next-pwa": "^5.6.0",
3030
"postcss": "8.4.41",
3131
"react": "18.3.1",
3232
"react-dom": "18.3.1",
3333
"tailwindcss": "3.4.10",
3434
"tailwindcss-debug-screens": "^2.2.1",
3535
"typescript": "5.5.4",
36-
"vercel": "^37.1.1"
36+
"vercel": "^37.1.2"
3737
},
3838
"devDependencies": {
3939
"@typescript-eslint/eslint-plugin": "^7.6.0",

0 commit comments

Comments
 (0)