Skip to content

Commit

Permalink
Merge pull request #12 from wozjac/dependabot/npm_and_yarn/types/vsco…
Browse files Browse the repository at this point in the history
…de-1.90.0

build(deps-dev): bump @types/vscode from 1.56.0 to 1.90.0
  • Loading branch information
wozjac authored Jun 20, 2024
2 parents a18692b + 501f276 commit cc0f9d2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion config/commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
export default { extends: ["@commitlint/config-conventional"] };
export default {
extends: ["@commitlint/config-conventional"],
rules: {
"body-max-line-length": [2, "always", 120],
},
};
14 changes: 7 additions & 7 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
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/node": "^14.x",
"@types/node-fetch": "^2.6.1",
"@types/sinon": "^10.0.11",
"@types/vscode": "^1.53.0",
"@types/vscode": "^1.90.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vscode/test-electron": "^2.4.0",
Expand Down

0 comments on commit cc0f9d2

Please sign in to comment.