hello, i've stop working on my t3-app for a few month now, i wonder if i can...

update t3 to the latest version
6 Replies
whatplan
whatplan13mo ago
Upgrade T3 App
A tool to upgrade your create-t3-app instance
Nas-damha
Nas-damha13mo ago
thanks, where do i get the wiggle cli?
Nas-damha
Nas-damha13mo ago
i checked its a linux command? im on windows
chip
chip13mo ago
Just update the dependencies. It's not black magic And then do the necessary changes you have to Good for you to actually learn how to if you don't know
Nas-damha
Nas-damha13mo ago
like, the versions of deps that the latest t3 uses might differ from the latest ver of said deps is that ok to do? to just for example "npm install prisma@latest" even if the official t3 uses a version below the latest I've figured it out but how do i apply the package.json.rej file? im trying
git apply --reject ./postcss.config.cjs.rej
git apply --reject ./postcss.config.cjs.rej
i got: error: patch fragment without header at line 2: @@ -1,6 +1,8 @@
Nas-damha
Nas-damha13mo ago
what should i do here