Skip to content

Commit

Permalink
upgrade more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Feb 10, 2024
1 parent 5547332 commit 7d261fb
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 183 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
"@adonisjs/assembler": "5.9.5",
"@japa/preset-adonis": "1.2.0",
"@japa/runner": "2.5.1",
"@symfony/webpack-encore": "4.4.0",
"@symfony/webpack-encore": "4.6.1",
"@types/bcrypt": "5.0.2",
"@types/fs-extra": "11.0.4",
"@types/luxon": "3.3.1",
"@types/luxon": "3.4.2",
"@types/node-fetch": "2.6.11",
"@types/proxy-addr": "2.0.3",
"@types/semver": "7.5.6",
"@types/source-map-support": "0.5.6",
"@types/source-map-support": "0.5.10",
"@types/targz": "1.0.4",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"adonis-preset-ts": "2.1.0",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-config-prettier": "8.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-adonis": "2.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-unicorn": "50.0.1",
"husky": "9.0.10",
"is-ci": "3.0.1",
"pino-pretty": "10.2.0",
"pino-pretty": "10.3.1",
"prettier": "3.2.5",
"typescript": "5.3.3",
"youch": "3.2.3",
"youch": "3.3.3",
"youch-terminal": "2.2.3"
},
"dependencies": {
Expand All @@ -72,12 +72,12 @@
"@adonisjs/shield": "7.1.1",
"@adonisjs/view": "6.2.0",
"adonis5-jwt": "github:SpecialAro/adonis5-jwt#34941c10adcf89583a40767552b994ea499b92e3",
"aws-sdk": "2.1425.0",
"aws-sdk": "2.1555.0",
"bcrypt": "5.1.1",
"fs-extra": "11.2.0",
"jose": "4.14.6",
"luxon": "3.3.0",
"moment": "2.29.4",
"luxon": "3.4.4",
"moment": "2.30.1",
"mysql": "2.18.1",
"node-fetch": "2",
"pg": "8.11.3",
Expand All @@ -86,7 +86,7 @@
"rand-token": "1.0.1",
"reflect-metadata": "0.1.13",
"sanitize-filename": "1.6.3",
"semver": "7.5.4",
"semver": "7.6.0",
"source-map-support": "0.5.21",
"sqlite3": "5.1.6",
"targz": "1.0.1",
Expand Down
Loading

0 comments on commit 7d261fb

Please sign in to comment.