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 22, 2024
1 parent 00601fe commit 936d5d2
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,48 +37,48 @@
"quick:test": "cross-env NODE_DEBUG=adonisjs:limiter node --enable-source-maps --loader=ts-node/esm bin/test.ts"
},
"devDependencies": {
"@adonisjs/assembler": "^7.1.1",
"@adonisjs/core": "^6.2.2",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/i18n": "^2.0.0",
"@adonisjs/lucid": "^20.1.0",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/redis": "^8.0.1",
"@adonisjs/tsconfig": "^1.1.8",
"@japa/assert": "^2.1.0",
"@japa/expect-type": "^2.0.1",
"@japa/file-system": "^2.2.0",
"@japa/runner": "^3.1.1",
"@swc/core": "^1.3.68",
"@types/node": "^20.4.1",
"@adonisjs/assembler": "^7.7.0",
"@adonisjs/core": "^6.12.1",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/i18n": "^2.1.0",
"@adonisjs/lucid": "^21.1.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/redis": "^9.1.0",
"@adonisjs/tsconfig": "^1.3.0",
"@japa/assert": "^3.0.0",
"@japa/expect-type": "^2.0.2",
"@japa/file-system": "^2.3.0",
"@japa/runner": "^3.1.4",
"@swc/core": "^1.6.5",
"@types/node": "^20.14.8",
"@types/sinon": "^17.0.3",
"better-sqlite3": "^9.3.0",
"c8": "^9.1.0",
"better-sqlite3": "^11.0.0",
"c8": "^10.1.2",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"dotenv": "^16.4.1",
"dotenv": "^16.4.5",
"eslint": "^8.44.0",
"github-label-sync": "^2.3.1",
"husky": "^9.0.7",
"husky": "^9.0.11",
"luxon": "^3.4.3",
"mysql2": "^3.9.1",
"np": "^9.2.0",
"pg": "^8.10.0",
"prettier": "^3.0.0",
"sinon": "^17.0.1",
"mysql2": "^3.10.1",
"np": "^10.0.6",
"pg": "^8.12.0",
"prettier": "^3.3.2",
"sinon": "^18.0.0",
"timekeeper": "^2.3.1",
"ts-node": "^10.9.1",
"tsup": "^8.0.1",
"typescript": "^5.1.6"
"tsup": "^8.1.0",
"typescript": "^5.5.2"
},
"dependencies": {
"rate-limiter-flexible": "^4.0.1"
"rate-limiter-flexible": "^5.0.3"
},
"peerDependencies": {
"@adonisjs/core": "^6.2.2",
"@adonisjs/lucid": "^20.1.0",
"@adonisjs/redis": "^8.0.1"
"@adonisjs/core": "^6.12.1",
"@adonisjs/lucid": "^20.1.0 || ^21.0.0",
"@adonisjs/redis": "^8.0.1 || ^9.0.0"
},
"peerDependenciesMeta": {
"@adonisjs/lucid": {
Expand Down

0 comments on commit 936d5d2

Please sign in to comment.