Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jul 1, 2021
1 parent 0ccd76d commit 05ac5f0
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 184 deletions.
11 changes: 5 additions & 6 deletions CONTRIBUTING.md
Expand Up @@ -18,16 +18,16 @@ git clone https://github.com/eamodio/vscode-gitlens.git

Prerequisites

- [Git](https://git-scm.com/)
- [NodeJS](https://nodejs.org/), `>= 10.11.0`
- [yarn](https://yarnpkg.com/), `>= 1.17.3`
- [Git](https://git-scm.com/), `>= 2.7.2`
- [NodeJS](https://nodejs.org/), `>= 14.16.0`
- [yarn](https://yarnpkg.com/), `>= 1.22.5`

### Dependencies

From a terminal, where you have cloned the repository, execute the following command to install the required dependencies:

```
yarn --frozen-lockfile
yarn
```

### Build
Expand Down Expand Up @@ -104,8 +104,7 @@ yarn run pack

1. Open the `vscode-gitlens` folder
2. Ensure the required [dependencies](#dependencies) are installed
3. Start the [`watch`](#watch) task
4. Choose the `Launch GitLens` launch configuration from the launch dropdown in the Debug viewlet and press `F5`.
3. Choose the `Watch & Launch GitLens` launch configuration from the launch dropdown in the Run and Debug viewlet and press `F5`.

## Submitting a Pull Request

Expand Down
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -9709,37 +9709,37 @@
"devDependencies": {
"@types/chroma-js": "2.1.3",
"@types/lodash-es": "4.17.4",
"@types/node": "12.12.70",
"@types/node": "14.17.4",
"@types/sortablejs": "1.10.6",
"@types/vscode": "1.57.0",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "9.0.0",
"copy-webpack-plugin": "9.0.1",
"cross-env": "7.0.3",
"csp-html-webpack-plugin": "5.1.0",
"css-loader": "5.2.6",
"esbuild": "0.12.9",
"esbuild": "0.12.12",
"esbuild-loader": "2.13.1",
"eslint": "7.29.0",
"eslint-cli": "1.1.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"fork-ts-checker-webpack-plugin": "6.2.12",
"html-loader": "2.1.2",
"html-webpack-plugin": "5.3.1",
"html-webpack-plugin": "5.3.2",
"image-minimizer-webpack-plugin": "2.2.0",
"imagemin-webp": "6.0.0",
"mini-css-extract-plugin": "1.6.0",
"node-sass": "6.0.0",
"prettier": "2.3.1",
"mini-css-extract-plugin": "2.0.0",
"node-sass": "6.0.1",
"prettier": "2.3.2",
"sass-loader": "12.1.0",
"terser-webpack-plugin": "5.1.3",
"terser-webpack-plugin": "5.1.4",
"ts-loader": "9.2.3",
"typescript": "4.3.4",
"vsce": "1.93.0",
"webpack": "5.40.0",
"vsce": "1.95.0",
"webpack": "5.41.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.2.0"
}
Expand Down

0 comments on commit 05ac5f0

Please sign in to comment.