File tree 5 files changed +13
-12
lines changed
5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 97
97
"prettier" : " 2.5.1" ,
98
98
"rimraf" : " ^3.0.2" ,
99
99
"ts-node" : " ^9.1.1" ,
100
- "typescript" : " ^4.2.3 "
100
+ "typescript" : " 4.5.4 "
101
101
},
102
102
"packageManager" :
" [email protected] "
103
103
}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { cli } from "cli-ux";
3
3
import { checkPackageJson } from "./checker" ;
4
4
import { FormatterFactory } from "./formatters/FormatterFactory" ;
5
5
import { GeneratorFactory } from "./generators/GeneratorFactory" ;
6
- import { collectAnswers } from "./inquirer" ;
7
6
import { PackagerFactory } from "./packagers/PackagerFactory" ;
7
+ import { collectAnswers } from "./questions" ;
8
8
9
9
class CreateJavascriptProject extends Command {
10
10
static description = `Keep you away from boring procedures for new JavaScript/TypeScript project.1
@@ -15,7 +15,7 @@ class CreateJavascriptProject extends Command {
15
15
4. Add accordingly scripts to "package.json" (optional)
16
16
17
17
Note: technically, this tool is used for existing project.
18
- It must be run in a project directory with "package.json" file.
18
+ It must be run in a project directory with a "package.json" file.
19
19
` ;
20
20
21
21
static flags = {
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
"strict" : true ,
8
8
"declaration" : true ,
9
9
"importHelpers" : true ,
10
+ "esModuleInterop" : true ,
10
11
"forceConsistentCasingInFileNames" : true
11
12
},
12
13
"include" : [" src/**/*" ]
Original file line number Diff line number Diff line change @@ -798,7 +798,7 @@ __metadata:
798
798
rimraf : ^3.0.2
799
799
ts-node : ^9.1.1
800
800
tslib : ^2.1.0
801
- typescript : ^4.2.3
801
+ typescript : 4.5.4
802
802
bin :
803
803
create-javascript-project : ./bin/run
804
804
languageName : unknown
@@ -3044,23 +3044,23 @@ __metadata:
3044
3044
languageName : node
3045
3045
linkType : hard
3046
3046
3047
- " typescript@npm:^4.2.3 " :
3048
- version : 4.2.3
3049
- resolution : " typescript@npm:4.2.3 "
3047
+ " typescript@npm:4.5.4 " :
3048
+ version : 4.5.4
3049
+ resolution : " typescript@npm:4.5.4 "
3050
3050
bin :
3051
3051
tsc : bin/tsc
3052
3052
tsserver : bin/tsserver
3053
- checksum : b4a2020c021211184ac15caf59936b2089c13e79685f340a31aaa839c9de2f73b44a5e3757292de6cdad2ed967aef80d4592161b814cc29c0570f261850c4bca
3053
+ checksum : 59f3243f9cd6fe3161e6150ff6bf795fc843b4234a655dbd938a310515e0d61afd1ac942799e7415e4334255e41c2c49b7dd5d9fd38a17acd25a6779ca7e0961
3054
3054
languageName : node
3055
3055
linkType : hard
3056
3056
3057
- " typescript@patch:typescript@^4.2.3 #~builtin<compat/typescript> " :
3058
- version : 4.2.3
3059
- resolution : " typescript@patch:typescript@npm%3A4.2.3 #~builtin<compat/typescript>::version=4.2.3 &hash=493e53"
3057
+ " typescript@patch:typescript@4.5.4 #~builtin<compat/typescript> " :
3058
+ version : 4.5.4
3059
+ resolution : " typescript@patch:typescript@npm%3A4.5.4 #~builtin<compat/typescript>::version=4.5.4 &hash=493e53"
3060
3060
bin :
3061
3061
tsc : bin/tsc
3062
3062
tsserver : bin/tsserver
3063
- checksum : f97b1f885444f13c340127a0918b17d0c4e5c248f99203a22712b3b43d7129c9c7b95437e4f1de99edf79d3046fa9e15356fb5d27d9d94e47a98158c8b18fda5
3063
+ checksum : 2e488dde7d2c4a2fa2e79cf2470600f8ce81bc0563c276b72df8ff412d74456ae532ba824650ae936ce207440c79720ddcfaa25e3cb4477572b8534fa4e34d49
3064
3064
languageName : node
3065
3065
linkType : hard
3066
3066
You can’t perform that action at this time.
0 commit comments