ionic-team / starters

Starter templates for Ionic apps, used by the Ionic CLI
MIT License
462 stars 316 forks source link

chore(react, vue): update major depenencies #1787

Closed liamdebeasi closed 1 year ago

liamdebeasi commented 1 year ago

Some dependencies need to be updated since there are new major releases. Note that updating to @vitejs/plugin-react requires Vite 4.2+ which is why I updated that too.

I also discovered that the test for the basic test was failing because we used .container but the test was expecting #container. I've updated the implementation to use #container to make it more consistent with the other starter apps.