Skip to content

Commit 53c851b

Browse files
authored
prepare 1.11.7 (microsoft#511)
1 parent ba3f2d4 commit 53c851b

File tree

3 files changed

+43
-32
lines changed

3 files changed

+43
-32
lines changed

generators/app/dependencyVersions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"@types/mocha": "^10.0.10",
88
"@types/node": "20.x",
99
"@types/assert": "^1.5.11",
10-
"@typescript-eslint/eslint-plugin": "^8.22.0",
10+
"@typescript-eslint/eslint-plugin": "^8.25.0",
1111
"@typescript-eslint/parser": "^8.22.0",
12-
"eslint": "^9.19.0",
12+
"eslint": "^9.21.0",
1313
"glob": "^11.0.1",
1414
"mocha": "^11.1.0",
1515
"typescript": "^5.7.3",
@@ -25,14 +25,14 @@
2525
"ts-loader": "^9.5.2",
2626
"vscode-dts": "^0.3.3",
2727
"vscode-notebook-error-overlay": "^1.1.0",
28-
"webpack": "^5.97.1",
28+
"webpack": "^5.98.0",
2929
"util": "^0.12.5",
3030
"webpack-cli": "^6.0.1",
3131
"webpack-dev-server": "^5.2.0",
3232
"assert": "^2.1.0",
3333
"process": "^0.11.10",
3434
"npm-run-all": "^4.1.5",
35-
"esbuild": "^0.24.2",
35+
"esbuild": "^0.25.0",
3636
"@esbuild-plugins/node-globals-polyfill": "^0.2.3"
3737
}
3838
}

package-lock.json

Lines changed: 37 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-code",
3-
"version": "1.11.6",
3+
"version": "1.11.7",
44
"description": "Yeoman generator for Visual Studio Code extensions.",
55
"keywords": [
66
"yeoman-generator",
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@types/mocha": "^10.0.10",
4747
"@types/node": "^18.19.57",
48-
"mocha": "^11.0.1",
48+
"mocha": "^11.1.0",
4949
"yeoman-environment": "^4.4.3",
5050
"yeoman-test": "^10.0.1",
5151
"jsonc-parser": "^3.3.1"

0 commit comments

Comments
 (0)