E-commerce website with Nuxt, GraphQL, Strapi and Stripe (1)

Hi,

It says this was updated for Strapi V4, yet the github repo for the server is:
“dependencies”: {
“knex”: “latest”,
“lodash”: “^4.17.5”,
“sqlite3”: “latest”,
“strapi”: “3.6.10”,
“strapi-admin”: “3.0.0-beta.16.4”,
“strapi-hook-bookshelf”: “3.0.0-beta.16.4”,
“strapi-hook-knex”: “3.0.0-beta.16.4”,
“strapi-plugin-content-manager”: “3.0.0-beta.16.4”,
“strapi-plugin-content-type-builder”: “3.0.0-beta.16.4”,
“strapi-plugin-email”: “3.0.0-beta.16.4”,
“strapi-plugin-graphql”: “3.0.0-beta.16.4”,
“strapi-plugin-settings-manager”: “3.0.0-beta.16.4”,
“strapi-plugin-upload”: “3.0.0-beta.16.4”,
“strapi-plugin-users-permissions”: “3.0.0-beta.16.4”,
“strapi-utils”: “3.0.0-beta.16.4”,
“stripe”: “^8.11.0”

Trying to update it by changing version number 4.5.4 with yarn pulls up a dialog that asks you to select from version 3 choices only.

Is there a V4 github repo of this that is consistent with the tutorial saying " [Strapi v4]This tutorial was updated with Strapi v4."

Trying to upskill on Strapi using tutorials is discouraging when the first thing you hit is the repo doesn’t reflect the actual tutorial, and as such there’s no guarantee it will work especially with out of date versions and packages (node18 issues anyone?).

If it hasn’t actually been tested under V4 (as it shows in the repo) then you can’t put " Strapi v4 This tutorial was updated with Strapi v4." on the tutorial. Code has to be verified to work in order for it to be useful as a tutorial. I just spent time debugging another tutorial here so I’m wary of this issue. Registration and Login (Authentication) with Vue.js and Strapi

Thanks!