Skip to content

Commit

Permalink
chore: update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 25, 2024
1 parent 5e2153e commit cbfa8f4
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@adonisjs/core": "6.1.5-26",
"@adonisjs/eslint-config": "^1.2.0",
"@adonisjs/prettier-config": "^1.2.0",
"@adonisjs/tsconfig": "^1.2.0",
"@japa/assert": "2.0.1",
"@japa/file-system": "2.0.1",
"@japa/runner": "3.1.0",
"@japa/snapshot": "2.0.3",
"@swc/core": "1.3.99",
"@adonisjs/core": "6.2.1",
"@adonisjs/eslint-config": "^1.2.1",
"@adonisjs/prettier-config": "^1.2.1",
"@adonisjs/tsconfig": "^1.2.1",
"@japa/assert": "2.1.0",
"@japa/file-system": "2.2.0",
"@japa/runner": "3.1.1",
"@japa/snapshot": "2.0.4",
"@swc/core": "1.3.106",
"@types/dedent": "^0.7.2",
"@types/node": "^20.10.0",
"c8": "^8.0.1",
"@types/node": "^20.11.6",
"c8": "^9.1.0",
"copyfiles": "^2.4.1",
"defu": "^6.1.3",
"defu": "^6.1.4",
"del-cli": "^5.1.0",
"eslint": "^8.54.0",
"np": "^9.0.0",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"eslint": "^8.56.0",
"np": "^9.2.0",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "~5.2.2"
},
"dependencies": {
Expand Down

0 comments on commit cbfa8f4

Please sign in to comment.