Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 3f29af4

Browse files
committed
chore: update dependencies
1 parent 8aba440 commit 3f29af4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,11 @@
6666
},
6767
"dependencies": {
6868
"@adonisjs/fold": "^6.2.3",
69-
"@adonisjs/sink": "^2.3.0",
69+
"@adonisjs/sink": "^2.3.1",
7070
"@poppinss/application": "^1.0.10",
71-
"@poppinss/fancy-logs": "^1.2.1",
7271
"cli-width": "^2.2.0",
7372
"fs-extra": "^8.1.0",
7473
"getopts": "^2.2.5",
75-
"kleur": "^3.0.3",
7674
"ora": "^4.0.2",
7775
"randomstring": "^1.1.5"
7876
},

tasks/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
*/
99

1010
import createRcFile from './createRcFile'
11-
import createEnvFile from './createEnvFile'
12-
import createPackageFile from './createPackageFile'
13-
import createGitIgnore from './createGitIgnore'
14-
import createTsConfig from './createTsConfig'
1511
import createTsLint from './createTslint'
1612
import copyTemplates from './copyTemplates'
13+
import createEnvFile from './createEnvFile'
14+
import createTsConfig from './createTsConfig'
15+
import createGitIgnore from './createGitIgnore'
16+
import createPackageFile from './createPackageFile'
1717
import createEditorConfig from './createEditorConfig'
1818
import executeInstructions from './executeInstructions'
1919

0 commit comments

Comments
 (0)