Skip to content

Commit

Permalink
update test-web, prepare 1.8.2
Browse files Browse the repository at this point in the history
* update test-web

* prepare 1.8.2
  • Loading branch information
aeschli committed Dec 19, 2023
1 parent 9949d48 commit 3ef4239
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions generators/app/dependencyVersions/package.json
Expand Up @@ -7,15 +7,15 @@
"@types/mocha": "^10.0.6",
"@types/node": "18.x",
"@types/assert": "^1.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"@vscode/test-cli": "^0.0.4",
"@vscode/test-electron": "^2.3.8",
"@vscode/test-web": "^0.0.49",
"@vscode/test-web": "^0.0.50",
"@types/webpack-env": "^1.18.4",
"@types/vscode-notebook-renderer": "^1.72.3",
"concurrently": "^8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "generator-code",
"version": "1.8.1",
"version": "1.8.2",
"description": "Yeoman generator for Visual Studio Code extensions.",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 3ef4239

Please sign in to comment.