Skip to content

Commit

Permalink
build: Update to latest Next.js 13.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhanu1776 committed Sep 9, 2023
1 parent eb88f98 commit e168f23
Show file tree
Hide file tree
Showing 2 changed files with 1,271 additions and 4,572 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
"prepare": "npx husky install"
},
"dependencies": {
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"next": "13.4.10",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"next-pwa": "^5.6.0",
"postcss": "8.4.26",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "5.1.6",
"vercel": "^31.0.3"
"typescript": "5.2.2",
"vercel": "^32.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"classnames": "^2.3.2",
"cz-git": "^1.7.0",
"cz-git": "^1.7.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1"
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit e168f23

Please sign in to comment.