Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Upgrade dependencies, remove unused dependency (MetaMask#165)
Browse files Browse the repository at this point in the history
- `yarn upgrade --latest --caret`
- Remove unused plugins: `@vuepress/plugin-google-analytics`, `vuepress-plugin-flowchart`
- Move all dependencies to `devDependencies`
  • Loading branch information
rekmarks authored Aug 26, 2020
1 parent 0cd9c7d commit 545f942
Show file tree
Hide file tree
Showing 2 changed files with 1,247 additions and 1,181 deletions.
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,16 @@
},
"homepage": "https://github.com/MetaMask/metamask-docs",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.3",
"@vuepress/plugin-google-analytics": "^1.0.3",
"@vuepress/plugin-medium-zoom": "^1.0.3",
"@vuepress/plugin-pwa": "^1.0.3",
"@vuepress/theme-vue": "^1.0.3",
"prettier": "^2.0.5",
"vue-toasted": "^1.1.25",
"vuepress": "^1.0.3",
"vuepress-plugin-flowchart": "^1.4.2",
"vuepress-plugin-redirect": "^1.2.3"
},
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.5.4",
"@vuepress/plugin-medium-zoom": "^1.5.4",
"@vuepress/plugin-pwa": "^1.5.4",
"@vuepress/theme-vue": "^1.5.4",
"prettier": "^2.1.1",
"vue-tabs-component": "^1.5.0",
"vue-toasted": "^1.1.28",
"vuepress": "^1.5.4",
"vuepress-plugin-redirect": "^1.2.4",
"vuepress-plugin-tabs": "^0.3.0"
}
},
"dependencies": {}
}
Loading

0 comments on commit 545f942

Please sign in to comment.