Skip to content

Commit a9936fd

Browse files
authored
update to yeoman-generator@7, prepare 1.10.0 (microsoft#473)
1 parent a6428fb commit a9936fd

File tree

3 files changed

+1831
-2256
lines changed

3 files changed

+1831
-2256
lines changed

generators/app/dependencyVersions/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"@types/mocha": "^10.0.6",
88
"@types/node": "18.x",
99
"@types/assert": "^1.5.10",
10-
"@typescript-eslint/eslint-plugin": "^7.7.1",
11-
"@typescript-eslint/parser": "^7.7.1",
10+
"@typescript-eslint/eslint-plugin": "^7.11.0",
11+
"@typescript-eslint/parser": "^7.11.0",
1212
"eslint": "^8.57.0",
13-
"glob": "^10.3.12",
13+
"glob": "^10.4.1",
1414
"mocha": "^10.4.0",
1515
"typescript": "^5.4.5",
1616
"@vscode/test-cli": "^0.0.9",
17-
"@vscode/test-electron": "^2.3.9",
17+
"@vscode/test-electron": "^2.4.0",
1818
"@vscode/test-web": "^0.0.54",
19-
"@types/webpack-env": "^1.18.4",
19+
"@types/webpack-env": "^1.18.5",
2020
"@types/vscode-notebook-renderer": "^1.72.3",
2121
"concurrently": "^8.2.2",
22-
"css-loader": "^7.1.1",
22+
"css-loader": "^7.1.2",
2323
"fork-ts-checker-webpack-plugin": "^9.0.2",
2424
"style-loader": "^4.0.0",
2525
"ts-loader": "^9.5.1",
@@ -32,7 +32,7 @@
3232
"assert": "^2.1.0",
3333
"process": "^0.11.10",
3434
"npm-run-all": "^4.1.5",
35-
"esbuild": "^0.20.2",
35+
"esbuild": "^0.21.4",
3636
"@esbuild-plugins/node-globals-polyfill": "^0.2.3"
3737
}
3838
}

0 commit comments

Comments
 (0)