Compare commits

..

No commits in common. "renovate/nextjs-monorepo" and "master" have entirely different histories.

2 changed files with 2 additions and 2 deletions

Binary file not shown.

@ -11,7 +11,7 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.12"
"next": "14.2.5"
},
"devDependencies": {
"typescript": "^5",
@ -21,6 +21,6 @@
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.12"
"eslint-config-next": "14.2.5"
}
}