Skip to content

Commit b87e13c

Browse files
committedFeb 8, 2024
chore: update dependencies
1 parent 8f63c08 commit b87e13c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@
4545
"@adonisjs/eslint-config": "^1.2.0",
4646
"@adonisjs/prettier-config": "^1.2.0",
4747
"@adonisjs/tsconfig": "^1.2.0",
48-
"@commitlint/cli": "^18.4.3",
49-
"@commitlint/config-conventional": "^18.4.3",
48+
"@commitlint/cli": "^18.6.0",
49+
"@commitlint/config-conventional": "^18.6.0",
5050
"@japa/assert": "^2.0.1",
5151
"@japa/runner": "^3.1.0",
52-
"@swc/core": "^1.3.100",
53-
"@types/node": "^20.10.4",
52+
"@swc/core": "^1.4.0",
53+
"@types/node": "^20.11.16",
5454
"@types/pretty-hrtime": "^1.0.3",
5555
"@types/wordwrap": "^1.0.3",
5656
"cross-env": "^7.0.3",
5757
"del-cli": "^5.1.0",
5858
"eslint": "^8.56.0",
5959
"github-label-sync": "^2.3.1",
60-
"husky": "^8.0.3",
60+
"husky": "^9.0.10",
6161
"np": "^9.2.0",
62-
"prettier": "^3.1.1",
62+
"prettier": "^3.2.5",
6363
"ts-node": "^10.9.2",
6464
"tsup": "^8.0.1",
6565
"typescript": "^5.3.3"
@@ -71,7 +71,7 @@
7171
"cli-truncate": "^4.0.0",
7272
"log-update": "^6.0.0",
7373
"pretty-hrtime": "^1.0.3",
74-
"string-width": "^7.0.0",
74+
"string-width": "^7.1.0",
7575
"supports-color": "^9.4.0",
7676
"terminal-size": "^4.0.0",
7777
"wordwrap": "^1.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.