Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 26, 2024
1 parent 0bf2ec0 commit 026b9fe
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"],
}
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
"files.trimTrailingWhitespace": false,
},
"eslint.experimental.useFlatConfig": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"markdown",
"typescript",
"typescriptreact"
"typescriptreact",
],
"cSpell.words": ["frontmatter", "mdit", "slidev", "slugification"]
"cSpell.words": ["frontmatter", "mdit", "slidev", "slugification"],
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@commitlint/config-conventional": "^19.1.0",
"@lerna-lite/cli": "^3.3.1",
"@lerna-lite/publish": "^3.3.1",
"@meteorlxy/eslint-config": "^3.1.0",
"@meteorlxy/prettier-config": "^3.0.0",
"@meteorlxy/eslint-config": "^3.2.0",
"@meteorlxy/prettier-config": "^3.2.0",
"@meteorlxy/tsconfig": "^3.0.0",
"@vitest/coverage-istanbul": "^1.4.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sort-package-json": "^2.8.0",
"sort-package-json": "^2.9.0",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vitest": "^1.4.0"
Expand Down
Loading

0 comments on commit 026b9fe

Please sign in to comment.