Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 22, 2024
1 parent bd476b5 commit 6f60fee
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 @@ -77,26 +77,26 @@
"index:commands": "node --loader=ts-node/esm toolkit/main.js index build/commands"
},
"devDependencies": {
"@adonisjs/assembler": "^7.0.0",
"@adonisjs/assembler": "^7.1.0",
"@adonisjs/eslint-config": "^1.2.0",
"@adonisjs/prettier-config": "^1.2.0",
"@adonisjs/tsconfig": "^1.2.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@japa/assert": "^2.1.0",
"@japa/expect-type": "^2.0.1",
"@japa/file-system": "^2.1.0",
"@japa/file-system": "^2.2.0",
"@japa/runner": "^3.1.1",
"@swc/core": "^1.3.102",
"@types/node": "^20.10.7",
"@swc/core": "^1.3.105",
"@types/node": "^20.11.5",
"@types/pretty-hrtime": "^1.0.3",
"@types/sinon": "^17.0.2",
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"@types/test-console": "^2.0.3",
"@vinejs/vine": "^1.7.0",
"argon2": "^0.31.1",
"bcrypt": "^5.1.1",
"c8": "^9.0.0",
"c8": "^9.1.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
Expand All @@ -107,9 +107,9 @@
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^9.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"sinon": "^17.0.1",
"supertest": "^6.3.3",
"supertest": "^6.3.4",
"test-console": "^2.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand All @@ -124,18 +124,18 @@
"@adonisjs/events": "^9.0.0",
"@adonisjs/fold": "^10.0.0",
"@adonisjs/hash": "^9.0.0",
"@adonisjs/http-server": "^7.0.0",
"@adonisjs/http-server": "^7.0.1",
"@adonisjs/logger": "^6.0.0",
"@adonisjs/repl": "^4.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/macroable": "^1.0.1",
"@poppinss/utils": "^6.7.0",
"@poppinss/utils": "^6.7.1",
"@sindresorhus/is": "^6.0.1",
"@types/he": "^1.2.3",
"he": "^1.2.0",
"parse-imports": "^1.1.2",
"pretty-hrtime": "^1.0.3",
"string-width": "^7.0.0",
"string-width": "^7.1.0",
"youch": "^3.3.2",
"youch-terminal": "^2.2.3"
},
Expand Down

0 comments on commit 6f60fee

Please sign in to comment.