Update strapi 4.9.0 to 4.11.4

System Information
  • Strapi Version: 4.9.0
  • Operating System: issue on all OS
  • Database: postgresql
  • Node Version: 18.xx.xx
  • NPM Version: /
  • Yarn Version: 1.22.19

I need to update my strapi project.
For now, i’m on 4.9.0, and all works fine.
I want to go to 4.15.5 (latest for now).
First step, i want to go to 4.11.4 to make migrations on strapi doc.
My package;json has the following content :
@strapi/plugin-color-picker”: “4.9.0”,
@strapi/plugin-graphql”: “4.9.0”,
@strapi/plugin-i18n”: “4.11.4”,
@strapi/plugin-seo”: “1.8.0”,
@strapi/plugin-users-permissions”: “4.11.4”,
@strapi/strapi”: “4.11.4”,

what u can see is that i cann’t upgrade @strapi/plugin-color-picker
and @strapi/plugin-graphql because if i do (putting them at 4.11.4 as other strapi packages), i’ll have a error.
The error i have is the following :

In the dashboard, in content, i have collection types with data.
i can create new entities, i can see list of already created entities, but the thing i cann’t do is watch the detail of an entity and edit it.

“Woops! Something went wrong. Please, try again.”
with debug, i only have a javascript error as feedback, telling “TypeError: w is not a function”, from an auto generated file.

Any help would be appreciated.
Thanks !