Skip to content

Commit

Permalink
fix(deps): update editorconfig to allow empty option values (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Feb 28, 2025
1 parent 5743494 commit 6bfa974
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 43 deletions.
72 changes: 33 additions & 39 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "0.17.1",
"icon": "EditorConfig_icon.png",
"engines": {
"vscode": "^1.82.0"
"vscode": "^1.90.0"
},
"author": "EditorConfig Team",
"license": "MIT",
Expand Down Expand Up @@ -109,12 +109,12 @@
}
},
"dependencies": {
"editorconfig": "^2.0.0"
"editorconfig": "^2.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.74",
"@types/vscode": "^1.82.0",
"@types/node": "^20.17.19",
"@types/vscode": "^1.90.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vscode/test-electron": "^2.4.1",
Expand Down

0 comments on commit 6bfa974

Please sign in to comment.