Skip to content

Commit

Permalink
Update all non-major dependencies (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul <[email protected]>
  • Loading branch information
renovate[bot] and paulzakin authored Jul 1, 2024
1 parent 386a748 commit 1f86b87
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"out": true
},
"typescript.tsc.autoDetect": "off",
"cSpell.words": ["biomejs", "textlint"]
"cSpell.words": ["biomejs", "joblint", "proselint", "textlint"]
}
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": ["out"]
"ignore": ["out", "**/*.json"]
},
"formatter": {
"enabled": true,
Expand All @@ -14,7 +14,7 @@
"formatter": {
"quoteStyle": "single",
"semicolons": "asNeeded",
"trailingComma": "es5"
"trailingCommas": "es5"
}
},
"organizeImports": {
Expand Down
100 changes: 50 additions & 50 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 @@ -136,12 +136,12 @@
"watch": "tsc -watch -p ./"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@biomejs/biome": "1.8.3",
"@textlint/ast-node-types": "14.0.4",
"@types/command-exists": "1.2.3",
"@types/lodash": "4.17.5",
"@types/lodash": "4.17.6",
"@types/mocha": "10.0.7",
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"@types/pluralize": "0.0.33",
"@types/shelljs": "0.8.15",
"@types/url-regex-safe": "1.0.2",
Expand All @@ -150,7 +150,7 @@
"@types/vscode": "1.90.0",
"@vscode/test-electron": "2.4.0",
"@vscode/vsce": "2.29.0",
"mocha": "10.4.0",
"mocha": "10.5.2",
"typescript": "5.5.2"
},
"dependencies": {
Expand Down

0 comments on commit 1f86b87

Please sign in to comment.