Skip to content

Commit 8afda77

Browse files
committed
chore: update dependencies
1 parent 683198d commit 8afda77

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,39 +34,39 @@
3434
"quick:test": "cross-env NODE_DEBUG=adonisjs:assembler node --enable-source-maps --loader=ts-node/esm bin/test.ts"
3535
},
3636
"devDependencies": {
37-
"@adonisjs/application": "^8.0.0-2",
38-
"@adonisjs/eslint-config": "^1.1.9",
39-
"@adonisjs/prettier-config": "^1.1.9",
40-
"@adonisjs/tsconfig": "^1.1.9",
37+
"@adonisjs/application": "^8.0.0-3",
38+
"@adonisjs/eslint-config": "^1.2.0",
39+
"@adonisjs/prettier-config": "^1.2.0",
40+
"@adonisjs/tsconfig": "^1.2.0",
4141
"@commitlint/cli": "^18.4.3",
4242
"@commitlint/config-conventional": "^18.4.3",
43-
"@japa/assert": "^2.0.1",
44-
"@japa/file-system": "^2.0.1",
45-
"@japa/runner": "^3.1.0",
46-
"@japa/snapshot": "^2.0.3",
47-
"@swc/core": "^1.3.99",
48-
"@types/node": "^20.9.4",
43+
"@japa/assert": "^2.1.0",
44+
"@japa/file-system": "^2.1.0",
45+
"@japa/runner": "^3.1.1",
46+
"@japa/snapshot": "^2.0.4",
47+
"@swc/core": "^1.3.101",
48+
"@types/node": "^20.10.5",
4949
"@types/picomatch": "^2.3.3",
5050
"@types/pretty-hrtime": "^1.0.3",
5151
"c8": "^8.0.1",
5252
"cross-env": "^7.0.3",
5353
"dedent": "^1.5.1",
5454
"del-cli": "^5.0.0",
55-
"eslint": "^8.54.0",
55+
"eslint": "^8.56.0",
5656
"github-label-sync": "^2.3.1",
5757
"husky": "^8.0.3",
58-
"np": "^8.0.4",
58+
"np": "^9.2.0",
5959
"p-event": "^6.0.0",
60-
"prettier": "^3.1.0",
61-
"ts-node": "^10.9.1",
60+
"prettier": "^3.1.1",
61+
"ts-node": "^10.9.2",
6262
"tsup": "^8.0.1",
63-
"typescript": "5.2.2"
63+
"typescript": "^5.3.3"
6464
},
6565
"dependencies": {
6666
"@adonisjs/env": "^4.2.0-7",
67-
"@antfu/install-pkg": "^0.2.0",
68-
"@poppinss/chokidar-ts": "^4.1.1",
69-
"@poppinss/cliui": "^6.2.1",
67+
"@antfu/install-pkg": "^0.3.1",
68+
"@poppinss/chokidar-ts": "^4.1.3",
69+
"@poppinss/cliui": "^6.2.3",
7070
"cpy": "^11.0.0",
7171
"execa": "^8.0.1",
7272
"fast-glob": "^3.3.2",
@@ -75,7 +75,7 @@
7575
"picomatch": "^3.0.1",
7676
"pretty-hrtime": "^1.0.3",
7777
"slash": "^5.1.0",
78-
"ts-morph": "^20.0.0"
78+
"ts-morph": "^21.0.1"
7979
},
8080
"peerDependencies": {
8181
"typescript": "^4.0.0 || ^5.0.0"

0 commit comments

Comments
 (0)