chore: make the Next.js version upgradeable

This commit is contained in:
Dorian Niemiec 2024-11-05 18:17:08 +01:00
parent 83bbcf967d
commit 0430a0a656

View file

@ -12,7 +12,7 @@
"cz": "cz" "cz": "cz"
}, },
"dependencies": { "dependencies": {
"next": "15.0.2", "next": "^15.0.2",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
}, },