Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 4, 2024
1 parent 0ff68f2 commit 35821eb
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@adonisjs/assembler": "^7.8.2",
"@adonisjs/core": "^6.14.1",
"@adonisjs/core": "^6.15.2",
"@adonisjs/eslint-config": "^2.0.0-beta.7",
"@adonisjs/prettier-config": "^1.4.0",
"@adonisjs/tsconfig": "^1.4.0",
Expand All @@ -69,36 +69,36 @@
"@japa/runner": "^3.1.4",
"@libsql/sqlite3": "^0.3.1",
"@release-it/conventional-changelog": "^9.0.3",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/chance": "^1.1.6",
"@types/luxon": "^3.4.2",
"@types/node": "^22.9.0",
"@types/node": "^22.10.1",
"@types/pretty-hrtime": "^1.0.3",
"@types/qs": "^6.9.17",
"@vinejs/vine": "^2.1.0",
"better-sqlite3": "^11.5.0",
"@vinejs/vine": "^3.0.0",
"better-sqlite3": "^11.6.0",
"c8": "^10.1.2",
"chance": "^1.1.12",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"del-cli": "^6.0.0",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
"fs-extra": "^11.2.0",
"luxon": "^3.5.0",
"mysql2": "^3.11.4",
"mysql2": "^3.11.5",
"pg": "^8.13.1",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"reflect-metadata": "^0.2.2",
"release-it": "^17.10.0",
"sqlite3": "^5.1.7",
"tedious": "^18.6.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@adonisjs/presets": "^2.6.3",
"@faker-js/faker": "^9.2.0",
"@faker-js/faker": "^9.3.0",
"@poppinss/hooks": "^7.2.4",
"@poppinss/macroable": "^1.0.3",
"@poppinss/utils": "^6.8.3",
Expand All @@ -108,19 +108,23 @@
"knex": "^3.1.0",
"knex-dynamic-connection": "^3.2.0",
"pretty-hrtime": "^1.0.3",
"qs": "^6.13.0",
"qs": "^6.13.1",
"slash": "^5.1.0",
"tarn": "^3.0.2"
},
"peerDependencies": {
"@adonisjs/assembler": "^7.7.0",
"@adonisjs/core": "^6.10.1",
"@vinejs/vine": "^2.0.0 || ^3.0.0",
"luxon": "^3.4.4"
},
"peerDependenciesMeta": {
"@adonisjs/assembler": {
"optional": true
},
"@vinejs/vine": {
"optional": true
},
"luxon": {
"optional": true
}
Expand Down

0 comments on commit 35821eb

Please sign in to comment.