Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 15, 2024
1 parent 4392202 commit 56935db
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
"quick:test": "cross-env NODE_DEBUG=adonisjs:assembler node --enable-source-maps --loader=ts-node/esm bin/test.ts"
},
"devDependencies": {
"@adonisjs/application": "8.2.1",
"@adonisjs/application": "^8.2.1",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@japa/assert": "^2.1.0",
"@japa/file-system": "^2.2.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@japa/assert": "^3.0.0",
"@japa/file-system": "^2.3.0",
"@japa/runner": "^3.1.2",
"@japa/snapshot": "^2.0.4",
"@swc/core": "^1.4.11",
"@types/node": "^20.12.2",
"@japa/snapshot": "^2.0.5",
"@swc/core": "^1.4.14",
"@types/node": "^20.12.7",
"@types/picomatch": "^2.3.3",
"@types/pretty-hrtime": "^1.0.3",
"c8": "^9.1.0",
Expand All @@ -55,13 +55,13 @@
"github-label-sync": "^2.3.1",
"hot-hook": "^0.1.9",
"husky": "^9.0.11",
"np": "^10.0.2",
"np": "^10.0.3",
"p-event": "^6.0.1",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@adonisjs/env": "^6.0.0",
Expand All @@ -71,7 +71,7 @@
"@poppinss/hooks": "^7.2.3",
"@poppinss/utils": "^6.7.3",
"cpy": "^11.0.1",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"get-port": "^7.1.0",
Expand Down

0 comments on commit 56935db

Please sign in to comment.