Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zawys committed May 12, 2021
1 parent 713887d commit de60bc0
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 468 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,38 +361,38 @@
"@types/diff": "^5.0.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/node": "^15.0.2",
"@types/tmp": "^0.2.0",
"@types/vscode": "^1.48.0",
"@types/vscode": "^1.56.0",
"@types/which": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"cpy-cli": "^3.1.1",
"dotenv": "^8.2.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"dotenv": "^9.0.2",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-unicorn": "^29.0.0",
"glob": "^7.1.6",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-unicorn": "^32.0.1",
"glob": "^7.1.7",
"husky": "^6.0.0",
"mocha": "^8.3.2",
"mocha": "^8.4.0",
"pinst": "^2.1.6",
"prettier": "^2.2.1",
"ts-loader": "^8.1.0",
"prettier": "^2.3.0",
"ts-loader": "^9.1.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"vsce": "^1.87.1",
"typescript": "^4.2.4",
"vsce": "^1.88.0",
"vscode-test": "^1.5.2",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"diff": "^5.0.0",
"p-defer": "^3.0.0",
"p-defer": "^4.0.0",
"regenerator-runtime": "^0.13.7",
"tmp-promise": "^3.0.2",
"which": "^2.0.2"
Expand Down
Loading

0 comments on commit de60bc0

Please sign in to comment.