Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Feb 3, 2023
1 parent dfae61c commit 0db1188
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"author": "virk,adonisjs",
"license": "MIT",
"devDependencies": {
"@adonisjs/application": "^7.0.0-0",
"@adonisjs/application": "^7.0.1-0",
"@adonisjs/config": "^4.2.0-0",
"@adonisjs/encryption": "^5.1.2-0",
"@adonisjs/events": "^8.4.5-0",
"@adonisjs/events": "^8.4.6-0",
"@adonisjs/fold": "^9.9.2-0",
"@adonisjs/logger": "^5.4.1-0",
"@commitlint/cli": "^17.4.2",
Expand All @@ -54,7 +54,7 @@
"@japa/run-failed-tests": "^1.1.0",
"@japa/runner": "^2.2.2",
"@japa/spec-reporter": "^1.3.2",
"@swc/core": "^1.3.30",
"@swc/core": "^1.3.32",
"@types/accepts": "^1.3.5",
"@types/content-disposition": "^0.5.5",
"@types/cookie": "^0.5.1",
Expand Down Expand Up @@ -91,7 +91,7 @@
"reflect-metadata": "^0.1.13",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"dependencies": {
"@poppinss/macroable": "^1.0.0-2",
Expand All @@ -117,9 +117,9 @@
"youch": "^3.2.2"
},
"peerDependencies": {
"@adonisjs/application": "^7.0.0-0",
"@adonisjs/application": "^7.0.1-0",
"@adonisjs/encryption": "^5.1.2-0",
"@adonisjs/events": "^8.4.5-0",
"@adonisjs/events": "^8.4.6-0",
"@adonisjs/fold": "^9.9.2-0",
"@adonisjs/logger": "^5.4.1-0"
},
Expand Down

0 comments on commit 0db1188

Please sign in to comment.