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 12, 2025
1 parent f6075dd commit df6e922
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,16 @@
"@adonisjs/eslint-config": "^2.0.0-beta.7",
"@adonisjs/prettier-config": "^1.4.0",
"@adonisjs/tsconfig": "^1.4.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@japa/assert": "^3.0.0",
"@japa/expect-type": "^2.0.2",
"@japa/file-system": "^2.3.0",
"@japa/runner": "^3.1.4",
"@japa/snapshot": "^2.0.6",
"@release-it/conventional-changelog": "^9.0.3",
"@swc/core": "1.10.1",
"@types/node": "^22.10.2",
"@japa/assert": "^4.0.1",
"@japa/expect-type": "^2.0.3",
"@japa/file-system": "^2.3.2",
"@japa/runner": "^4.1.0",
"@japa/snapshot": "^2.0.8",
"@release-it/conventional-changelog": "^10.0.0",
"@swc/core": "1.10.7",
"@types/node": "^22.10.5",
"@types/pretty-hrtime": "^1.0.3",
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
Expand All @@ -108,43 +108,43 @@
"cross-env": "^7.0.3",
"del-cli": "^6.0.0",
"edge.js": "^6.2.0",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"execa": "^9.5.2",
"get-port": "^7.1.0",
"github-label-sync": "^2.3.1",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"release-it": "^17.10.0",
"release-it": "^18.1.1",
"sinon": "^19.0.2",
"supertest": "^7.0.0",
"test-console": "^2.0.0",
"timekeeper": "^2.3.1",
"ts-node-maintained": "^10.9.4",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"dependencies": {
"@adonisjs/ace": "^13.3.0",
"@adonisjs/application": "^8.3.1",
"@adonisjs/bodyparser": "^10.0.2",
"@adonisjs/config": "^5.0.2",
"@adonisjs/encryption": "^6.0.2",
"@adonisjs/env": "^6.1.0",
"@adonisjs/env": "^6.1.1",
"@adonisjs/events": "^9.0.2",
"@adonisjs/fold": "^10.1.3",
"@adonisjs/hash": "^9.0.5",
"@adonisjs/health": "^2.0.0",
"@adonisjs/http-server": "^7.4.0",
"@adonisjs/logger": "^6.0.5",
"@adonisjs/repl": "^4.0.1",
"@antfu/install-pkg": "^0.5.0",
"@adonisjs/repl": "^4.1.0",
"@antfu/install-pkg": "^1.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/colors": "^4.1.3",
"@poppinss/dumper": "^0.6.1",
"@poppinss/macroable": "^1.0.3",
"@poppinss/utils": "^6.8.3",
"@poppinss/colors": "^4.1.4",
"@poppinss/dumper": "^0.6.2",
"@poppinss/macroable": "^1.0.4",
"@poppinss/utils": "^6.9.2",
"@sindresorhus/is": "^7.0.1",
"@types/he": "^1.2.3",
"error-stack-parser-es": "^0.1.5",
"error-stack-parser-es": "^1.0.5",
"he": "^1.2.0",
"parse-imports": "^2.2.1",
"pretty-hrtime": "^1.0.3",
Expand Down Expand Up @@ -176,13 +176,6 @@
"optional": true
}
},
"author": "Harminder Virk <[email protected]>",
"contributors": [
"Romain Lanz <[email protected]>",
"Julien Ripouteau <[email protected]>",
"Michaël Zasso"
],
"license": "MIT",
"homepage": "https://github.com/adonisjs/core#readme",
"repository": {
"type": "git",
Expand All @@ -196,6 +189,13 @@
"framework",
"mvc"
],
"author": "Harminder Virk <[email protected]>",
"contributors": [
"Romain Lanz <[email protected]>",
"Julien Ripouteau <[email protected]>",
"Michaël Zasso"
],
"license": "MIT",
"publishConfig": {
"provenance": true,
"access": "public"
Expand Down

0 comments on commit df6e922

Please sign in to comment.