Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 22, 2024
1 parent 79d01c2 commit c3cbaf6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,33 +42,33 @@
"author": "virk,adonisjs",
"license": "MIT",
"devDependencies": {
"@adonisjs/eslint-config": "^1.2.1",
"@adonisjs/prettier-config": "^1.2.1",
"@adonisjs/tsconfig": "^1.2.1",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@japa/assert": "^2.1.0",
"@japa/expect-type": "^2.0.1",
"@japa/runner": "^3.1.1",
"@japa/snapshot": "^2.0.4",
"@swc/core": "^1.3.105",
"@types/node": "^20.11.5",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@japa/assert": "^3.0.0",
"@japa/expect-type": "^2.0.2",
"@japa/runner": "^3.1.4",
"@japa/snapshot": "^2.0.5",
"@swc/core": "^1.4.16",
"@types/node": "^20.12.7",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^9.2.0",
"husky": "^9.0.11",
"np": "^10.0.5",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@poppinss/utils": "^6.7.1",
"@poppinss/utils": "^6.7.3",
"abstract-logging": "^2.0.1",
"pino": "^8.17.2"
"pino": "^8.20.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c3cbaf6

Please sign in to comment.