Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Dec 14, 2024
1 parent ea3bfe1 commit 81d6e42
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,48 +39,48 @@
},
"devDependencies": {
"@adonisjs/assembler": "^7.8.2",
"@adonisjs/core": "6.14.0",
"@adonisjs/core": "6.16.0",
"@adonisjs/eslint-config": "^2.0.0-beta.7",
"@adonisjs/prettier-config": "^1.4.0",
"@adonisjs/session": "7.5.0",
"@adonisjs/tsconfig": "^1.4.0",
"@adonisjs/vite": "4.0.0-beta.0",
"@japa/api-client": "^2.0.3",
"@japa/api-client": "^2.0.4",
"@japa/assert": "3.0.0",
"@japa/expect-type": "^2.0.2",
"@japa/file-system": "^2.3.0",
"@japa/plugin-adonisjs": "^3.0.1",
"@japa/runner": "3.1.4",
"@japa/snapshot": "^2.0.6",
"@release-it/conventional-changelog": "^8.0.2",
"@swc/core": "^1.7.26",
"@types/node": "^22.7.4",
"@types/qs": "^6.9.16",
"@release-it/conventional-changelog": "^9.0.3",
"@swc/core": "^1.10.1",
"@types/node": "^22.10.2",
"@types/qs": "^6.9.17",
"@types/supertest": "^6.0.2",
"@vavite/multibuild": "^5.1.0",
"c8": "^10.1.3",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"del-cli": "^6.0.0",
"edge-parser": "^9.0.3",
"edge.js": "^6.2.0",
"eslint": "^9.11.1",
"eslint": "^9.17.0",
"get-port": "^7.1.0",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"prettier": "^3.4.2",
"release-it": "^17.10.0",
"supertest": "^7.0.0",
"ts-node-maintained": "^10.9.4",
"tsup": "^8.3.0",
"typescript": "~5.6.2",
"tsup": "^8.3.5",
"typescript": "~5.7.2",
"vite": "^6.0.3"
},
"dependencies": {
"@poppinss/utils": "^6.8.3",
"@tuyau/utils": "^0.0.4",
"@tuyau/utils": "^0.0.6",
"crc-32": "^1.2.2",
"edge-error": "^4.0.1",
"html-entities": "^2.5.2",
"locate-path": "^7.2.0",
"qs": "^6.13.0"
"qs": "^6.13.1"
},
"peerDependencies": {
"@adonisjs/core": "^6.9.1",
Expand All @@ -95,8 +95,7 @@
}
},
"publishConfig": {
"access": "public",
"tag": "beta"
"access": "public"
},
"author": "Julien Ripouteau <[email protected]>,adonisjs",
"license": "MIT",
Expand All @@ -119,7 +118,8 @@
},
"npm": {
"publish": true,
"skipChecks": true
"skipChecks": true,
"tag": "next"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 81d6e42

Please sign in to comment.