Submodule info.yml core requirements are not in sync with canvas
While working on another issue i noticed the following:
```
┌──────────────────────────────────────┬──────────────────────────┬────────┐
│ info.yml │ core_version_requirement │ floor │
├──────────────────────────────────────┼──────────────────────────┼────────┤
│ canvas.info.yml (root) │ ^11.2 │ 11.2.0 │
├──────────────────────────────────────┼──────────────────────────┼────────┤
│ canvas_ai, canvas_vite │ ^10 | ^11 / ^10 || ^11 │ 10.0.0 │
├──────────────────────────────────────┼──────────────────────────┼────────┤
│ canvas_dev_mode, themes/canvas_stark │ ^10.4 || ^11(.1) │ 10.4.0 │
├──────────────────────────────────────┼──────────────────────────┼────────┤
│ canvas_oauth, canvas_dev_translation │ ^11 │ 11.0.0 │
├──────────────────────────────────────┼──────────────────────────┼────────┤
│ canvas_personalization │ ^11.2 │ 11.2.0 │
└──────────────────────────────────────┴──────────────────────────┴────────┘
```
That is a bit of a mess. Lets make sure the requirements are correct and pretty :smile:
issue