Skip to content

Commit

Permalink
chore(dev-deps): update dependencies and project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jun 27, 2024
1 parent 9c189e3 commit 581c54d
Show file tree
Hide file tree
Showing 6 changed files with 4,142 additions and 3,453 deletions.
12 changes: 0 additions & 12 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,5 @@ insert_final_newline = true
curly_bracket_next_line = false
spaces_around_operators = true

[*.bat]
end_of_line = crlf

[*.cs]
curly_bracket_next_line = true

[*.{cpp,cs,gradle,java,kt,py,rs}]
indent_size = 4

[*.md]
trim_trailing_whitespace = false

[*.tsv]
indent_style = tab
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"workbench.iconTheme": "catppuccin-mocha",
"workbench.colorTheme": "Catppuccin Mocha",
"typescript.updateImportsOnFileMove.enabled": "always",
"githubPullRequests.pullBranch": "never",
"git.confirmSync": false,
"explorer.confirmDragAndDrop": false,
"[markdown]": {
Expand Down
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"tasks": [
{
"type": "npm",
"script": "size",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "Build",
"detail": "pnpm size"
"detail": "pnpm build"
},
{
"type": "npm",
"script": "test:dev",
"script": "test",
"problemMatcher": [],
"label": "Test (development)",
"detail": "pnpm test:dev",
"detail": "pnpm test",
"group": {
"kind": "test",
"isDefault": true
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test:ui": "vitest --ui --api 9527"
},
"devDependencies": {
"@biomejs/biome": "^1.8.2",
"@biomejs/biome": "^1.8.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -57,7 +57,7 @@
"@size-limit/preset-small-lib": "^11.1.4",
"@swc/core": "^1.6.5",
"@types/is-ci": "^3.0.4",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"axios": "^1.7.2",
Expand All @@ -72,7 +72,7 @@
"size-limit": "^11.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vite-tsconfig-paths": "^4.3.2",
"vitepress": "1.2.3",
"vitest": "^1.6.0",
Expand Down
Loading

0 comments on commit 581c54d

Please sign in to comment.