Skip to content

Commit 2215c38

Browse files
committed
chore: update dependencies
1 parent ce331e2 commit 2215c38

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"quick:test": "node --enable-source-maps --loader=ts-node/esm bin/test.ts"
3434
},
3535
"devDependencies": {
36-
"@adonisjs/application": "^7.1.2-12",
36+
"@adonisjs/application": "^8.0.0-0",
3737
"@adonisjs/eslint-config": "^1.1.8",
3838
"@adonisjs/prettier-config": "^1.1.8",
3939
"@adonisjs/tsconfig": "^1.1.8",
4040
"@commitlint/cli": "^17.6.7",
4141
"@commitlint/config-conventional": "^17.6.7",
42-
"@japa/assert": "^2.0.0-1",
43-
"@japa/file-system": "^2.0.0-1",
44-
"@japa/runner": "^3.0.0-6",
45-
"@japa/snapshot": "2.0.0-1",
46-
"@swc/core": "1.3.71",
42+
"@japa/assert": "^2.0.0",
43+
"@japa/file-system": "^2.0.0",
44+
"@japa/runner": "^3.0.2",
45+
"@japa/snapshot": "^2.0.0",
46+
"@swc/core": "1.3.82",
4747
"@types/node": "^20.4.5",
4848
"@types/picomatch": "^2.3.0",
4949
"c8": "^8.0.1",
@@ -60,17 +60,17 @@
6060
"typescript": "^5.1.6"
6161
},
6262
"dependencies": {
63-
"@adonisjs/env": "^4.2.0-3",
64-
"@poppinss/chokidar-ts": "^4.1.0-6",
65-
"@poppinss/cliui": "^6.1.1-3",
63+
"@adonisjs/env": "^4.2.0-6",
64+
"@poppinss/chokidar-ts": "^4.1.0",
65+
"@poppinss/cliui": "^6.2.0",
6666
"cpy": "^10.1.0",
67-
"execa": "^7.1.1",
67+
"execa": "^8.0.1",
6868
"fast-glob": "^3.3.1",
6969
"get-port": "^7.0.0",
7070
"junk": "^4.0.1",
7171
"picomatch": "^2.3.1",
7272
"slash": "^5.1.0",
73-
"ts-morph": "^19.0.0"
73+
"ts-morph": "^20.0.0"
7474
},
7575
"peerDependencies": {
7676
"typescript": "^4.0.0 || ^5.0.0"

0 commit comments

Comments
 (0)