Skip to content

Commit

Permalink
prepare 1.8.1 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Dec 1, 2023
1 parent f22b098 commit e782c09
Show file tree
Hide file tree
Showing 4 changed files with 393 additions and 333 deletions.
23 changes: 12 additions & 11 deletions generators/app/dependencyVersions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,25 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@types/mocha": "^10.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "18.x",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"@types/assert": "^1.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"@vscode/test-cli": "^0.0.4",
"@vscode/test-electron": "^2.3.6",
"@vscode/test-web": "^0.0.48",
"@types/webpack-env": "^1.18.3",
"@types/vscode-notebook-renderer": "^1.72.2",
"@vscode/test-electron": "^2.3.8",
"@vscode/test-web": "^0.0.49",
"@types/webpack-env": "^1.18.4",
"@types/vscode-notebook-renderer": "^1.72.3",
"concurrently": "^8.2.2",
"css-loader": "^6.8.1",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"vscode-dts": "^0.3.3",
"vscode-notebook-error-overlay": "^1.0.1",
"webpack": "^5.89.0",
Expand Down
1 change: 1 addition & 0 deletions generators/app/templates/ext-command-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"devDependencies": {
<%- dep("@types/vscode") %>,
<%- dep("@types/mocha") %>,
<%- dep("@types/assert") %>,
<%- dep("eslint") %>,
<%- dep("@typescript-eslint/eslint-plugin") %>,
<%- dep("@typescript-eslint/parser") %>,
Expand Down

0 comments on commit e782c09

Please sign in to comment.