Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade frontend dev deps to support node v17+
Used `vue-cli` to upgrade all the dev deps from node v16 or lower. Here are the steps followed - `vue upgrade` to upgrade all deps to latest. - remove `node_modules` directory and `yarn.lock` file. - `yarn install` to install dependencies again.
- Loading branch information