Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 3, 2023
1 parent 67965b9 commit f6cf0ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
"author": "virk,adonisjs",
"license": "MIT",
"devDependencies": {
"@adonisjs/application": "^7.1.0-0",
"@adonisjs/application": "^7.1.1-0",
"@adonisjs/config": "^4.2.0-0",
"@adonisjs/encryption": "^5.1.2-0",
"@adonisjs/events": "^8.4.7-0",
"@adonisjs/events": "^8.4.8-0",
"@adonisjs/fold": "^9.9.2-0",
"@adonisjs/logger": "^5.4.2-0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@fastify/middie": "^8.1.0",
"@japa/api-client": "^1.4.3",
"@japa/api-client": "^1.4.4",
"@japa/assert": "^1.4.1",
"@japa/expect-type": "^1.0.3",
"@japa/run-failed-tests": "^1.1.1",
"@japa/runner": "^2.5.0",
"@japa/runner": "^2.5.1",
"@japa/spec-reporter": "^1.3.3",
"@swc/core": "^1.3.35",
"@swc/core": "^1.3.37",
"@types/accepts": "^1.3.5",
"@types/content-disposition": "^0.5.5",
"@types/cookie": "^0.5.1",
Expand All @@ -76,7 +76,7 @@
"c8": "^7.13.0",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-adonis": "^3.0.3",
"eslint-plugin-prettier": "^4.2.1",
Expand Down Expand Up @@ -117,9 +117,9 @@
"youch": "^3.2.3"
},
"peerDependencies": {
"@adonisjs/application": "^7.1.0-0",
"@adonisjs/application": "^7.1.1-0",
"@adonisjs/encryption": "^5.1.2-0",
"@adonisjs/events": "^8.4.7-0",
"@adonisjs/events": "^8.4.8-0",
"@adonisjs/fold": "^9.9.2-0",
"@adonisjs/logger": "^5.4.2-0"
},
Expand Down

0 comments on commit f6cf0ab

Please sign in to comment.