Skip to content

Commit

Permalink
build: Upstream to latest Nextjs 14.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhanu1776 committed Apr 15, 2024
1 parent 9a1060d commit 3dc07d8
Show file tree
Hide file tree
Showing 3 changed files with 1,032 additions and 936 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

> _April 15, 2024_
- Version 2.2.1
- Bundled with NextJs 14.2.1
- Bug Fixes

> _MARCH 04, 2024_
- Version 2.2.0
Expand Down
35 changes: 20 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bhanu1776/nextjs-starter",
"version": "2.2.0",
"version": "2.2.1",
"author": "bhanu1776",
"license": "MIT",
"bin": "./bin/cli.js",
Expand All @@ -13,35 +13,40 @@
"prepare": "npx husky install"
},
"dependencies": {
"@types/node": "20.11.24",
"@types/react": "18.2.62",
"@types/react-dom": "18.2.19",
"@types/node": "20.12.7",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@vercel/analytics": "^1.2.2",
"autoprefixer": "10.4.18",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.1.1",
"next": "14.1.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "14.2.1",
"eslint-plugin-import": "^2.29.1",
"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-pwa": "^5.6.0",
"postcss": "8.4.35",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.3",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "5.3.3",
"vercel": "^33.5.3"
"typescript": "5.4.5",
"vercel": "^34.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"classnames": "^2.5.1",
"cz-git": "^1.9.0",
"cz-git": "^1.9.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11"
"prettier-plugin-tailwindcss": "^0.5.13"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 3dc07d8

Please sign in to comment.