Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 14, 2022
1 parent d259164 commit 0637f9e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,35 @@
"author": "virk,adonisjs",
"license": "MIT",
"devDependencies": {
"@adonisjs/application": "^5.2.0",
"@adonisjs/application": "^5.2.4",
"@adonisjs/mrm-preset": "^5.0.3",
"@adonisjs/require-ts": "^2.0.11",
"@japa/assert": "^1.3.3",
"@japa/assert": "^1.3.4",
"@japa/run-failed-tests": "^1.0.7",
"@japa/runner": "^2.0.6",
"@japa/runner": "^2.0.7",
"@japa/spec-reporter": "^1.1.12",
"@poppinss/dev-utils": "^2.0.2",
"@poppinss/dev-utils": "^2.0.3",
"@types/fs-extra": "^9.0.13",
"@types/ini": "^1.3.31",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.23",
"@types/node": "^17.0.24",
"@types/yaml": "^1.9.7",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^4.0.1",
"endent": "^2.1.0",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-prettier": "^4.0.0",
"github-label-sync": "^2.1.1",
"github-label-sync": "^2.2.0",
"husky": "^7.0.4",
"ini": "^2.0.0",
"ini": "^3.0.0",
"mrm": "^4.0.0",
"np": "^7.6.1",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
"yaml": "^1.10.2"
"yaml": "^2.0.0"
},
"nyc": {
"exclude": [
Expand All @@ -75,9 +75,9 @@
}
},
"dependencies": {
"@poppinss/cliui": "^3.0.1",
"@poppinss/prompts": "^2.0.1",
"@poppinss/utils": "^4.0.2",
"@poppinss/cliui": "^3.0.2",
"@poppinss/prompts": "^2.0.2",
"@poppinss/utils": "^4.0.4",
"cp-file": "^9.1.0",
"fs-extra": "^10.0.1",
"marked": "^2.1.3",
Expand Down

0 comments on commit 0637f9e

Please sign in to comment.