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 23, 2023
1 parent ffe7cf0 commit ba4faad
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,66 +77,66 @@
"index:commands": "node --loader=ts-node/esm toolkit/main.js index build/commands"
},
"devDependencies": {
"@adonisjs/assembler": "^6.1.3-25",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@japa/assert": "^2.0.0",
"@adonisjs/assembler": "^6.1.3-26",
"@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",
"@japa/assert": "^2.0.1",
"@japa/expect-type": "^2.0.0",
"@japa/file-system": "^2.0.0",
"@japa/runner": "^3.0.4",
"@swc/core": "1.3.82",
"@types/node": "^20.8.8",
"@types/pretty-hrtime": "^1.0.1",
"@types/sinon": "^10.0.20",
"@types/supertest": "^2.0.15",
"@types/test-console": "^2.0.1",
"@vinejs/vine": "^1.6.0",
"@japa/file-system": "^2.0.1",
"@japa/runner": "^3.1.0",
"@swc/core": "^1.3.99",
"@types/node": "^20.9.4",
"@types/pretty-hrtime": "^1.0.3",
"@types/sinon": "^17.0.2",
"@types/supertest": "^2.0.16",
"@types/test-console": "^2.0.3",
"@vinejs/vine": "^1.7.0",
"argon2": "^0.31.1",
"bcrypt": "^5.1.1",
"c8": "^8.0.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"edge.js": "^6.0.0-10",
"eslint": "^8.52.0",
"eslint": "^8.54.0",
"get-port": "^7.0.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^8.0.4",
"prettier": "^3.0.3",
"sinon": "^17.0.0",
"prettier": "^3.1.0",
"sinon": "^17.0.1",
"supertest": "^6.3.3",
"test-console": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "5.2.2"
},
"dependencies": {
"@adonisjs/ace": "^12.3.2-0",
"@adonisjs/application": "^8.0.0-0",
"@adonisjs/bodyparser": "^10.0.0-1",
"@adonisjs/config": "^4.2.1-5",
"@adonisjs/encryption": "^5.1.2-3",
"@adonisjs/env": "^4.2.0-6",
"@adonisjs/events": "^9.0.0-0",
"@adonisjs/fold": "^9.9.3-10",
"@adonisjs/hash": "^8.3.1-7",
"@adonisjs/http-server": "^7.0.0-1",
"@adonisjs/logger": "^5.4.2-6",
"@adonisjs/repl": "^4.0.0-8",
"@antfu/install-pkg": "^0.1.1",
"@adonisjs/ace": "^12.3.2-1",
"@adonisjs/application": "^8.0.0-2",
"@adonisjs/bodyparser": "^10.0.0-2",
"@adonisjs/config": "^4.2.1-6",
"@adonisjs/encryption": "^5.1.2-4",
"@adonisjs/env": "^4.2.0-7",
"@adonisjs/events": "^9.0.0-1",
"@adonisjs/fold": "^9.9.3-11",
"@adonisjs/hash": "^8.3.1-8",
"@adonisjs/http-server": "^7.0.0-2",
"@adonisjs/logger": "^5.4.2-7",
"@adonisjs/repl": "^4.0.0-9",
"@antfu/install-pkg": "^0.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/macroable": "^1.0.0-7",
"@poppinss/utils": "^6.5.0-3",
"@sindresorhus/is": "^6.0.1",
"@types/he": "^1.2.1",
"@types/he": "^1.2.3",
"execa": "^8.0.1",
"he": "^1.2.0",
"parse-imports": "^1.1.2",
"pretty-hrtime": "^1.0.3",
"string-width": "^6.1.0",
"string-width": "^7.0.0",
"youch": "^3.3.2",
"youch-terminal": "^2.2.3"
},
Expand Down

0 comments on commit ba4faad

Please sign in to comment.