Skip to content

Commit

Permalink
chore: Update dependencies (#470)
Browse files Browse the repository at this point in the history
jdneo authored Mar 9, 2021
1 parent 2162e7a commit c928522
Showing 2 changed files with 394 additions and 319 deletions.
695 changes: 385 additions & 310 deletions package-lock.json
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -583,30 +583,30 @@
"devDependencies": {
"@types/fs-extra": "^5.1.0",
"@types/glob": "^7.1.3",
"@types/lodash": "^4.14.165",
"@types/lodash": "^4.14.168",
"@types/minimatch": "^3.0.3",
"@types/mocha": "^8.0.4",
"@types/mocha": "^8.2.1",
"@types/node": "^8.10.66",
"@types/vscode": "1.53.0",
"copy-webpack-plugin": "^6.3.2",
"copy-webpack-plugin": "^6.4.1",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-tslint": "^8.1.4",
"mocha": "^8.2.1",
"mocha": "^8.3.1",
"ts-loader": "^5.4.5",
"tslint": "^5.20.1",
"typescript": "^3.9.7",
"vscode-test": "^1.4.1",
"webpack": "^4.44.2",
"typescript": "^3.9.9",
"vscode-test": "^1.5.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"fs-extra": "^7.0.1",
"globby": "11.0.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"vscode-extension-telemetry-wrapper": "0.8.0",
"vscode-extension-telemetry-wrapper": "0.9.0",
"vscode-tas-client": "^0.1.17"
}
}

0 comments on commit c928522

Please sign in to comment.