Skip to content

Commit

Permalink
refactor: Update Next.js and dev dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Sep 15, 2024
1 parent 8fd4c29 commit ced28cc
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 159 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"drizzle-orm": "^0.33.0",
"nanostores": "^0.11.3",
"negotiator": "^0.6.3",
"next": "^14.2.9",
"next": "^14.2.11",
"next-auth": "^4.24.7",
"next-axiom": "^1.4.1",
"next-axiom": "^1.5.1",
"next-mdx-remote": "^4.4.1",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
Expand All @@ -62,8 +62,8 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.9",
"@next/env": "^14.2.9",
"@next/bundle-analyzer": "^14.2.11",
"@next/env": "^14.2.11",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.14.12",
Expand All @@ -75,11 +75,11 @@
"cross-env": "^7.0.3",
"drizzle-kit": "^0.24.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.9",
"postcss": "^8.4.45",
"eslint-config-next": "^14.2.11",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit ced28cc

Please sign in to comment.