Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 10, 2024
1 parent 2a2bd22 commit bdc32b5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"index:commands": "adonis-kit index build/commands"
},
"dependencies": {
"@adonisjs/presets": "^2.4.0",
"@adonisjs/presets": "^2.4.1",
"@faker-js/faker": "^8.4.1",
"@poppinss/hooks": "^7.2.3",
"@poppinss/macroable": "^1.0.2",
Expand All @@ -74,24 +74,24 @@
"tarn": "^3.0.2"
},
"devDependencies": {
"@adonisjs/assembler": "^7.5.0",
"@adonisjs/core": "^6.7.1",
"@adonisjs/assembler": "^7.7.0",
"@adonisjs/core": "^6.10.1",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@japa/assert": "^3.0.0",
"@japa/file-system": "^2.3.0",
"@japa/runner": "^3.1.4",
"@swc/core": "^1.4.16",
"@swc/core": "^1.5.27",
"@types/chance": "^1.1.6",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.7",
"@types/node": "^20.14.2",
"@types/pretty-hrtime": "^1.0.3",
"@types/qs": "^6.9.15",
"@vinejs/vine": "^2.0.0",
"better-sqlite3": "^9.5.0",
"@vinejs/vine": "^2.1.0",
"better-sqlite3": "^11.0.0",
"c8": "^9.1.0",
"chance": "^1.1.11",
"copyfiles": "^2.4.1",
Expand All @@ -103,13 +103,13 @@
"github-label-sync": "^2.3.1",
"husky": "^9.0.11",
"luxon": "^3.4.4",
"mysql2": "^3.9.7",
"mysql2": "^3.10.0",
"np": "^10.0.5",
"pg": "^8.11.5",
"prettier": "^3.2.5",
"pg": "^8.12.0",
"prettier": "^3.3.1",
"reflect-metadata": "^0.2.2",
"sqlite3": "^5.1.7",
"tedious": "^18.1.0",
"tedious": "^18.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit bdc32b5

Please sign in to comment.