Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 25, 2023
1 parent 34801cc commit feab411
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -42,45 +42,45 @@
"author": "virk,adonisjs",
"license": "MIT",
"dependencies": {
"@poppinss/cliui": "^6.1.1-3",
"@poppinss/hooks": "^7.1.1-4",
"@poppinss/macroable": "^1.0.0-7",
"@poppinss/prompts": "^3.1.0-4",
"@poppinss/utils": "^6.5.0-5",
"@poppinss/cliui": "^6.1.1-4",
"@poppinss/hooks": "^7.1.1-5",
"@poppinss/macroable": "^1.0.0-8",
"@poppinss/prompts": "^3.1.0-5",
"@poppinss/utils": "^6.5.0-7",
"fastest-levenshtein": "^1.0.16",
"jsonschema": "^1.4.1",
"string-width": "^6.1.0",
"yargs-parser": "^21.1.1",
"youch": "^3.2.3",
"youch-terminal": "^2.2.1"
"youch": "^3.3.2",
"youch-terminal": "^2.2.3"
},
"devDependencies": {
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@japa/assert": "^2.0.0-1",
"@japa/expect-type": "^2.0.0-0",
"@japa/file-system": "^2.0.0-1",
"@japa/runner": "^3.0.0-3",
"@swc/core": "^1.3.78",
"@types/node": "^20.5.3",
"@types/yargs-parser": "^21.0.0",
"@japa/assert": "^2.0.0-2",
"@japa/expect-type": "^2.0.0-1",
"@japa/file-system": "^2.0.0-2",
"@japa/runner": "^3.0.0-9",
"@swc/core": "1.3.82",
"@types/node": "^20.6.5",
"@types/yargs-parser": "^21.0.1",
"c8": "^8.0.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"eslint": "^8.47.0",
"del-cli": "^5.1.0",
"eslint": "^8.50.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^8.0.4",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"reflect-metadata": "^0.1.13",
"ts-json-schema-generator": "^1.3.0",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit feab411

Please sign in to comment.