Skip to content

Commit bacdac0

Browse files
committedFeb 16, 2024
chore: update dependencies
1 parent e033529 commit bacdac0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@
4545
"@adonisjs/eslint-config": "^1.2.0",
4646
"@adonisjs/prettier-config": "^1.2.0",
4747
"@adonisjs/tsconfig": "^1.2.0",
48-
"@commitlint/cli": "^18.6.0",
49-
"@commitlint/config-conventional": "^18.6.0",
48+
"@commitlint/cli": "^18.6.1",
49+
"@commitlint/config-conventional": "^18.6.2",
5050
"@japa/assert": "^2.0.1",
5151
"@japa/runner": "^3.1.0",
52-
"@swc/core": "^1.4.0",
53-
"@types/node": "^20.11.16",
52+
"@swc/core": "^1.4.1",
53+
"@types/node": "^20.11.19",
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": "^9.0.10",
60+
"husky": "^9.0.11",
6161
"np": "^9.2.0",
6262
"prettier": "^3.2.5",
6363
"ts-node": "^10.9.2",
64-
"tsup": "^8.0.1",
64+
"tsup": "^8.0.2",
6565
"typescript": "^5.3.3"
6666
},
6767
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.