Skip to content

Commit

Permalink
perf(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreVarandas committed Jun 3, 2024
1 parent 7c31412 commit 501f491
Show file tree
Hide file tree
Showing 3 changed files with 1,873 additions and 1,266 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# The JSON files contain newlines inconsistently
[*.json]
insert_final_newline = ignore

# Minified JavaScript files shouldn't be changed
[**.min.js]
indent_style = ignore
insert_final_newline = ignore

# Markdown files should have trailing whitespace trimmed
[*.md]
trim_trailing_whitespace = false

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/node": "^20.14.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"cz-conventional-changelog": "3.1.1",
Expand Down Expand Up @@ -64,5 +65,6 @@
"eslint --fix",
"prettier --write"
]
}
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
Loading

0 comments on commit 501f491

Please sign in to comment.