Skip to content

Commit

Permalink
Merge pull request #348 from microsoft/aeschli/updateDeps
Browse files Browse the repository at this point in the history
update dependencies, prepare 1.6.11
  • Loading branch information
aeschli committed Jun 2, 2022
2 parents 1c9df90 + 4f260fd commit 77eed3c
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 88 deletions.
12 changes: 0 additions & 12 deletions .azure-pipelines.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
20 changes: 10 additions & 10 deletions generators/app/dependencyVersions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
"dependencies": {
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "14.x",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"glob": "^8.0.1",
"mocha": "^9.2.2",
"typescript": "^4.6.4",
"@types/node": "16.x",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"glob": "^8.0.3",
"mocha": "^10.0.0",
"typescript": "^4.7.2",
"@vscode/test-electron": "^2.1.3",
"@vscode/test-web": "^0.0.24",
"@types/webpack-env": "^1.16.4",
"@types/webpack-env": "^1.17.0",
"@types/vscode-notebook-renderer": "^1.60.0",
"concurrently": "^5.3.0",
"css-loader": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^5.0.14",
"style-loader": "^1.2.1",
"ts-loader": "^9.2.8",
"ts-loader": "^9.3.0",
"vscode-dts": "^0.3.3",
"vscode-notebook-error-overlay": "^1.0.1",
"webpack": "^5.70.0",
"webpack": "^5.72.1",
"util": "^0.12.4",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.2",
Expand Down
123 changes: 61 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-code",
"version": "1.6.10",
"version": "1.6.11",
"description": "Yeoman generator for Visual Studio Code Extensions",
"keywords": [
"yeoman-generator",
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/Microsoft"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.10.0"
},
"scripts": {
"test": "mocha",
Expand All @@ -47,7 +47,7 @@
"@types/node": "^16.11.6",
"@types/yeoman-generator": "^5.2.10",
"@types/yeoman-test": "^4.0.3",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"yeoman-environment": "^3.9.1",
"yeoman-test": "^6.3.0"
}
Expand Down

0 comments on commit 77eed3c

Please sign in to comment.