Skip to content

Commit

Permalink
upgrade frontend dev deps to support node v17+ (#1247)
Browse files Browse the repository at this point in the history
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
vividvilla committed Mar 20, 2023
1 parent 553a61b commit c668523
Show file tree
Hide file tree
Showing 2 changed files with 3,591 additions and 6,387 deletions.
10 changes: 5 additions & 5 deletions frontend/package.json
Expand Up @@ -27,11 +27,11 @@
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-router": "~4.5.13",
"@vue/cli-plugin-vuex": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-airbnb": "^5.3.0",
"babel-eslint": "^10.1.0",
"cypress": "10.10.0",
Expand Down

0 comments on commit c668523

Please sign in to comment.