Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 22, 2023
1 parent 7341ad1 commit 0e618da
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,34 @@
"sync-labels": "github-label-sync --labels .github/labels.json japa/runner"
},
"devDependencies": {
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^18.4.0",
"@commitlint/config-conventional": "^18.4.0",
"@swc/core": "^1.3.96",
"@types/chai": "^4.3.10",
"@adonisjs/eslint-config": "^1.1.9",
"@adonisjs/prettier-config": "^1.1.9",
"@adonisjs/tsconfig": "^1.1.9",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@swc/core": "^1.3.99",
"@types/chai": "^4.3.11",
"@types/chai-subset": "^1.3.5",
"@types/find-cache-dir": "^5.0.0",
"@types/ms": "^0.7.34",
"@types/node": "^20.9.0",
"@types/node": "^20.9.4",
"c8": "^8.0.1",
"chai": "^4.3.10",
"chai-subset": "^1.6.0",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"github-label-sync": "^2.3.1",
"glob": "^10.3.10",
"husky": "^8.0.3",
"np": "^8.0.4",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "5.2.2"
},
"dependencies": {
"@japa/core": "^8.1.1",
"@japa/core": "^8.1.2",
"@japa/errors-printer": "^3.0.1",
"@poppinss/colors": "^4.1.1",
"@poppinss/hooks": "^7.2.1",
Expand Down

0 comments on commit 0e618da

Please sign in to comment.