Skip to content

Commit

Permalink
chore: Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Apr 12, 2024
1 parent 0c7f20b commit 00d41ea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@
"postpublish": "git push origin && git push origin -f --tags"
},
"dependencies": {
"@swc-node/register": "^1.8.0",
"acquerello": "^2.0.7",
"@swc-node/register": "^1.9.0",
"acquerello": "^2.0.8",
"hdr-histogram-js": "^3.0.0",
"table": "^6.8.1"
"table": "^6.8.2"
},
"devDependencies": {
"@cowtech/eslint-config": "^9.0.3",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.0",
"@types/node": "^20.11.16",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.13",
"@types/node": "^20.12.7",
"c8": "^9.1.0",
"chokidar": "^3.6.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"proxyquire": "^2.1.3",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"engines": {
"node": ">= 18.18.0"
Expand Down
8 changes: 8 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default {
printWidth: 120,
semi: false,
singleQuote: true,
bracketSpacing: true,
trailingComma: 'none',
arrowParens: 'avoid'
}
File renamed without changes.

0 comments on commit 00d41ea

Please sign in to comment.