Skip to content

Commit

Permalink
build: Upstream to NextJs 14.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhanu1776 committed Sep 15, 2024
1 parent a113b1a commit d4a48ec
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
//* For eslint-airbnb
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.validate": ["javascript", "typescript"],
"editor.formatOnSave": true,
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

> September 15, 2024_
- Version 2.2.11
- Ships with NextJs 14.2.11

> August 28, 2024_
- Version 2.2.7
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bhanu1776/nextjs-starter",
"version": "2.2.7",
"version": "2.2.11",
"author": "bhanu1776",
"license": "MIT",
"bin": "./bin/cli.js",
Expand All @@ -13,8 +13,8 @@
"prepare": "npx husky install"
},
"dependencies": {
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "10.4.20",
Expand All @@ -25,15 +25,15 @@
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"next": "14.2.7",
"next": "14.2.11",
"next-pwa": "^5.6.0",
"postcss": "8.4.41",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.10",
"tailwindcss": "3.4.11",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "5.5.4",
"vercel": "^37.1.2"
"typescript": "5.6.2",
"vercel": "^37.4.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.6.0",
Expand All @@ -44,7 +44,7 @@
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6"
},
Expand Down
Loading

0 comments on commit d4a48ec

Please sign in to comment.